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 AI-powered command suggestions for unrecognized commands
When a CLI command is not recognized, the CLI now asks an AI tool to
suggest the correct command. Features:
- Cascading fallback through AI tools: ollama → claude → copilot
- Address masking: 0x addresses are replaced with placeholders (0xAAAA,
0xBBBB, etc.) before sending to AI and restored in the response
- Auto-detection of ollama models (prefers 2-5GB models)
- Dynamic extraction of available commands from Commander.js
AI tool configurations:
- ollama: auto-detects available model, uses --quiet flag
- claude: uses haiku model with --print flag
- copilot: uses claude-haiku-4.5 model with --prompt flag
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments