Skip to content
PidocsCLI & tooling

List loaded Pi agent extensions

Session from pi-extensions-sessions on Hugging Face by thomasmustier · MIT · condensed by Coders Talk

20ssession
0interventions
by library · 12h
GOAL

The developer wanted to know which extensions were currently loaded in their Pi coding agent setup.

  1. Prompt · +0
    what extensions are loaded?
  2. Agent did · +0m
    Listed 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.
  3. Outcome · +0m
    Agent 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.

I tried this · 0

Discussion · 0

How Builds work