v0.8.4
Added
- Devin / Cascade Agent: Added full support for Devin / Cascade AI agent (
devin/cascadeflag) with MCP (mcp.json) andAGENTS.mdinstructions wiring for all 6 tools. (@jondmarien in #19)
Fixed
runmcpCLI argument parsing: Added.argument("[args...]")and.allowExcessArguments(true)torunmcpcommand registration in Commander. Prevents "too many arguments for 'runmcp'" failures when agents launch MCP servers with parameters. (@jondmarien in #19)- Bare MCP tool binary resolution:
runmcpnow automatically resolves bare tool names (e.g.codegraph,context-mode) to their installed executables on PATH or user bin directories (~/.local/bin, mise shims, etc.). (@jondmarien in #19) - GUI agent PATH expansion:
runmcpnow ensuresPATHincludes user tool paths (~/.local/bin, mise node shims, etc.) so GUI desktop agents with minimal PATH environments can locatenode,codegraph, andcontext-mode. (@jondmarien in #19) - Caveman install fallback:
cavemantool installation now succeeds gracefully even if global npm installation fails or npm is absent, ensuring instruction-based skill wiring still completes. (@jondmarien in #19) toksave doctordeep MCP verification:doctornow performs executable-level verification (checkAgentMcpHealth) forcodegraphandcontext-mode, catching unresolvable or crashing MCP configurations rather than relying solely on config file presence. (@jondmarien in #19)
Contributors
Thanks to community contributor:
- @jondmarien: Add Devin/Cascade agent support, fix runmcp CLI args & PATH expansion, doctor deep MCP checks (#19)