An agentic AI coding assistant for VS Code, powered by open-source models through the Oxlo.ai gateway. Describe a task and OxCode plans, reads and edits files, runs commands (with your approval), and iterates until the work is done.
Features
Agentic workflow — streaming, multi-step tool use with live reasoning and results as it works.
Task modes — Agent, Debug, Plan, and Security, each tuned for the job at hand.
Open-source models — a fleet of strong coder models, served through the Oxlo.ai gateway.
Approval-first commands — safe commands run automatically; anything risky waits for your confirmation.
Persistent sessions — conversations are saved with history, so closing the panel never loses your place.
Orchestrated mode (opt-in) — larger tasks are classified, planned, executed step by step, and verified against a pre-task baseline before they are declared done.
Project memory — OxCode carries context about what you have worked on across sessions.
Getting started
Install OxCode from the Marketplace.
Open the OxCode panel in the activity bar and click Sign in.
Pick a model, describe your task, and send.
OxCode is in invite-only beta. Sign in with an email that has been granted access; if you need access, reach out to your OxCode administrator.
Privacy and security
OxCode signs in through the Oxlo.ai gateway and stores only a short-lived per-user token in VS Code's encrypted SecretStorage. No provider keys are stored in the extension. Your code is sent to the gateway solely to fulfill your requests. File edits and commands are shown to you, and risky commands require explicit approval.
Configuration
oxcode.backendUrl — the OxCode gateway the extension talks to. Defaults to the hosted gateway; point it elsewhere only for local development.
oxcode.defaultModel — the model used for new chats.