We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912e3f2 commit 09bb841Copy full SHA for 09bb841
agents/base2/base2.ts
@@ -68,13 +68,16 @@ export function createBase2(
68
!noAskUser && 'ask_user',
69
'skill',
70
'set_output',
71
+ isFree && 'code_search',
72
+ isFree && 'list_directory',
73
+ isFree && 'glob',
74
),
75
spawnableAgents: buildArray(
76
!isMax && 'file-picker',
77
isMax && 'file-picker-max',
- 'code-searcher',
- 'directory-lister',
- 'glob-matcher',
78
+ !isFree && 'code-searcher',
79
+ !isFree && 'directory-lister',
80
+ !isFree && 'glob-matcher',
81
'researcher-web',
82
'researcher-docs',
83
isFree ? 'commander-lite' : 'commander',
0 commit comments