fix: increase brief-selection page size

This commit is contained in:
Ralph Khreish
2025-12-02 23:58:13 +01:00
parent fa8e0222ec
commit 20acec31d6
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"task-master-ai": patch
---
Increase page size of brief selection (interactive cli setup)

View File

@@ -45,6 +45,7 @@ export async function selectBriefInteractive(
// Prompt for selection with search
const selectedBrief = await search<(typeof briefs)[0] | null>({
message: 'Search for a brief:',
pageSize: 15,
source: async (input) => {
const searchTerm = input?.toLowerCase() || '';