Pixel Agents Pro — 5 new features on top of the original pixel-agents #159
Samirkamalsk
started this conversation in
Show and tell
Replies: 2 comments 1 reply
|
It would be an excellent addition. I’d like to contribute something: I’ve noticed that when they finish a task, they tend to wander all over the place or “approach” other agents, maybe to look at what they’re doing. Do you think it would be interesting for them to have a coffee machine, so that sometimes they can decide to go get coffee when they finish a task instead of just roaming around? |
0 replies
|
I have cloned your repo and realized that none of this has been implemented yet. Please explain why you are advertising it but nothings implemented? any malware you have added ? |
1 reply
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.
I've been working on a personal fork of pixel-agents with five quality-of-life improvements: (1) Always-visible tool
labels — an optional setting that permanently shows what each agent is doing instead of only on hover; (2) Agent
naming — every character gets a persistent display name ("Agent #1" by default, editable inline by clicking it); (3)
Token counters — a live badge per agent showing cumulative input/output token usage for the session, with a settings
toggle; (4) Auto-detect existing terminals — when you reload VS Code, any Claude sessions you opened manually get
automatically adopted as Pixel Agents characters by matching UUIDs in the terminal name to their JSONL files; (5)
Agent Team Mode — a "👥" button that opens a modal to spawn a coordinated group of role-configured agents at once,
with a built-in "Startup Team" preset (PM, Frontend Dev, Backend Dev, DevOps) and a custom team builder where you can
define roles with their own system prompts and save them as reusable templates. No new dependencies — everything
builds on the existing extension architecture.
All reactions