pixtuoid v0.8.0 now visualizes CodeWhale sessions as pixel-art coworkers (cw·) #3219
IvanWng97
started this conversation in
Show and tell
Replies: 1 comment
-
|
I love this!!! so cool! thank you for sharing @IvanWng97 ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Watch your CodeWhale sessions live, as little coworkers in a terminal office 🐋
I build pixtuoid — a terminal-native, pixel-art visualizer for AI coding agents. As of v0.8.0 it integrates with CodeWhale, so I wanted to show it off here.
What pixtuoid does
When you're running several coding agents at once, you end up alt-tabbing between terminals just to find out who's busy, who's idle, and who finished ten minutes ago. pixtuoid puts them all in one tiny top-down office you watch from above — every agent session becomes a character at a desk: typing while it works, dozing off when it's done, walking out when the session ends. It's open source (Rust, MIT), runs in any terminal, and renders with half-block pixel sprites.
→ Live demo
How CodeWhale shows up
Once connected, every CodeWhale session is a coworker on the floor, badged
cw·:cw·badge alongside your other CLIs (Claude Code, Codex, opencode, …).Under the hood it's a hook-only integration: pixtuoid writes a
[hooks]block into~/.codewhale/config.tomland listens over a tiny local shim — no polling, no transcript tailing, nothing sent off your machine.Try it
Huge thanks to @Hmbown for CodeWhale — the hooks made this a clean integration. Feedback very welcome, and happy to answer anything about how it works. 🙌
Beta Was this translation helpful? Give feedback.
All reactions