List loaded Pi agent extensions
Session from pi-extensions-sessions on Hugging Face by thomasmustier · MIT · condensed by Coders Talk
Click a segment to jump to that moment
20ssession
0interventions
GOAL
The developer wanted to know which extensions were currently loaded in their Pi coding agent setup.
- +0Prompt · +0what extensions are loaded?
- +0mAgent did · +0mListed directory contents, read README.md, inspected symlinks in ~/.pi/agent/extensions/, and summarized the loaded extensions (agent-guidance, ralph-wiggum, tab-status, code-actions, raw-paste, relaunch, long-task-harness, snake) in a table with descriptions.
- +0mOutcome · +0mAgent returned a full table of 8 loaded extensions with descriptions, answering the question in under 20 seconds.
VERDICT
I'd just ask directly for a table of extensions with descriptions next time, since that's what I actually wanted. The agent handled this fine on its own with no corrections needed—checking the symlinked directory plus the README gave a complete answer quickly.