qcode v0.6
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 updatewith 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 --versionUse SHA256SUMS to verify downloaded archives:
sha256sum -c SHA256SUMSStandalone platform binaries are also included for the qcode update command.