| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode-1.37.0-amd64.deb | 2026-05-09 | 175.7 MB | |
| Pixcode-1.37.0-arm64.dmg | 2026-05-09 | 200.1 MB | |
| Pixcode-1.37.0-x64.dmg | 2026-05-09 | 204.8 MB | |
| Pixcode-1.37.0-x86_64.AppImage | 2026-05-09 | 229.3 MB | |
| Pixcode-Setup-1.37.0.exe | 2026-05-09 | 167.8 MB | |
| Pixcode v1.37.0 source code.tar.gz | 2026-05-09 | 2.7 MB | |
| Pixcode v1.37.0 source code.zip | 2026-05-09 | 3.1 MB | |
| README.md | 2026-05-09 | 2.9 kB | |
| Totals: 8 Items | 983.4 MB | 0 | |
Pixcode v1.37.0
Pixcode 1.37.0 ships the v1.37 orchestration reliability and task-foundation package. This release focuses on making long-running agent work understandable, resumable, and controllable from the web UI and Telegram.
- [x] [#6] Strict orchestration handoff with compact packets
- [x] [#7] Reliable notification center with browser, desktop, and Telegram fallbacks
- [x] [#8] Focused orchestration execution dashboard
- [x] [#9] Chat hydration and realtime message visibility fixes
- [x] [#10] Multi-project worker slots from the prompt input
- [x] [#11] Optional Taskmaster setup during first account setup
- [x] [#12] Taskmaster execution across CLI providers and Telegram
- [x] [#13] Update progress mapped to GitHub issues and tasks
Highlights
- Agent Team now has a strict handoff foundation. Internal init/compact packets carry what the previous agent did, evidence, touched areas, risks, and next-agent context without leaking raw workflow text into the user-facing output.
- Orchestration now shifts into an execution-focused dashboard while a workflow is running, so users can see progress instead of staring at the setup panel.
- Chat session hydration is more reliable. Messages already available from the REST API can appear without switching chats, with dedupe and refresh behavior around focus/visibility changes.
- Pixcode now has an in-app notification center backed by WebSocket events, with Telegram and desktop/browser channel preferences for completion, failure, update, and agent-response events.
- First-run onboarding can guide users into the Taskmaster task system, including install status and a persisted setup/skip choice.
- Taskmaster tasks can be listed and launched from Telegram through Pixcode orchestration using selected CLI providers and models.
- The chat composer has multi-worker slots for up to four parallel project/provider/model runs.
- Update screens can show GitHub issue-backed progress from bundled release metadata, avoiding repeated API calls and rate-limit problems.
Verification
node scripts/smoke/strict-handoff-compact.mjsnode scripts/smoke/orchestration-execution-dashboard.mjsnode scripts/smoke/orchestration-user-facing-output.mjsnode scripts/smoke/chat-realtime-hydration.mjsnode scripts/smoke/chat-session-state.mjsnode scripts/smoke/notification-center.mjsnode scripts/smoke/taskmaster-onboarding.mjsnode scripts/smoke/taskmaster-execution-telegram.mjsnode scripts/smoke/multi-worker-slots.mjsnode scripts/smoke/update-issue-progress.mjsnode scripts/smoke/shell-manual-disconnect.mjsnode scripts/smoke/side-panel-editor-layout.mjsnode scripts/smoke/telegram-control.mjsnode scripts/smoke/update-ux.mjsnpm run typechecknpm run lintnpm run build