Skip to content

NexusIDE Guide

NexusIDE is a Code-OSS based IDE with deep integration for NexusCore's AI agent capabilities. It provides a full-featured development environment with an embedded AI agent that can read, write, and refactor your code.

Key Features

FeatureDescription
Agent PanelChat with NexusCore, switch between Ask/Edit/Agent modes, run swarm tasks
Inline EditsAI-powered code edits applied directly in the editor with diff review
CheckpointsAutomatic workspace snapshots before agent changes, with one-click rollback
MCP DiscoveryBrowse, connect, and manage Model Context Protocol servers

Additional IDE Panels

NexusIDE includes several sidebar panels accessible from the activity bar:

  • Models — Manage model providers, view connection status, configure routing rules. See Connecting a Model.
  • Skills — Browse, install, and create agent skills. See Skills Guide.
  • Memory — View and manage the agent's persistent memory entries.
  • Checkpoints — Browse and restore workspace checkpoints.

Getting Started

  1. Download NexusIDE for your platform
  2. Open a project folder
  3. Complete the model setup wizard (or configure a provider manually)
  4. Open the Agent Panel from the sidebar and start chatting

Keyboard Shortcuts

ShortcutAction
Ctrl+Shift+N / Cmd+Shift+NOpen Agent Panel
Ctrl+I / Cmd+IOpen inline chat on selected code
Ctrl+Shift+P / Cmd+Shift+PCommand palette

Command Palette Commands

All NexusCore commands are prefixed with NexusCore: in the command palette:

CommandDescription
NexusCore: Sign InStart the Device Code Flow sign-in
NexusCore: Sign OutSign out and revoke the session
NexusCore: Manage ModelsOpen the Models panel
NexusCore: Detect Local ModelsScan for local model servers
NexusCore: Create CheckpointManually create a workspace checkpoint
NexusCore: Rollback to Last CheckpointRestore the most recent checkpoint

Branding

NexusIDE uses consistent Nexus Suite branding throughout:

  • The agent is always referred to as NexusCore
  • The IDE is always referred to as NexusIDE
  • The overall platform is Nexus Suite
  • Tier names are Core, Pro, and Studio

Released under the MIT License.