| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-linux.yml | 2026-07-13 | 542 Bytes | |
| Pixcode-1.53.16-amd64.deb | 2026-07-13 | 187.4 MB | |
| Pixcode-1.53.16-x86_64.AppImage | 2026-07-13 | 245.2 MB | |
| latest.yml | 2026-07-13 | 349 Bytes | |
| Pixcode-Setup-1.53.16.exe | 2026-07-13 | 178.9 MB | |
| Pixcode-1.53.16-arm64.dmg | 2026-07-13 | 215.3 MB | |
| Pixcode-1.53.16-x64.dmg | 2026-07-13 | 220.0 MB | |
| README.md | 2026-07-13 | 1.6 kB | |
| v1.55.0 -- New Task System source code.tar.gz | 2026-07-13 | 2.9 MB | |
| v1.55.0 -- New Task System source code.zip | 2026-07-13 | 3.3 MB | |
| Totals: 10 Items | 1.1 GB | 0 | |
Breaking Change — Orchestration System Replaced
The old orchestration system (workflows, a2a adapters, task dispatcher) has been completely removed and replaced with a new task system.
New Task System
- Task queue with dependency support — Tasks can chain: "Backend first, then frontend"
- Scheduler — Polls every 2 seconds, respects concurrency limits (default: 3)
- Multi-CLI agent runners — Claude Code (SDK), Codex (SDK), Gemini/Qwen/OpenCode (spawn)
- Role presets — Backend, Frontend, Fullstack, Reviewer, Tester
- Git worktree isolation — Each task gets its own branch and working directory
- User interaction — Agent can ask questions, user answers via Web UI
- Budget tracking — Per-task USD budget limit, token counting
- Session continuation — Follow-up tasks can continue a predecessor's session
- Task summary — Automatic AI-generated summary on completion
- Real-time updates — SSE event stream for task status, logs, interactions
- REST API — Full CRUD at /api/tasks
Frontend
- New Tasks tab in the sidebar
- Task list with status filters, cost/token/file counts
- Task creation dialog (agent, role, model, priority, budget)
- Task detail modal (logs, interactions, summary, changed files)
Built by combining FastVibe's task queue/runners with VibeHQ's role presets model.
Full changelog: https://github.com/alicomert/pixcode/blob/main/CHANGELOG.md