Northstar Coding AgentAgentic AI coding assistant for VS Code — powered by Sugata AI. Run local or cloud LLMs. Spawn parallel agents. Browse the web. Write, test, and ship code — autonomously. OverviewNorthstar is a multi-agent coding assistant that lives inside VS Code. Unlike single-turn AI assistants, Northstar can plan, act, and self-correct — executing sequences of real tool calls (file edits, terminal commands, browser searches, git operations) until a goal is complete. It works with any OpenAI-compatible endpoint: local models via Ollama or llama.cpp, OpenRouter's free-tier models, or paid providers like OpenAI and Anthropic. No mandatory subscription. No data sent anywhere you haven't configured. FeaturesMulti-Agent Task ExecutionSpawn multiple AI sub-agents in parallel, each with its own goal and toolset. Northstar coordinates them, merges results, and handles conflicts — so long-running tasks don't block your session. Universal LLM SupportConnect to any provider with a single URL and API key:
Full Tool SuiteNorthstar agents act on your codebase — not just talk about it:
Workstream Live ViewWatch every tool call in real time as agents execute. See what's being read, written, searched, or run — with a full expandable activity log per session. RAG — Workspace IntelligenceNorthstar indexes your project with LanceDB (local vector database) and BM25 for hybrid retrieval. Agents automatically pull relevant context from your codebase before responding — no manual file pasting required. Persistent Conversation MemoryConversations are saved locally and restored on re-open. Switch between past sessions without losing context. Northstar links session history to the workspace it was opened in. Thinking ModeToggle deep reasoning for complex architectural problems, refactoring decisions, or multi-step debugging. The agent narrates its reasoning before acting, making it easier to course-correct. Built-in GuardrailsNorthstar ships with a suite of safety checks that run during autonomous execution:
Getting Started1. Install the extensionSearch for Northstar Coding Agent in the VS Code Extensions panel, or install directly from the Visual Studio Marketplace. 2. Open the chat panelClick the ✦ icon in the Activity Bar, or run 3. Configure your LLM providerClick the Settings icon inside the Northstar panel. Set your provider type, base URL, and API key. Quick start with a free model (no API key needed):
Quick start with a local model:
Configuration ReferenceAll settings are available under Settings → Extensions → Northstar AI.
Commands
Requirements
PrivacyNorthstar sends your messages only to the LLM provider you configure. No telemetry, no analytics, no data is sent to Sugata AI servers. Your codebase stays on your machine. About Sugata AINorthstar Coding Agent is built by Sugata AI — an autonomous enterprise AI platform. Our mission is to replace manual workflows with intelligent agentic systems that work alongside your team. |