Changelog

What's new in CodeNeter.

New updates and improvements.

  1. Extension · 0.11.0

    Better handling for long-running commands

    This release improves how CodeNeter runs longer terminal commands.

    Terminal

    • Long-running commands — builds, installs, dev servers — no longer block the chat or get cut off. They move to the background and keep running.
    • The assistant can start a command in the background and check back on its output and status when you need it.
  2. Extension · 0.10.0

    Longer runs, clearer progress

    This release makes larger CodeNeter sessions easier to follow and easier to continue. You get clearer progress while the agent works, stronger session memory, and newer default model choices.

    Agent sessions

    • Longer coding runs keep more of their reasoning and previous work intact.
    • Follow-up requests pick up session history more reliably after the agent has been working for a while.
    • Draft text in the composer is preserved while you move through a chat.

    Progress you can see

    • A clearer loading state appears while the agent is preparing its next action.
    • Parallel file work now streams progress into the chat instead of feeling stuck.
    • Paused plan work resumes more cleanly.

    Repo work

    • Searching across a project is faster and easier to scan.
    • Large edits and command runs behave more predictably during longer tasks.
    • Activity labels stay compact so the transcript remains readable.

    Models

    • Default open-source model choices were refreshed to newer versions.
    • Older model versions remain available when you want to compare results or fall back.
  3. Extension · 0.9.0

    Codex integration support

    CodeNeter now lives in your activity bar and supports signing in with your existing Codex subscription.

    CodeNeter in the activity bar

    A new CodeNeter icon lives in the activity bar on the left of your editor. Click it to open the launcher and start a session without hunting through menus.

    Sign in with Codex

    Connect your existing ChatGPT or Codex sign-in to use it inside CodeNeter. No separate API key, no extra billing — bring the subscription you already have.

    • CodeNeter branding inside the extension is sharper.
    • Sign-in prompts no longer pile up when multiple requests need your account at the same time.
  4. Extension · 0.8.0

    Faster agents, cleaner edits

    Long agent runs feel smoother, big edits stream in line by line, and you can connect your ChatGPT or Codex subscription instead of managing a separate API key.

    Use your ChatGPT or Codex subscription

    Connect your existing ChatGPT or Codex sign-in to use it inside CodeNeter. No separate API key, no extra billing — bring the subscription you already have.

    Resume instead of restart

    Hitting the turn limit no longer ends the run. The agent pauses cleanly and you can continue from where it stopped — no lost context, no lost work.

    Live edit progress

    Big edits now stream their progress in the chat. You see what is changing line by line instead of waiting for a single "done" message.

    Parallel exploration

    When the agent is getting its bearings in your codebase, it can now look at multiple files at once. Wait time drops; transcript order stays intact.

    • Long-running operations no longer time out.
    • Completed work stays visible if a follow-up request fails.
    • Better context tracking across multi-turn runs.
  5. Extension · 0.7.0

    Smarter image attachments

    Drop large images into the chat and they get normalized before send — no more silently failing uploads on oversized screenshots.

    Image preprocessing in the editor

    Attached images are resized and recompressed before they leave your machine. Images already within limits are sent untouched.

    Consistent across editor and CLI

    The editor and the CLI now follow the same image rules — same dimensions, same size thresholds, same output format. What works in one works in the other.

  6. CLI · 0.8.0

    Paste images, resume sessions

    Two quality-of-life upgrades for the CLI: paste screenshots straight into the composer, and pick up a session where you left off.

    Clipboard image paste

    Paste an image into the CLI and it shows up as an inline reference. Use as many as you want in a single prompt.

    Resume on exit

    When a session ends, the CLI prints the command to bring it back. Run it later and pick up where you left off with full history intact.

    Tighter composer layout

    Status messages now sit closer to the input, and the helper row stays anchored beneath it.

  7. Extension · 0.6.0

    Faster, safer tools

    The agent's day-to-day toolkit got an overhaul. Exploring is faster, editing lands where you mean it, and commands no longer get a free pass to run in the background.

    Faster exploration

    Searching across large repos is dramatically faster, and results come back cleaner — no more surprises from quoting or shell rules.

    Commands stay bounded

    Commands now run with a clear time budget and better platform guidance. They finish or fail more predictably instead of hanging in the background.

    Forgiving edits

    Edits tolerate line-ending differences and prefer small, uniquely-anchored matches. The agent lands on the line you meant, not the one that looked similar.

    Approval before every command

    Long-running commands no longer get auto-approved. Every one goes through the same approval flow as a foreground command.

  8. CLI · 0.7.0

    Parity with the editor

    The same upgrades that hit the editor last release are now in the CLI. The agent behaves the same way no matter where you launch it.

    Same behavior everywhere

    Exploring, reading, editing, and running commands all behave identically across the editor and the CLI. The agent's skills travel with you.

    Tested across releases

    A dedicated test suite covers the agent's core actions in the CLI, so behavior stays stable as the CLI evolves.

    • Trimmed redundant info from CLI startup so the first screen is shorter and easier to read.
  9. Extension · 0.5.0

    Long conversations stay intact

    When a conversation gets too long, the agent compresses earlier turns to free up space. This release makes that compression much more faithful — what the agent did and learned earlier comes through cleanly.

    History survives the summary

    Summaries used to flatten the agent's earlier work into prose, losing the link between what it did and what it learned. Now the structure is preserved — continuations behave as if the original conversation was still there.

    Tighter follow-up behavior

    The summary was tuned to track what you actually asked and stop inventing next steps. The agent picks up your real request, not a guess.

    Cleaner chat layout

    Spacing between the transcript and composer was rebalanced so the chat feels less cramped on tall screens.

    • Fixed an edge case where a long conversation summary could fall back less cleanly.
    • Cleaner preserved context for follow-up work.
  10. CLI · 0.6.0

    CLI conversations summarize like the editor

    Long CLI sessions now compress and resume with the same fidelity as the editor. Recent file context and the agent's history survive cleanly across summary boundaries.

    Aligned summary behavior

    The CLI now captures the agent's earlier work the same way the editor does. Conversations summarize the same way no matter where you started them.

    Dedicated CLI release tracking

    The CLI gets its own changelog from this release onward, so CLI-specific changes are easy to follow.

    • Important recent files survive long CLI sessions more reliably.