Nexrall CodeYour autonomous coding agent, right inside VS Code. Nexrall Code is an AI agent that reads your codebase, edits files, runs commands, and ships work end-to-end — with you in control at every step. Point it at a bug, a feature, or a refactor, and it will explore the repo, make changes, and verify its own work. Powered by Nexrall, it routes your prompts to your choice of frontier models — Claude, GPT, DeepSeek, Qwen, and more — with up to 1M tokens of context, through a single account instead of juggling API keys. How it works
Features🌐 Any model, up to 1M contextSwitch models from the chat menu without changing your workflow. Nexrall Code supports Claude (Sonnet 5, Opus 5, Fable 5 — all with 1M-token context), GPT-5.4, GPT-4.1, DeepSeek V4, Qwen3.7 Max, and GLM-5.3. Reasoning effort adapts to whichever provider you pick, so the slider always reflects what the model can actually do. ✏️ Edit files with inline diffsEvery edit is shown as a diff you can expand right inside the chat — no tab-hopping. Click through to open the real file, or rewind when the agent takes a wrong turn. 💻 Run commands in your terminalNexrall runs shell commands to install dependencies, run builds, and execute tests — streaming output so you can watch and interrupt. Long-running processes can run in the background, and you can optionally wrap commands in an OS sandbox (Seatbelt on macOS, bubblewrap on Linux). ⏪ Checkpoints & rewindEach turn is snapshotted. Use Nexrall: Rewind Checkpoint to roll the filesystem and conversation back to any earlier point — the same safety net as Claude Code's 🧩 Sub-agentsNexrall can spawn parallel sub-agents to search the codebase, run tests, or review a diff while it keeps working — each with its own scoped task list, and resumable across turns. 🛠️ Custom agents & slash commandsDefine your own reusable agent types in 🔌 MCP toolsExtend the agent with any Model Context Protocol server over HTTP or SSE. MCP connections are shared across chat panels, so opening a second session doesn't spawn duplicate servers. 🔐 Permissions that fit you
🪝 HooksBlocking hooks intercept tool calls before they run, so you can gate exactly what the agent is allowed to do in your repo. 📜 Audit trailFlip on 🖼️ Attach images & PDFsAttach a screenshot to fix a visual bug, or a PDF to work from a spec. Attachments are gated by model capability, so you're never billed for a turn a model can't see. 🧵 Multi-session chatOpen independent chat sessions in separate editor tabs from the title-bar icon, each with its own history, checkpoints, and conversation. Getting Started
Commands
Settings
RequirementsA Nexrall account is required — sign up free and manage models and billing from one place, no API keys to configure. |