Skip to content

Tags: PeonPing/peon-ping

Tags

v2.34.0

Toggle v2.34.0's commit message
chore: bump version to 2.34.0

- Added: Codex stable hooks auto-register in ~/.codex/config.toml (#549, @zenvor)
- Fixed: tmux tab-title escapes target the owning pane, not the focused pane (#548, reported by @gus-at-yelp)

v2.33.0

Toggle v2.33.0's commit message
chore: bump version to 2.33.0

- PR #542: Antigravity watcher supports newer antigravity-cli / antigravity-ide state layouts (.db and brain transcript JSONL), plus ANTIGRAVITY_OBSERVER=polling fallback and ANTIGRAVITY_STARTUP_GRACE override (thanks @JackFurton)
- PR #544: pre-roll silence fixes leading audio clipped after idle, closes #543 (thanks @trogulja)
- PR #546: install/uninstall no longer delete other tools' notify.sh hooks, closes #545 (thanks @trogulja)
- Docs sync: Antigravity row mirrored to README_zh.md, README_ja.md, docs/public/llms.txt

v2.32.0

Toggle v2.32.0's commit message
chore: bump version to 2.32.0

- feat(tmux): configurable tab title/color passthrough, off by default (#540, @lukewang1024)
- fix: detect iTerm2 tab colors over SSH via LC_TERMINAL (#540)
- feat(install): --openpeon tool-agnostic install root ~/.openpeon (#533, @muunkky)
- docs: sync tmux_passthrough into README_zh, README_ja, and llms.txt

v2.31.1

Toggle v2.31.1's commit message
chore: bump version to 2.31.1

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v2.31.0

Toggle v2.31.0's commit message
chore: bump version to 2.31.0

Added:
- Configurable mobile notification priority (mobile_notify.priority + --priority flag) (#535, @berkbtasdemir)
- Codex stable hooks: full event-set support with Windows parity (#532, @muunkky; addresses #513)

Fixed:
- Suppress subagent sounds directly via the agent_id hook field (#537, @josejimenezjr0; closes #536)
- macOS overlay banners survive hook exit via nohup (#538, @lestopher)

Docs: synced mobile_notify.priority into README_zh.md, README_ja.md, docs/public/llms.txt

v2.30.0

Toggle v2.30.0's commit message
fix(trainer): honor pause/mute for trainer reminder sound (#528)

The trainer reminder was gated only on trainer.enabled, so it kept playing
while pack sounds correctly stayed silent under peon mute / peon pause. The
trainer sound now also checks PAUSED, matching the adjacent notification
guards. Adds a BATS regression test.

Also enriches the v2.30.0 CHANGELOG with the focus_detect (#531) and tab-color
TTY fallback (#516, #527) entries that landed for this release.

v2.29.0

Toggle v2.29.0's commit message
chore: bump version to 2.29.0

- feat(copilot-cli): native auto-wiring + adapter rewrite + camelCase payload fallback (#518), closes #519
- fix(relay): honor peon pause so relayed sounds stay silent (#521)
- fix(hooks): align PEON_DIR resolution in hooks with peon.sh (#523)
- fix(nix): home-manager Claude Code integration parity with install.sh (#522)
- fix(copilot): sound task.error for Copilot CLI tool failures (lowercase bash / unknown)

v2.28.1

Toggle v2.28.1's commit message
chore: bump version to 2.28.1

PR #520 fix(windows): quote path arguments in Start-Process -ArgumentList. Thanks @Matthew-19.

v2.28.0

Toggle v2.28.0's commit message
chore: bump version to 2.28.0

Includes:
- PR #514 (omp adapter, @dmarsh-gusto)
- PR #510 (antigravity-py Python watchdog adapter, @gamedaysuits, closes #506)
- PR #512 (rovodev: stdin payloads + permission summaries + new event coverage, @RandyTheAtlassian)
- PR #515 (install.ps1: coalesce missing matcher to empty string, @CrazyCoder)

Also adds README rows (en/ja/ko/zh) and llms.txt entry for the antigravity-py headless / LaunchAgent variant.

v2.27.0

Toggle v2.27.0's commit message
chore: bump version to 2.27.0

- Fixed: WSL2 silent audio failure on Windows 11 24H2 (PR #505, closes #503)
- Fixed: Nix HM module duplicate home.file parse failure (PR #507, closes #496)
- Fixed: OpenCode plugin Bun.spawn ReferenceError swallowing every event (PR #508)
- Added: Windows installer first-run parity, -Local/-Global/-InitLocalConfig/-Lang switches, TLS 1.2 fallback (PR #489)