| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode-1.49.8-amd64.deb | 2026-05-21 | 176.0 MB | |
| Pixcode-1.49.8-arm64.dmg | 2026-05-21 | 200.5 MB | |
| Pixcode-1.49.8-x64.dmg | 2026-05-21 | 205.2 MB | |
| Pixcode-1.49.8-x86_64.AppImage | 2026-05-21 | 229.7 MB | |
| Pixcode-Setup-1.49.8.exe | 2026-05-21 | 168.1 MB | |
| Pixcode 1.49.8 source code.tar.gz | 2026-05-21 | 2.9 MB | |
| Pixcode 1.49.8 source code.zip | 2026-05-21 | 3.3 MB | |
| README.md | 2026-05-21 | 1.2 kB | |
| v1.49.8 source code.tar.gz | 2026-05-21 | 2.9 MB | |
| v1.49.8 source code.zip | 2026-05-21 | 3.3 MB | |
| Totals: 10 Items | 992.1 MB | 1 | |
Pixcode 1.49.8 replaces the brittle Hermes terminal launch path with a REST-backed chat flow and stops the workbench from polling empty launch events every few seconds.
Fixes:
- Hermes bottom panel now starts the managed Hermes gateway and sends prompts through /api/orchestration/hermes/gateway/chat instead of opening the old shell sentinel.
- Hermes gateway runs now submit /v1/runs, poll status, and return the final message/error to the UI.
- MCP terminal-launch requests now stream to the workbench over SSE at /api/orchestration/hermes/terminal-launches/stream.
- The normal terminal no longer expands Hermes-specific shell sentinel commands.
Verification:
- scripts/smoke/pixcode-workbench-1-48.mjs
- scripts/smoke/hermes-api-install.mjs
- scripts/smoke/hermes-rest-gateway.mjs
- scripts/smoke/vscode-workbench-polish.mjs
- scripts/smoke/hermes-rest-live.mjs
- scripts/smoke/hermes-rest-codex-launch.mjs
- npm run typecheck
- npm run lint
- npm run build
- npm pack --dry-run --ignore-scripts --json --cache /tmp/npm-cache
- npm publish --access public