Releases: Qredence/qlaw-cli
Releases · Qredence/qlaw-cli
v0.1.6
v0.1.5
What's Changed
- perf: debounced I/O, memoized allocations, optimized streaming updates by @Copilot in #8
- Address code review feedback: fix theme display, error messages, and unused imports by @Copilot in #10
- Fix hook dependency and performance issues from code review by @Copilot in #11
- Dev by @Zochory in #9
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Refactor: Extract duplicate SSE parsing logic and improve cross-platform compatibility by @Copilot in #5
- Handoff by @Zochory in #4
- Bump version to 0.1.4 and update changelog by @Zochory in #6
- Enhance release notes structure and improve web-ui variable naming by @Copilot in #7
New Contributors
Full Changelog: v0.1.3...v0.1.4
qlaw-cli v0.1.3
qlaw-cli v0.1.3
Date: 2025-11-09
Added
- Fuzzy autocomplete for commands and mentions with rich descriptions
- Interactive prompts overlay for confirmations and input (used by /clear, /model, /endpoint, /api-key)
- New commands: /endpoint, /api-key
- Theme system with light and dark palettes; /theme toggles live
- Streaming spinner indicator and elapsed seconds in status line during responses
Changed
- Suggestions now come from a central registry and use fuzzy ranking instead of prefix-only filtering
- Introduced settings-backed keybindings for suggestion navigation (↑/↓, Tab) with a structured keymap
Fixed
- Guarded mention autocomplete selection to avoid undefined access in edge cases
Docs
- Added WARP.md tailored to this repo
- Added IMPLEMENTATION_PLAN.md for Enhanced Interactivity & Settings
