
Code
A CLI that understands your browser. Sign in with ChatGPT!
27 followers
A CLI that understands your browser. Sign in with ChatGPT!
27 followers
Fast, effective, mind-blowing, coding CLI. Browser integration, multi-agents, theming, unified diffs, and reasoning control. Orchestrate agents from OpenAI, Claude, Gemini or any provider. npm install -g @just-every/code code // or coder if you have vscode







I'm impressed with the unified diffs but does it allow for real time collaboration?
Chargedesk
@brooklyn_campbell Thanks! Right now Code is focused on single‑developer workflows, so there isn’t a real‑time collaboration mode between human users. The multi‑agent commands run GPT‑5, Claude and Gemini together on your machine but don’t sync sessions across developers. For now you can share diffs via version control; real‑time collab is on our radar.
The reasoning control is powerful. Can we set custom prompts for each agent?
Chargedesk
@abigail_martinez1 Appreciate it! You can adjust reasoning effort globally via the `/reasoning` command or configure different models and settings via profiles in `config.toml`. At the moment there’s no per‑agent custom prompt hook – multi‑agent commands like `/plan` and `/code` construct prompts automatically – but you can influence behaviour by putting guidance in an `AGENTS.md` file. Fine‑grained per‑agent prompts are something we’re discussing internally.