Agent Code banner
Juliusolsson05 Juliusolsson05

Agent Code

AI community

Description

An open-source AI-native IDE that wraps the real Claude Code and Codex CLIs, preserving their native runtimes while adding custom rendering, orchestration, tiled sessions, provider switching, and transcript tooling.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agent Code

Agent Code

Open-source Electron-based AI-native IDE built around the real Claude Code and Codex CLIs.

Stars Forks Issues License Last commit GitHub


Agent Code is an open-source Electron IDE for driving the real Claude Code and Codex CLIs from a workspace built for multi-agent development.

Agent Code tiled workspace with multiple Claude and Codex sessions running side by side across project tabs

Why it exists

Claude Code and Codex are strong runtimes: real permission flows, tool loops, compaction, resume behavior, and provider-specific decisions. Wrappers usually throw that away — they call a thin API, reuse fragile token paths, or rebuild a tiny chat surface. That may look clean, but it loses most of what makes the real products useful.

At the same time, Anthropic is closing OAuth to non-official clients. Op