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.38.2
Name Modified Size InfoDownloads / Week
Parent folder
latest-linux.yml 2026-05-10 538 Bytes
Pixcode-1.38.2-amd64.deb 2026-05-10 176.0 MB
Pixcode-1.38.2-x86_64.AppImage 2026-05-10 229.7 MB
latest.yml 2026-05-10 346 Bytes
Pixcode-Setup-1.38.2.exe 2026-05-10 168.1 MB
Pixcode-1.38.2-arm64.dmg 2026-05-10 200.5 MB
Pixcode-1.38.2-x64.dmg 2026-05-10 205.2 MB
Pixcode v1.38.2 source code.tar.gz 2026-05-10 2.7 MB
Pixcode v1.38.2 source code.zip 2026-05-10 3.1 MB
README.md 2026-05-10 1.3 kB
Totals: 10 Items   985.4 MB 0

Pixcode v1.38.2

Pixcode 1.38.2 fixes desktop OS notifications for installer users. Update notifications already used the Electron native notification channel, but agent/task notifications were still going through the browser/service-worker path. This patch gives desktop installs the same native Windows/macOS/Linux notification path for normal Pixcode work.

  • [x] Desktop native notifications for agent/task events
  • [x] Browser/service-worker fallback preserved for npm and web installs
  • [x] Desktop notification bridge smoke coverage

Highlights

  • Desktop installs now expose a safe preload bridge from the renderer to Electron's native notification API.
  • Agent, task, permission-required, stopped-run, and failed-run notifications try the native desktop bridge before falling back to browser notifications.
  • Existing notification preferences and duplicate suppression still apply.
  • Web/PWA/server installs keep the previous service-worker and browser notification behavior.

Verification

  • node scripts/smoke/desktop-native-notifications.mjs
  • node scripts/smoke/notification-center.mjs
  • npm run smoke:v138-desktop
  • npm run typecheck
  • npm run lint
  • npm run build
Source: README.md, updated 2026-05-10