feat: codegraph
This commit is contained in:
@@ -7,8 +7,19 @@ developer_instructions = """
|
||||
A custom research subagent named `research` is available in every workflow. Delegate focused
|
||||
external research to it when current documentation, web evidence, or public code examples would
|
||||
materially improve the plan or implementation. Keep repository analysis and edits in the parent.
|
||||
Use CodeGraph for repository architecture, symbol relationships, and change-impact analysis when
|
||||
it is useful. It is available to planning, implementation, and review agents, but not research.
|
||||
"""
|
||||
|
||||
[mcp_servers.codegraph]
|
||||
command = "codegraph"
|
||||
args = ["serve", "--mcp"]
|
||||
startup_timeout_sec = 60
|
||||
tool_timeout_sec = 60
|
||||
|
||||
[mcp_servers.codegraph.env]
|
||||
CODEGRAPH_TELEMETRY = "0"
|
||||
|
||||
[agents]
|
||||
max_threads = 4
|
||||
max_depth = 1
|
||||
|
||||
Reference in New Issue
Block a user