Skip to content

qcode v1.0.0

Choose a tag to compare

@DemonGiggle DemonGiggle released this 17 Sep 00:37
· 44 commits to main since this release

qcode v1.0.0

qcode v1.0.0 is the first 1.0 release, expanding model compatibility, thinking visibility, trace output, and agent guidance while preserving the terminal-first workflow.

Highlights

  • Added OpenCode Go Responses API support for Muse, Luna, and Grok routes, including streaming text, reasoning, tool calls, image inputs, usage reporting, and tool-call continuation handling.
  • Added thinking-level controls for OpenCode Go Responses models, with capability-aware request encoding and improved provider documentation.
  • Added smart expandable thinking output with aligned rendering across terminal and remote interfaces.
  • Improved trace and activity output by preserving long shell commands and wrapping them readably instead of shortening them.
  • Improved max-step limit messaging with direct guidance for continuing work or increasing the limit with /maxsteps <NUM>.
  • Fixed remote login links that wrapped across terminal lines, keeping the displayed links usable.
  • Expanded provider, trace, terminal UI, and remote-control 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.