mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
fix: increase brief-selection page size (#1478)
This commit is contained in:
5
.changeset/small-files-go.md
Normal file
5
.changeset/small-files-go.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"task-master-ai": patch
|
||||
---
|
||||
|
||||
Increase page size of brief selection (interactive cli setup)
|
||||
@@ -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() || '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user