Feature Request
Problem
Currently, every time I open VS Code, I have to manually:
- Click on the Pixel Agents panel tab
- Click "+ Agent" to spawn a Claude Code terminal with its character
This gets repetitive when you use Pixel Agents daily.
Proposed Solution
Add two optional settings:
-
pixel-agents.autoShowPanel (boolean, default: false)
- Automatically open/focus the Pixel Agents panel when VS Code starts
-
pixel-agents.autoSpawnAgent (boolean, default: false)
- Automatically spawn one Claude Code agent + character when VS Code starts
- Only spawns if no existing agents are detected
Why
For daily users, removing these 2 manual clicks on every VS Code launch would be a nice quality-of-life improvement. The extension is great -- this would make the experience even more seamless.
Additional Context
- Extension version: 1.1.1
- OS: macOS
- VS Code: latest
Feature Request
Problem
Currently, every time I open VS Code, I have to manually:
This gets repetitive when you use Pixel Agents daily.
Proposed Solution
Add two optional settings:
pixel-agents.autoShowPanel(boolean, default: false)pixel-agents.autoSpawnAgent(boolean, default: false)Why
For daily users, removing these 2 manual clicks on every VS Code launch would be a nice quality-of-life improvement. The extension is great -- this would make the experience even more seamless.
Additional Context