Skip to content

v0.4.3 - AI-Powered Routing & UX Fixes

Choose a tag to compare

@costiash costiash released this 25 Nov 21:55
· 1577 commits to main since this release

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

  1. AI-Powered Intelligent Routing

    • Fixed /docs command to properly route user queries based on intent
    • Keywords/questions → content search
    • Exact filenames → direct lookup
    • Implements proper ambiguity resolution and synthesis
  2. --help Handler

    • Added missing --help flag support
    • Shows proper usage information
  3. Removed Broken Regex Search

    • Eliminated buggy regex logic
    • Script stays simple, Claude does intelligence
  4. 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 | bash

Full Changelog: v0.4.2...v0.4.3