Skip to content

qcode v0.5

Choose a tag to compare

@DemonGiggle DemonGiggle released this 10 Sep 11:45
2b612f7

qcode v0.5

qcode v0.5 adds persistent agent consultations, asynchronous delegation, searchable work history, expanded multi-agent orchestration, and richer terminal navigation and progress feedback.

Highlights

  • Added persistent consultations between the main agent and selected agents with bounded replies, shared deadlines, queue-aware waiting, cancellation, and replayable outcome events.
  • Added persistent session work journals that retain accepted tasks, findings, changed files, and outcomes across compaction, /new, result-cache eviction, agent closure, and /resume.
  • Added create_agent, improved delegate_task, search_agent_work, and consult_agents orchestration tools, with capability inheritance for new sub-agents and asynchronous task submission without polling.
  • Expanded interactive multi-agent support to 20 tabs, with overflow navigation and an agent selector showing status, queue information, and recent knowledge previews.
  • Added configurable per-request max_steps controls and agent_timeout settings, plus visible step progress and improved word-oriented terminal editing.
  • Improved agent lifecycle, cancellation, persistence, sandbox/web-tool behavior, and refreshed documentation and demo assets.

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