You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add enabled/disabled toggle for tools in tools.yaml
- Add 'enabled' key to tools.yaml to show/hide tools from menus
- Tools with enabled: false are hidden from interactive menus
- Default is true (backward compatible)
- Disabled Zed, Qoder, Neovate as they are still under development
Changes:
- code_assistant_manager/tools/registry.py: Add is_enabled() and get_enabled_tools() methods
- code_assistant_manager/tools/__init__.py: Filter disabled tools in get_registered_tools()
- code_assistant_manager/tools.yaml: Add enabled key to all tools
- Update docs: README.md, README_zh.md, DEVELOPER_GUIDE.md, API_DOCUMENTATION.md, UPGRADE_FUNCTIONALITY.md
- Fix CodeBuddy prompt sync support in feature matrix
**MCP Integration** is supported across all 13 assistants including: Claude, Codex, Gemini, Qwen, Copilot, CodeBuddy, Droid, iFlow, Zed, Qoder, Neovate, Crush, and Cursor.
72
72
73
+
> **Note:** Some tools (Zed, Qoder, Neovate) are disabled by default in the menu as they are still under development. You can enable them in `tools.yaml` by setting `enabled: true`.
0 commit comments