pi-event-monitor — a small plugin for the pi coding agent, just published.

Runs shell commands or watches files in the background and only wakes the agent when something happens (process exits, log line matches, file written). No polling, no token cost between events.

Modeled on the idea of how Claude Code implements Monitor.

https://github.com/Helmi/pi-event-monitor

#PiCodingAgent #aicoding #opensource

GitHub - Helmi/pi-event-monitor: Adds background event monitors to pi coding agent sessions: watch shell output or file system changes, wake the session only on real events.

Adds background event monitors to pi coding agent sessions: watch shell output or file system changes, wake the session only on real events. - Helmi/pi-event-monitor

GitHub

A Vibe Coding Story: Without writing a single line of code himself, a developer solved a decade-old FreeBSD driver issue using AI vibe coding.

Full details here: https://ostechnix.com/build-freebsd-wifi-driver-ai-vibe-coding-macbook/

#Freebsd #WifiDriver #BCM4350 #VibeCoding #AICodingAgents #PiCodingAgent #Kernelmodule #BSD #Unix

How AI Built a Native FreeBSD WiFi Driver: A Vibe Coding Story - OSTechNix

Learn how a developer used AI agents to build a native FreeBSD WiFi driver for the MacBook BCM4350 chip. Explore the "vibe coding" workflow.

OSTechNix

Another day, another Pi extension.

Today I built one that shows my Claude usage quota directly in Pi. No more opening the web interface or Claude desktop app just to check my limits.

This is what I love about Pi – you can extend it for any purpose incredibly fast and easily. Thx @badlogic for this awesome tool!

If you're interested, grab it here: https://github.com/meteyou/pi-stuff/tree/master/extensions/quota-claude

#PiCodingAgent #ClaudeAI #DevTools #OpenSource

Today I used Pi Coding Agent from @badlogic to write an extension for itself that visualizes Context Window Usage. 📊

It shows:
→ Token consumption of System Prompt, Tools, Skills & Messages
→ Which files have been read incl. token percentage
→ How much free space is left

Super helpful to understand what's filling up the context and when to clean up.

🔗 https://github.com/meteyou/pi-stuff/tree/master/extensions/context-usage

#PiCodingAgent #AI #OpenSource