home.social

#picodingagent — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #picodingagent, aggregated by home.social.

fetched live
  1. 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.

    github.com/Helmi/pi-event-moni

    #PiCodingAgent #aicoding #opensource

  2. 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.

    github.com/Helmi/pi-event-moni

    #PiCodingAgent #aicoding #opensource

  3. 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: github.com/meteyou/pi-stuff/tr

  4. 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: github.com/meteyou/pi-stuff/tr

    #PiCodingAgent #ClaudeAI #DevTools #OpenSource

  5. 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.

    🔗 github.com/meteyou/pi-stuff/tr

  6. 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.

    🔗 github.com/meteyou/pi-stuff/tr

    #PiCodingAgent #AI #OpenSource