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
Wispr Flow: Dictation That Works Everywhere
Wispr Flow: Dictation That Works Everywhere
Stop typing. Start speaking. 4x faster.
Promoted

What do you think? …

Olivia Johnston

Does the CLI allow real-time collaboration between agents or is it designed more for executing tasks one after the other?

James Peter

@olivia_johnston1  Right now Code is focused on single-developer workflows. 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 share diffs via version control. Real-time collaboration is on our radar.

Juan Smith

Can the CLI be fully integrated into CI/CD pipelines or is it primarily meant for local development?

James Peter

@juan_smith1  Yes! Code includes a non-interactive mode for CI/CD. You can pass prompts directly with flags such as --no-approval or --quiet to run it headless. The docs include an example GitHub Action that updates changelogs or runs tests in a pipeline.

Scytalelabs marketing

This CLI looks super versatile with its multi agent orchestration. Can you link reasoning across different providers like OpenAI → Claude → Gemini all in one workflow?

James Peter

@scytalelabs_marketing  Definitely. Code is built for cross‑provider orchestration. You can install Claude and Gemini adapters alongside Code and then use multi‑agent commands to coordinate them. For example, `/plan` asks GPT‑5, Claude and Gemini to build a shared plan, `/solve` runs a race between them and picks the fastest valid answer, and `/code` applies their consensus before making changes. We’re still working on deeper context passing, but multi‑provider workflows are supported today.

Ayesha Akram

This is absolutely brilliant. Is it possible to set up which agent automatically manages specific file types or tasks?

James Peter

@aye sha_akram4  Thanks! Right now you choose the model with a flag or multi-agent commands. There's no way to auto-assign by file type yet, but you can run tasks separately. Assigning models to file types is a great suggestion we're exploring.