v0.4.3 - AI-Powered Routing & UX Fixes
Critical Bug Fixes for /docs Command
This release fixes critical bugs in the /docs command and implements the intended AI-powered intelligent routing architecture.
🐛 Bug Fixes
-
AI-Powered Intelligent Routing
- Fixed
/docscommand to properly route user queries based on intent - Keywords/questions → content search
- Exact filenames → direct lookup
- Implements proper ambiguity resolution and synthesis
- Fixed
-
--help Handler
- Added missing
--helpflag support - Shows proper usage information
- Added missing
-
Removed Broken Regex Search
- Eliminated buggy regex logic
- Script stays simple, Claude does intelligence
-
User-Friendly Product Names
- Uses Anthropic product names: "Claude Code", "Claude API", "Agent SDK"
✅ Testing
- 627 passed, 2 skipped (99.7% pass rate)
- 78.7% code coverage
🔄 Upgrade
curl -fsSL https://raw.githubusercontent.com/costiash/claude-code-docs/main/install.sh | bashFull Changelog: v0.4.2...v0.4.3