Short description
A Configuration Guide for OMO(OhMyOpenCode/OhMyOpenagent) User
What happened?
AFT built-in Tool ast_grep_search is very similar to OMO built-in MCP ast_grep, so the LLM may be used wrong ToolCall Parameters. Like this
The solution is simple, just disable one in their configuration.
Like disable ast_grep at OMO in oh-my-openagent.json
"disabled_mcps": [
"ast_grep"
]
Or disable ast_grep_search at AFT in aft.jsonc
"disabled_tools": [
"ast_grep_search"
],
Diagnostics
Plugin version
No response
AFT binary version
No response
Platform
No response
Log output (optional)
Short description
A Configuration Guide for OMO(OhMyOpenCode/OhMyOpenagent) User
What happened?
AFT built-in Tool
ast_grep_searchis very similar to OMO built-in MCPast_grep, so the LLM may be used wrong ToolCall Parameters. Like thisThe solution is simple, just disable one in their configuration.
Like disable
ast_grepat OMO inoh-my-openagent.jsonOr disable
ast_grep_searchat AFT inaft.jsoncDiagnostics
Plugin version
No response
AFT binary version
No response
Platform
No response
Log output (optional)