Replies: 2 comments 2 replies
|
Hi @Norus6! This is one of the project's top priorities. I've seen the PRs and indeed many are trying to add support for other agents, but most aren't truly agnostic. To avoid constant rewrites and allow for a futureproof solution, we're looking for a solution that's genuinely plug-and-play across different agents. From what I've seen so far:
To be honest, I'm a Claude Code user myself, so I haven't been able to test all of these setups thoroughly. @Drepheus @Akasha53 @mexicorea @78i87 @sryku2000 it'd be great if you could weigh in here. Since you've all been tackling this from different angles, it might be worth comparing approaches and seeing if there's a path toward a unified, truly agent-agnostic solution. Would love to hear your thoughts! |
|
Hey! I built a standalone server that runs Pixel Agents outside VS Code — in any browser. This solves the problem for users who use Warp, iTerm, Hyper, or any terminal that isn't VS Code's integrated terminal. How it works
Quick startcd standalone && npm install && bash start.sh
# Open http://localhost:3333PR: #166 The approach could be extended to support other agents (Codex, Cursor, etc.) — the scanner just needs to know where they write their logs. |
Uh oh!
There was an error while loading. Please reload this page.
Hey, I see there are several pull requests for implementing other agents. As a codex user myself, it would be nice to implement codex, or just being agent agnostic.
All reactions