A Pi extension that adds a pi-notify command to the agent's shell. When its stdin closes, it sends everything it read to the agent as a steering message.
git clone https://github.com/Pyrolistical/pi-notify
cd pi-notify
ln -s "$PWD" ~/.pi/agent/extensions/pi-notify
{ make test; echo "exit $?"; } 2>&1 | pi-notify make test &
bash tool, no custom tool neededsession_start, creates an inbox directory and exports it as PI_NOTIFY_DIRbin/ to PATH so the bash tool finds pi-notifybin/pi-notify writes stdin to a dotfile in the inbox, then renames it once stdin closesdeliverAs: "steer" and triggerTurn: truesession_shutdown, stops watching and deletes the inbox1 commits
TypeScript
97.7%
Shell
2.3%
A Pi extension that adds a pi-notify command to the agent's shell. When its stdin closes, it sends everything it read to the agent as a steering message.
git clone https://github.com/Pyrolistical/pi-notify
cd pi-notify
ln -s "$PWD" ~/.pi/agent/extensions/pi-notify
{ make test; echo "exit $?"; } 2>&1 | pi-notify make test &
bash tool, no custom tool neededsession_start, creates an inbox directory and exports it as PI_NOTIFY_DIRbin/ to PATH so the bash tool finds pi-notifybin/pi-notify writes stdin to a dotfile in the inbox, then renames it once stdin closesdeliverAs: "steer" and triggerTurn: truesession_shutdown, stops watching and deletes the inbox1 commits
TypeScript
97.7%
Shell
2.3%