subagents.md +2 −2
210```toml210```toml
211name = "docs_researcher"211name = "docs_researcher"
212description = "Documentation specialist that uses the docs MCP server to verify APIs and framework behavior."212description = "Documentation specialist that uses the docs MCP server to verify APIs and framework behavior."
213213model = "gpt-5.3-codex-spark"model = "gpt-5.4-mini"
214model_reasoning_effort = "medium"214model_reasoning_effort = "medium"
215sandbox_mode = "read-only"215sandbox_mode = "read-only"
216developer_instructions = """216developer_instructions = """
288```toml288```toml
289name = "code_mapper"289name = "code_mapper"
290description = "Read-only codebase explorer for locating the relevant frontend and backend code paths."290description = "Read-only codebase explorer for locating the relevant frontend and backend code paths."
291291model = "gpt-5.3-codex-spark"model = "gpt-5.4-mini"
292model_reasoning_effort = "medium"292model_reasoning_effort = "medium"
293sandbox_mode = "read-only"293sandbox_mode = "read-only"
294developer_instructions = """294developer_instructions = """