@piotr-oles/pi-bell
v1.0.0
Published
Pi Coding Agent extension: notify terminal hosts when an interactive agent finishes
Downloads
123
Readme
pi-bell
A pi coding agent extension that sends a terminal bell when an interactive agent run finishes. Terminal hosts such as Zed can use the bell to notify you that pi is ready.
Install
pi install npm:@piotr-oles/pi-bellUsage
No configuration. Bell is emitted after agent_end only when ctx.hasUI is true.
Sessions without UI—including SDK-created subagent sessions, print mode, and JSON mode—do not emit a bell.
Development
pnpm install
pnpm --filter @piotr-oles/pi-bell test
pnpm --filter @piotr-oles/pi-bell typecheck
pnpm --filter @piotr-oles/pi-bell checkTo test extension manually:
pi -e packages/pi-bell/src/index.ts