Generate code from natural language · Checks its own work · Run terminal commands · Automate the browser · Inline autocomplete · Latest AI models - powered by XenoVerse
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
AI coding directly in your editor. Xeno Kode brings the full XenoVerse agent system into VS Code (and VS Code-compatible editors like Google Antigravity and Cursor) - inline completions, a full agentic chat sidebar, and autonomous task loops, without leaving your IDE.
Features
Inline AI Completions - FIM-based inline suggestions as you type. Context-aware, debounced at 300ms for a natural feel.
Diff & Review Flow - AI changes appear as VS Code diffs. Accept or reject each change individually, never auto-overwrite.
Sidebar Chat - Full agentic chat panel in VS Code. Ask questions, request refactors, generate tests - all in context.
Self-Verification - After every write, runs tsc/eslint/tests and feeds failures back to the AI for automatic fixing.
Context Builder - Sends active file, selection, diagnostics, git branch, and workspace structure with every request.
Multi-Provider - Connect through Xeno Core or directly to Anthropic, OpenAI, or Gemini. Switch models per-session.
Requirements
VS Code 1.85+ (or a compatible editor: Google Antigravity, Cursor)
A free XenoVerse account for "Login with XenoVerse" - or your own Anthropic/OpenAI/Gemini API key if you'd rather connect directly
Getting Started
Install the extension from the Marketplace.
Open the Xeno Kode icon in the Activity Bar.
Click Login with XenoVerse to sign in - or open Settings and add your own AI provider key if you'd rather skip that.
Start chatting, or place your cursor and let inline completions kick in as you type.
That's it - no separate server to run or endpoint to configure. Xeno Kode talks to the hosted Xeno Core by default.
Settings
Setting
Default
Description
xenoKode.endpoint
https://api.xenoverse.dev
Xeno Core URL - change this only if self-hosting Xeno Core elsewhere
xenoKode.orbitUrl
https://orbit.xenoverse.dev
Xeno Orbit URL - identity provider for "Login with XenoVerse"
xenoKode.defaultProvider
xeno-auto
AI provider
xenoKode.defaultModel
claude-sonnet-4-6
AI model
xenoKode.enableInlineCompletion
true
FIM ghost text completions
xenoKode.inlineCompletionDelay
300
Debounce delay (ms)
xenoKode.maxIterations
20
Max agentic loop iterations
xenoKode.autoVerify
true
Run tsc/eslint/tests after writes
xenoKode.requireDiffApproval
true
Require approval before applying changes
xenoKode.telemetryEnabled
false
Send anonymous crash reports (opt-in)
Privacy
Crash reporting is off by default and strictly opt-in - turn it on via xenoKode.telemetryEnabled in Settings (reload the window to apply). Nothing is sent unless you explicitly enable it.