Agent

Set the direction.The agent does the rest.

CodeNeter handles the implementation loop inside your favorite editor — searching, editing, running. The direction stays yours.

codeneter — cli
explain how this codebase handles auth
/ commands · @ files · ! shell · ctrl+o output

From prompt to shipped change.

Search, plan, edit, run. The agent walks the loop in front of you and stops the moment something needs your call.

Searches

Reads files and traces references — pulls only the pieces it actually needs.

Searched"checkout("
Readsrc/checkout/index.ts
Readsrc/checkout/types.ts

Plans

Says what it intends to change before touching anything you would notice.

Split checkout() into validate + reserve.
validateCart()
reservePayment()
update checkout.test.ts

Edits

File edits land as diffs you can read line by line.

src/checkout/index.ts+45−22
src/checkout/validate.ts+28−0

Runs

Builds, tests, and shell commands run right in your project.

$ pnpm test checkoutTest Files 2 passed (2)Tests 18 passed (18)Done. Tests still pass.

Approve what matters.

The agent waits before anything risky and runs everything else without slowing you down.

Approval neededterminal
$ rm -rf node_modules && pnpm install

The agent wants to wipe the install directory and reinstall. It will not run until you say yes.

  • Risky actions wait

    Shell commands, deletes, and anything that touches the network pause for a yes from you.

  • Edits stay reviewable

    Every change shows up as a diff and lives in local edit history. Read it, keep it, or roll it back any time.

  • Integrations on demand

    MCP servers connect when the agent reaches for one. Fast turns, clean context.

Review, keep, or undo every edit.

CodeNeter tracks the edits it made so you can read them in context, keep what works, and roll back what doesn't — file by file, on your terms.

Agent edits · this session4 files · 2 kept · 1 pending · 1 undone
  • src/checkout/index.ts+4522
    Split checkout() into validate + reserve
    just now
  • src/checkout/validate.ts+280
    New file: input checks for cart payload
    2m agoKept
  • tests/checkout.test.ts+120
    Added cases for invalid carts
    4m agoKept
  • src/checkout/types.ts+86
    Renamed CartItem to LineItem
    6m agoUndone

Use any model. Switch any time.

Pick the model that fits what you are working on. The agent loop runs the same — only the model behind it changes.

Modelswitch any turn
  • AutoBest for the task
  • Claude Opus 4.7Anthropic
  • Claude Sonnet 4.6Anthropic
  • GPT-5OpenAI
  • Gemini 3 ProGoogle
  • Grok 4xAI
  • Kimi 2.6Moonshot
  • GLM 5.1Zhipu
  • …and other supported models

Pick what fits the work.

Some tasks need speed. Others need deeper reasoning or more context. Choose the model that fits the work in front of you.

Same setup. Any model.

Switch the model behind the agent and your skills, rules, and commands keep doing exactly what they did before.

Bring what you ship with.

Rules, commands, skills, MCP — your shipping toolkit, ready inside the agent.

Skills

Bring the agent power you have already built. CodeNeter finds your skills in .claude, .agents, and .codex.

.claude/skills/test.md
.claude/skills/refactor.md
.agents/review.md
.codex/migrate.md

Rules

Save the rules your team follows. The agent loads them every session and writes code that fits.

style.mdTS strict, no any, prefer fp
security.mdNo secrets in source, redact logs

Commands

Wrap the workflows you run all the time — /review, /migrate, /triage — and reach them with a slash from anywhere in the composer.

/reviewReview the open diff
/migrateRun the migration plan
/triageTriage open issues

MCP

Plug the integrations you trust into the agent. Local or hosted, they connect when the agent reaches for one.

githublinearpostgressentrystripeslack

The agent goes where you go.

Use CodeNeter in your editor, run it in your terminal, or attach to a live session from your browser.

In your editor

Where the agent lives by default. Threads, diffs, approvals, and history all show up beside the code.

Install

In your terminal

Pop the same agent into the shell when you want it there — same skills, same rules, same approval prompts.

CLI

From the browser

Attach to a CLI session that is already running on your machine. Answer prompts and watch output from anywhere.

Remote

Install CodeNeter Agent.

Free to start. No credit card required.

Works in your favorite editor · CLI included · Remote attach available