qcode v1.2.0
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 rawretains the full styled transcript. - Added persistent
sandbox_command_pathsconfiguration and repeatable--sandbox-command-pathflags 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/maxstepschanges 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 --versionUse SHA256SUMS to verify downloaded archives:
sha256sum -c SHA256SUMSStandalone platform binaries are also included for the qcode update command.