Skip to content

Commit f4c65dc

Browse files
committed
file-picker: switch from grok-4-fast back to flash 2.5
1 parent dcf4d97 commit f4c65dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.agents/file-explorer/file-picker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const definition: SecretAgentDefinition = {
1010
id: 'file-picker',
1111
displayName: 'Fletcher the File Fetcher',
1212
publisher,
13-
model: 'x-ai/grok-4-fast',
13+
model: 'google/gemini-2.5-flash',
1414
spawnerPrompt:
1515
'Spawn to find relevant files in a codebase related to the prompt. Cannot do string searches on the codebase.',
1616
inputSchema: {
@@ -25,6 +25,7 @@ const definition: SecretAgentDefinition = {
2525
spawnableAgents: [],
2626

2727
systemPrompt: `You are an expert at finding relevant files in a codebase. ${PLACEHOLDER.FILE_TREE_PROMPT_SMALL}`,
28+
2829
instructionsPrompt: `Instructions:
2930
Provide a short report of the locations in the codebase that could be helpful. Focus on the files that are most relevant to the user prompt.
3031
In your report, please give a very concise analysis that includes the full paths of files that are relevant and (briefly) how they could be useful.

0 commit comments

Comments
 (0)