Skip to content

Commit a2cb695

Browse files
committed
fix file-explorer name
1 parent 8f4890e commit a2cb695

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/src/templates/agents/file-explorer.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { AgentTemplateTypes } from '@codebuff/common/types/session-state'
12
import { z } from 'zod/v4'
23

34
import type { AgentTemplate } from '../types'
@@ -11,7 +12,7 @@ const paramsSchema = z.object({
1112
})
1213

1314
export const fileExplorer = {
14-
id: 'file_explorer',
15+
id: AgentTemplateTypes.file_explorer,
1516
displayName: 'Dora the File Explorer',
1617
parentPrompt:
1718
'Spawns multiple file picker agents in parallel to comprehensively explore the codebase from different perspectives',

0 commit comments

Comments
 (0)