Skip to content

qcode v0.6

Choose a tag to compare

@DemonGiggle DemonGiggle released this 14 Sep 06:23
· 86 commits to main since this release
40f3868

qcode v0.6

qcode v0.6 adds read-only planning workflows, configurable and predefined skills, expanded OpenCode Go model support, self-update support, and stronger agent and terminal reliability.

Highlights

  • Added plan mode with read-only planning, blocking questionnaires, plan approval, a scrollable plan viewer, and explicit transition into implementation.
  • Added a skill authoring specification and predefined skills, with refreshed skill discovery and documentation.
  • Added Anthropic model support through OpenCode Go and configurable thinking controls for supported models.
  • Added qcode update with platform-aware release selection and atomic executable replacement, including Windows helper support.
  • Improved background shell cancellation, tool-schema compatibility, agent recovery, terminal input, and safety coverage for disabled tools.
  • Expanded documentation and tests across planning, providers, skills, updates, tools, and the terminal UI.

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.