Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | export const name = 'explore-codebase'; export const description = 'Specialized agent for exploring and understanding codebase structure'; export const system_prompt_name = 'explore-codebase-agent'; export const context_template_name = 'default-initial_full-project-context'; export const followup_context_template_name = 'default-followup_ad-hoc-focused-context'; export const enabled_tools = [ 'request_context', 'run_command', 'write_todo', 'execute_code', 'generate_title', 'final', ]; export const model_id = null; export const is_active = true; |