Encode intention. Decode software.
The coding agent that runs on the plan you already pay for — and answers to your phone.
Quick Start · Why · Coding Plans · Phone · Workflow · Token Diet · Controllers · Agent Shells · Docs
**Log in with the subscription you already have, plan before a single file mutates, execute with evidence — and answer the agent's questions from your terminal, your phone, or your own bot.** Gajae-Code (`gjc`) is an external coding-agent harness: drop it into any repository or worktree. No separate API billing. No per-token anxiety. No terminal babysitting. > Gajae-Code is an experimental, beta-stage project. Expect rough edges and verify outputs before relying on it for important work. --- ## Why Gajae-Code? Most coding agents fail on three fronts: they bill you twice, they mutate before they understand, and they go silent the moment you step away from the keyboard. | Problem | What Happens | Gajae-Code Fix | | :--- | :--- | :--- | | Separate API billing | You pay for a plan *and* per-token API costs | `/login` with the coding plan you already pay for — Claude, Codex, Cursor, Copilot, OpenCode Go, GOAT, ClinePass, and more | | Code-first agents | The agent edits before it understands; you rework | Plan-gated workflow: interview → plan → critique → *then* mutate, with approval gates | | Terminal-bound sessions | Agent asks a question at 2 AM; work stalls until morning | Questions route to Telegram/Discord/Slack; you answer from anywhere | | Context bloat | Whole-file reads and log floods burn the window | Structural summaries, artifact spill, cache-aware routing, compaction | --- ## Quick Start **Install** — prebuilt binaries for Linux (x64/arm64), macOS (arm64/x64), and Windows (x64); the npm/Bun path works everywhere: ```sh bun install -g gajae-code gjc ``` **First use** — pick your plan and go: ```text /login pick a provider / coding plan /skill:deep-interview clarify ambiguous requirements /skill:ralplan build and critique the plan gjc ultragoal create-goals --brief-file
| Host | Support | What you get | Setup |
|---|---|---|---|
|
Paseo repo |
★★★★★ first-class |
Native ACP provider installed by GJC itself. Model catalog, Default/Plan modes, thinking levels, real permission prompts, cancel that can terminate owned subagents, mobile control. | gjc setup paseothen paseo daemon restart |
|
Orca repo |
★★★★☆ works, one field |
GJC runs as a custom CLI agent, one worktree per session, with Orca's diff review, terminal splits, SSH worktrees, and mobile companion. No usage tracking or account hot-swap yet. | Settings → Agents add command gjc |
|
T3 Code repo |
★★★☆☆ experimental |
T3 Code ships harnesses for Codex, Claude, Cursor, Grok and OpenCode only — there is no GJC harness upstream yet. Run GJC beside it; the native provider is proposed upstream. | not one-command yet — see the guide |
"Encode intention. Decode software."
The plan comes first. The mutation earns its place.