| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode-1.38.5-amd64.deb | 2026-05-10 | 176.0 MB | |
| Pixcode-1.38.5-arm64.dmg | 2026-05-10 | 200.5 MB | |
| Pixcode-1.38.5-x64.dmg | 2026-05-10 | 205.2 MB | |
| Pixcode-1.38.5-x86_64.AppImage | 2026-05-10 | 229.7 MB | |
| Pixcode-Setup-1.38.5.exe | 2026-05-10 | 168.1 MB | |
| Pixcode v1.38.5 source code.tar.gz | 2026-05-10 | 2.7 MB | |
| Pixcode v1.38.5 source code.zip | 2026-05-10 | 3.1 MB | |
| README.md | 2026-05-10 | 1.4 kB | |
| Totals: 8 Items | 985.4 MB | 0 | |
Pixcode v1.38.5
Pixcode 1.38.5 is a Command Center hotfix for agent-written files.
- [x] Command Center now listens to realtime agent write/edit events, not only git/filesystem polling.
- [x] Changed-file clicks open the editor with diff context when the agent provides it.
- [x] Repeated writes to the same file keep the newest diff payload visible.
What changed
- Agent
Write,Edit,MultiEdit,ApplyPatch, and provider file-change events are now extracted from realtime session messages and merged into the Command Center changed-files rail immediately. - Command Center still polls git/filesystem status, but polling no longer replaces or hides direct agent-write entries.
- Clicking a changed file now opens the file editor with the available
old_string/new_stringpayload, so changed content can render with the green diff view instead of only focusing the Files panel. - Absolute tool paths are normalized back to project-relative paths before highlighting and opening, which keeps macOS/Windows/Linux agent writes consistent.
Verification
node scripts/smoke/command-center-agent-writes.mjsnode scripts/smoke/command-center-non-git.mjs- realtime changed-file extraction behavior check
npm run typechecknpm run lintnpm run build