mirror of
https://github.com/instructkr/claw-code.git
synced 2026-06-05 14:07:11 +08:00
When input is a prefix of a candidate (e.g., mcp → mcpServers), return the prefix match directly instead of relying on edit-distance which would incorrectly suggest env (distance 3) over mcpServers (distance 7). Generated with https://github.com/Yeachan-Heo/gajae-code Co-authored-by: Gajae Code <dev@gajae-code.com>