qcode v1.1.0
qcode v1.1.0
qcode v1.1.0 improves terminal discoverability and navigation, adds layered configuration and prompt history browsing, and introduces a qcode skill creator.
Highlights
- Added detailed per-command slash help with usage, arguments, descriptions, and examples, plus improved slash autocomplete to show the full command list.
- Added
/history, an interactive browser for completed prompts and responses with filtering, paging, and detail views. - Improved terminal editing and selector navigation, including forward Delete handling, escape-sequence handling, and consistent Escape behavior.
- Added layered
config.tomlloading across supported system, user, executable-relative, and executable-adjacent locations, with per-setting precedence, additive skill paths, and warnings for invalid layers. - Added the official qcode skill creator at
docs/skills/skill-creator/for authoring reusable workspace skills. - Added visible waiting notices for slower
/learnand/modeloperations. - Expanded configuration, history, command, selector, interrupt, and TUI test coverage.
Install
Download the archive matching your platform, extract qcode (qcode.exe on Windows), and place it somewhere on your PATH.
tar -xzf qcode_linux_amd64.tar.gz
./qcode --versionUse SHA256SUMS to verify downloaded archives:
sha256sum -c SHA256SUMSStandalone platform binaries are also included for the qcode update command.