Skip to content

Show HN: Code – coding CLI with browser control and diffs

github.com/just-every
2 pointszemajdiscuss
On HN

Hey HN,

Today we're launching Code, a community-driven, open-source coding agent for your terminal. It's a fork of OpenAI's codex with a focus on developer ergonomics and local control.

Key features: - Browser integration – attach to your Chrome via CDP or use a built-in headless browser. You can browse pages, run the CLI in a browser session, and even take screenshots from the terminal. - Multi-agent commands – /plan, /solve and /code orchestrate multiple models (ChatGPT, Claude, Gemini) to propose and implement solutions, with consensus or race options. - Diff viewer – see proposed changes in a unified side-by-side diff with syntax highlighting before you apply them. - Theme system & reasoning control – customise the TUI with /themes and adjust model reasoning effort on the fly with /reasoning. - Safety modes & sandboxing – run read-only or require approvals to keep your projects safe.

To try it right away: ``` bash npx -y @just-every/code # or install globally npm install -g @just-every/code code # or `coder` if you already have a `code` command ```

You can authenticate with ChatGPT (Plus/Pro/Team) or an API key, and even hook in other CLI agents like @anthropic-ai/claude-code and @google/gemini-cli.

We're launching on Product Hunt today if you'd like to support us: https://www.producthunt.com/products/code

Would love to hear your feedback, suggestions, and bug reports. Happy to answer questions here!

Comments

No comments yet.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.