Skip to content

No Bug, It's a configuration guide for OMO User with AFT #95

@Harry-zklcdc

Description

@Harry-zklcdc

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

Image

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions