Skip to content

fix(install): give Aider CLI-form instructions instead of MCP tool calls#1056

Merged
DeusData merged 1 commit into
mainfrom
fix/1032-aider-cli-instructions
Jul 12, 2026
Merged

fix(install): give Aider CLI-form instructions instead of MCP tool calls#1056
DeusData merged 1 commit into
mainfrom
fix/1032-aider-cli-instructions

Conversation

@DeusData

Copy link
Copy Markdown
Owner

Closes #1032

The reporter's question exposed a real integration bug: Aider has no MCP support — it reads CONVENTIONS.md but can only run shell commands — yet the installer wrote the shared MCP-tool-centric instructions there, telling the model to call search_graph(...) and friends, tools Aider can never invoke.

Aider now gets a dedicated instructions variant: the same discovery priority order, expressed as runnable codebase-memory-mcp cli commands (usable via Aider's /run), including index_repository bootstrap and list_projects for the project name, with the no-MCP constraint stated explicitly so the model doesn't hallucinate tool access. Guard test asserts the Aider content is CLI-form (and contains no bare MCP-call syntax).

I'll answer the reporter's question on the issue with the working CLI workflow once this lands.

Full local suite 6005 passed, 1 skipped; lint-ci clean.

@DeusData DeusData added this to the 0.9.1-rc milestone Jul 12, 2026
@DeusData
DeusData enabled auto-merge July 12, 2026 17:18
Aider has no MCP support - it reads CONVENTIONS.md but can only run
shell commands. The installer wrote the shared MCP-tool-centric
instructions there, telling the model to call search_graph(...) etc.,
tools Aider cannot invoke; a reporter reasonably asked how that was
ever supposed to work (#1032).

Aider now gets a dedicated variant: the same discovery priority
expressed as runnable codebase-memory-mcp cli commands (usable via
/run), including first-index and list_projects bootstrapping, with the
no-MCP constraint stated explicitly.

Closes #1032

Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>
@DeusData
DeusData merged commit c1db9c5 into main Jul 12, 2026
36 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Aider CONVENTIONS.md

1 participant