Focus.AI Labs / Artifact Field Notes Extensions
Fast browse / jump off / source-grounded
Extensions

pi-notification-extension

Telegram/bell alerts when the agent finishes and waits for input

Origin
seed-list
Extensibility
package
Primary interface
telegram

What this artifact is for

The quick orientation layer before you go deeper upstream.

Profile

Summary

Telegram/bell alerts when the agent finishes and waits for input

Seed description: Telegram/bell alerts when the agent finishes and waits for input

Category: Extensions

Best for: Not yet synthesized.

Signals

How to read this page

Workflow tags: none captured

Integrations: none captured

Caveats: No caveats captured yet

Maturity: No maturity signals captured

README excerpt

More of the actual upstream surface so you can skim here before deciding to open the repo.

Upstream skim

A small extension for @mariozechner/pi-coding-agent that notifies you when the agent is idle and waiting for input.

Copy the extension to Pi’s global extensions folder:

cp ./notification.ts ~/.pi/agent/extensions/notification.ts

Preview source: captured upstream text ↗

What shows up in the source

Quick topics

Pi Notification ExtensionInstallConfigureMinimal Telegram configOptional bell + Windows soundTelegram optionsTestSecurity

Skim bullets

  • Telegram message (Bot API)
  • Terminal bell + optional bellCommand (useful on Windows/WSL2 + Alacritty)
  • Global: ~/.pi/agent/settings.json
  • Project overrides: /.pi/settings.json
  • TELEGRAMBOTTOKEN or PITELEGRAMTOKEN
  • TELEGRAMCHATID or PITELEGRAMCHAT_ID
  • forceIpv4 defaults to true to avoid common WSL2 IPv6 issues.
  • Messages are sent using Telegram parse_mode: "HTML".

Sources and provenance

Everything on this page should be traceable back to the list seed or an upstream surface.

Provenance

Discovery reason: Listed in the awesome-pi-agent README

Discovered from: seed artifact

Claim confidence: medium

Surface capture kind: repo-readme