Skip to content

Commit c9b9f0f

Browse files
committed
Collapse code-searcher + minor agents by default
1 parent f7c87a4 commit c9b9f0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cli/src/utils/constants.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ export const COLLAPSED_BY_DEFAULT_AGENT_IDS = [
1515
'thinker-selector',
1616
'best-of-n-selector',
1717
'commander',
18+
'commander-lite',
19+
'code-searcher',
20+
'directory-lister',
21+
'glob-matcher',
1822
] as const
1923

2024
/**
@@ -41,7 +45,6 @@ export const shouldRenderAsSimpleText = (agentType: string): boolean => {
4145
)
4246
}
4347

44-
4548
/**
4649
* The parent agent ID for all root-level agents
4750
*/

0 commit comments

Comments
 (0)