Code

Code

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
Code gallery image
Code gallery image
Code gallery image
Code gallery image
Code gallery image
Code gallery image
Free
Launch Team
AppSignal
AppSignal
Built for dev teams, not Fortune 500s.
Promoted

What do you think? …

James Peter
Apologies for the terrible video. That's what a midnight editing session gets you! I love coding with GPT-5, but codex... needs a bit of work. After submitting a few PRs, I decided it would take too long for it to become the tool I wanted, so I forked and implemented some major upgrades. I have been working on various MCPs with limited versions of these concepts, but all were impossible to implement fully without having control over the CLI agent. Allowing GPT-5 to act in a more agentic environment really shows it's power. I mostly built this for myself, but thought I'd throw this out there to see if it hits a need anyone else has. Fully open source. Feel free to fork, or submit PRs. I promise to be more responsive than OpenAI :)
Nabeel Khan

@zemaj Great work James keep it up (Y)

James Peter

@nabeel_khan Thanks!

Harper Young

I love the concept of unified diffs and theming it definitely makes debugging a lot cleaner. Is there a way to save and share custom themes or diff setups for the team?

James Peter

@harper_young 

Thank you for the kind words! You can absolutely create your own themes. Code’s theme system lets you start from a base theme and override colours or build an entirely custom palette via your `~/.codex/config.toml`. To share with teammates, you can commit your theme section into your repo and have others copy it into their `.codex` directory. Diff display settings live in the config too; there’s no built‑in cloud sync yet, but we’re exploring easier ways to share presets.

Daniel Reed

It's super fast. Can it work with other editors besides VSCode?

James Peter

@daniel_reed3 Thanks! The CLI doesn’t depend on VS Code – it’s a standalone terminal tool. During installation it registers both a `code` command and a `coder` command to avoid clashing with Visual Studio Code. You can run it from any editor or none at all on macOS, Linux or Windows via WSL with Node 22+. 

Brooklyn Campbell

I'm impressed with the unified diffs but does it allow for real time collaboration?

James Peter

@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.

Benjamin Anderson

@zemaj Does it run natively on Windows or is it just for macOS/Linux?

James Peter

@benjamin_ande Thanks! Officially supported systems are macOS 12+, Ubuntu 20.04+/Debian 10+, and Windows 11 via WSL2. Node 22+ is also required. A native Windows build is a longer‑term goal, but running inside WSL today provides a smooth experience.

Abigail Martinez

The reasoning control is powerful. Can we set custom prompts for each agent?

James Peter

@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.

Amelia Smith

How do you manage conflicting instructions when multiple agents generate different outputs?

Is there a built-in way to resolve those conflicts?

James Peter

@amelia_smith19  Great question. Multi-agent commands work to avoid conflicts up front: `/plan` builds a consolidated plan across GPT-5, Claude and Gemini, `/solve` runs them in a race and picks the fastest valid answer, and `/code` uses consensus before applying changes. The CLI then shows you a unified diff and requires your approval before any modifications are written. There is no automated merge engine for divergent outputs yet, but the diff viewer makes it easy to choose what to keep.

12
Next
Last