Download Latest Version Pixcode v1.39.2 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of pixcode

Home / v1.35.0
Name Modified Size InfoDownloads / Week
Parent folder
Pixcode-1.35.0-amd64.deb 2026-05-05 179.1 MB
Pixcode-1.35.0-arm64.dmg 2026-05-05 202.5 MB
Pixcode-1.35.0-x64.dmg 2026-05-05 207.1 MB
Pixcode-1.35.0-x86_64.AppImage 2026-05-05 235.2 MB
Pixcode-Setup-1.35.0.exe 2026-05-05 172.1 MB
README.md 2026-05-05 2.6 kB
v1.35.0 - Multi-CLI Orchestration Platform source code.tar.gz 2026-05-05 2.6 MB
v1.35.0 - Multi-CLI Orchestration Platform source code.zip 2026-05-05 3.0 MB
Totals: 8 Items   1.0 GB 0

This release delivers a complete A2A (Agent-to-Agent) orchestration infrastructure for Pixcode v2, including workspace isolation, automatic preview, a task board interface, a workflow DAG runner, TaskMaster integration, and persistent storage. These capabilities were introduced incrementally over multiple phases since v1.33.11.


🚀 New Features

A2A Protocol Foundation (v1.34.0)

  • A2A v0.2 HTTP interface available under /a2a/*
  • Six CLI adapters:
  • Claude Code
  • Codex
  • Cursor
  • Gemini CLI
  • Qwen Code
  • OpenCode
  • In-process A2A pub/sub bus for real-time task, message, and artifact events
  • Adapter registry with ID, skill mapping, and auto-resolution
  • Pixcode self AgentCard at /.well-known/agent-card.json
  • JWT authentication middleware with localhost bypass

Workspace Isolation

  • Git worktree isolation: each A2A task runs in its own worktree
  • Docker-based workspace with full container lifecycle (default: node:22-slim)
  • File-diff artifacts automatically generated upon completion
  • Automatic cleanup of worktrees on terminal state

Automatic Preview

  • Port watcher detects dev server ports and publishes preview URL artifacts
  • Preview proxy at /preview/:port/* with secure, allowlisted ports
  • Inline iframe support within WorkflowNodeStream

Orchestration Task Board

  • /api/orchestration/tasks supports CRUD, dispatch, and cancel operations
  • TaskMaster integration with bidirectional linking via taskmasterId
  • UI components:
  • TaskBoard
  • TaskCard
  • TaskDispatchModal
  • TaskStreamPanel
  • AdapterSelector

Workflow DAG Runner

  • Topological scheduling with parallel fan-out support
  • Built-in workflows:
  • Multi-model review
  • Sequential handoff
  • Adversarial debate
  • Agent-team
  • Dynamic repair and recheck nodes
  • Command: ```bash npm run smoke:orchestration-api

Persistent Storage

  • A2ATaskStore migrated to JsonStore with restart resilience
  • WorkflowRunStore with recovery support
  • MAX_TASKS=1000 limit with 1-hour TTL eviction policy

🐛 Bug Fixes

  • Fixed Map-compatible API mismatch in A2ATaskStore
  • Added taskmasterId field to OrchestrationTask type
  • Fixed error handling in Claude adapter
  • Resolved listener memory leak
  • Fixed context injection in agent-team workflow

    If you want, I can also:

    • add badges (version, license, etc.)
    • format it for GitHub Releases specifically
    • or generate a downloadable .md file for you
Source: README.md, updated 2026-05-05