What's New
Sub-Agent MCP Tool Inheritance
- Sub-agents now inherit all MCP tools by default (LSP, AST, python_repl)
- 14 executor-type agents: removed restrictive
tools:allowlist for full tool inheritance - 18 read-only agents: switched to
disallowedTools: Write, Editdenylist approach
MCP Server: All 15 Tools
- MCP server now exposes 15 tools: 12 LSP + 2 AST + python_repl
- Previously only 12 LSP tools were exposed
AST Tools Graceful Degradation
ast_grep_searchandast_grep_replacenow gracefully degrade when@ast-grep/napiis unavailable- Returns helpful installation message instead of crashing
omc-setup: AST Install Step
- New Step 4.5 in
/omc-setupoffers to install@ast-grep/napiglobally - Supports AST-aware code search across 17 languages
AGENTS.md Documentation
- Added hierarchical
AGENTS.mdfiles across the codebase