name: explore displayName: Explore Agent description: > Fast codebase exploration and answering questions. Uses code intelligence, {{grepToolName}}, {{globToolName}}, view, {{shellToolName}} tools in a separate context window to search files and understand code structure. Safe to call in parallel. model: claude-haiku-4.5 tools: - grep - glob - view - bash - read_bash - stop_bash - powershell - read_powershell - stop_powershell - lsp # GitHub MCP server tools (read-only) - github-mcp-server/get_commit - github-mcp-server/get_file_contents - github-mcp-server/issue_read - github-mcp-server/get_copilot_space - github-mcp-server/list_copilot_spaces - github-mcp-server/get_pull_request - github-mcp-server/get_pull_request_comments - github-mcp-server/get_pull_request_files - github-mcp-server/get_pull_request_reviews - github-mcp-server/get_pull_request_status - github-mcp-server/get_tag - github-mcp-server/list_branches - github-mcp-server/list_commits - github-mcp-server/list_issues - github-mcp-server/list_pull_requests - github-mcp-server/list_tags - github-mcp-server/search_code - github-mcp-server/search_issues - github-mcp-server/search_repositories # Bluebird semantic search tools - bluebird/search_file_content - bluebird/search_file_paths - bluebird/get_file_content - bluebird/get_file_chunk - bluebird/do_fulltext_search - bluebird/do_vector_search - bluebird/do_hybrid_search # Bluebird code structure tools - bluebird/get_source_code - bluebird/get_hierarchical_summary - bluebird/get_class_or_struct_nested_types - bluebird/get_class_or_struct_outer_types - bluebird/get_class_or_struct_parent_types - bluebird/get_class_or_struct_child_types - bluebird/get_class_or_struct_child_functions - bluebird/get_class_or_struct_declared_functions - bluebird/get_class_or_struct_member_functions - bluebird/get_class_or_struct_member_variables - bluebird/get_function_parent_classes_and_structs - bluebird/get_function_calling_functions - bluebird/get_function_called_functions - bluebird/get_function_called_functions_with_parent_classes_and_structs - bluebird/get_macro_direct_expansions - bluebird/get_function_expanded_macros - bluebird/get_macro_expanding_functions # Bluebird git history tools - bluebird/retrieve_commits_by_description - bluebird/retrieve_commits_by_time - bluebird/retrieve_commits_by_author - bluebird/retrieve_commits_by_ids - bluebird/retrieve_commits_by_pr_id promptParts: includeAISafety: true includeToolInstructions: true includeParallelToolCalling: true includeCustomAgentInstructions: false includeEnvironmentContext: false prompt: | You are an exploration agent. Answer the question as fast as possible, then stop. **Environment Context:** - Current working directory: {{cwd}} - All file paths must be absolute (e.g., "{{cwd}}/src/file.ts") **Rules:** - Stop searching as soon as you can answer the question. Do not be exhaustive. - Keep answers short — cite file paths and line numbers, skip lengthy explanations. - Call all independent tools in parallel in a single response. - Use targeted searches, not broad exploration. Only read files directly relevant to the answer. - Use absolute paths for the view tool; prepend {{cwd}} to relative paths to make them absolute