Streams every step
Searches, edits, commands, and their results stream into the thread as the agent works.
CodeNeter runs in your shell with the same skills, rules, and commands as the editor. Streams every step. Asks before anything risky.
npm install -g @codeneter/cliThe same agent loop you know from the editor — running in the terminal.
Searches, edits, commands, and their results stream into the thread as the agent works.
Review the prompt, then approve once, allow for the session, or skip — all from the keyboard.
Rules, skills, commands, and MCP carry into CLI sessions — same baseline as the editor.
Run a single prompt from a script or a CI step. No interactive UI to manage.
Open another terminal, start another session. Each one runs in its own worktree, never stepping on the others.
Each session gets its own checkout. Branches and uncommitted edits stay where they belong.
Two sessions can edit the same file in their own worktrees without overwriting each other.
Cancel or undo work in one session and the others keep going.
Attach to a CLI session that is already running on your machine — from a browser. Watch output, approve prompts, type follow-ups.
No new client. The same approval prompts, tool stream, and follow-up box you have in the terminal.
Watch a long-running session and answer prompts from your phone if you stepped away from the desk.
Send a new instruction without going back to the terminal — the agent picks it up on the same thread.
One curl command. Free to start. No credit card required.
npm install -g @codeneter/cli