Skip to content

qcode v1.2.0

Choose a tag to compare

@DemonGiggle DemonGiggle released this 22 Sep 07:39
· 23 commits to main since this release

qcode v1.2.0

qcode v1.2.0 adds standalone conversation exports and improves sandbox command access, configuration persistence, and run guidance.

Highlights

  • Added readable HTML conversation exports with agent tabs and completed prompt/response pairs in chronological order. The Show detailed tool events option reveals recorded activity, while /export raw retains the full styled transcript.
  • Added persistent sandbox_command_paths configuration and repeatable --sandbox-command-path flags for trusted executable directories mounted read-only inside the sandbox.
  • Added /bash <cmd> to run shell commands in the active agent's environment, with improved sandbox command path handling.
  • Made /model (including an explicit thinking level) and /maxsteps changes from the main tab persist to the user configuration while preserving comments and unrelated settings.
  • Added timestamps to successful run completion notices and expanded startup tips with organized command references.
  • Expanded configuration, sandbox, export, 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.