Skip to content

qcode v1.1.0

Choose a tag to compare

@DemonGiggle DemonGiggle released this 21 Sep 07:17
· 34 commits to main since this release

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.toml loading 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 /learn and /model operations.
  • 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 --version

Use SHA256SUMS to verify downloaded archives:

sha256sum -c SHA256SUMS

Standalone platform binaries are also included for the qcode update command.