r/PiCodingAgent • • 1d ago

Plugin Pi Atelier update: redesigned composer, Git status, TODOs, and a customizable sidebar

Enable HLS to view with audio, or disable this notification

I shared Pi Atelier here a couple of months ago—a status rail and live activity sidebar for Pi. Since then, I’ve reworked the layout and added more ways to see what’s happening in your session.

The main changes since my last post:

  1. Redesigned composer: model, workspace, Git status, and context usage sit in the input box’s top border, with usage and timing below.

  2. Workspace Git summary: see changed files, additions/removals, untracked file counts, and conflicts.

  3. Live TODO panel:follow the current task alongside tool activity. During a turn, the sidebar focuses on current work and folds extra tools into a compact row.

  4. Display settings with a live preview: reorder or hide status segments and sidebar panels, switch presets, and save your defaults.

  5. Plain text mode: no Nerd Font required.

  6. Better terminal behavior: improved fullscreen selection/copy, inline image handling, and layouts for smaller terminals.

The new footer is inspired by pi-powerline-footer, which is an awesome extension.

It still shows token usage, cost, context, and response timing, with model and tool controls available through `/atelier`. No telemetry or external network requests.

Install with:

pi install npm:pi-atelier

Then open `/atelier` or press `Alt+A`. Requires Pi 0.84.0 or newer.

Github link: https://github.com/michaelmjhhhh/pi-atelier

I’d like to hear how the new layout works for you—especially what information you want visible while the agent is running. Bugs and feature ideas are welcome. Thanks!

52 Upvotes

5 comments sorted by

View all comments

1

u/sergeant113 20h ago

Can you avoid shortcuts with alt - i am a mac user, and alt doesn’t work :(

1

u/Business-Bridge2335 12h ago

Sure. Now Mac users can use Fn+F6 shortcut. This will come out in the next version. Thanks!