PixisPixis is an AI coding agent that works inside Visual Studio Code. It can explore a repository, explain code, propose and apply changes, run commands with your permission, use specialised skills and connect to local or remote MCP tools. The OpenCode-based engine is bundled with the extension. You do not need to install OpenCode, start a separate server or run Requirements
Cursor can install the corresponding platform VSIX when its VS Code compatibility level meets the requirement. Linux, macOS Intel, Windows ARM64, Windows 32-bit and browser-hosted VS Code are not included in this release. Setup
The key is stored using VS Code SecretStorage. Pixis does not show it again or include it in copied diagnostics. The default model for this release is:
The model can be changed through the Using PixisAsk Pixis for an outcome in ordinary language:
Press Enter to send and Shift+Enter for a new line. Responses stream into the conversation as they are generated. Agent operations appear in a compact Working section where commands, file reads, edits, results and failures can be inspected individually. Build and Plan modesUse the mode selector in the composer:
Supported edit and write operations may open a native proposed diff before permission is requested. Shell and MCP operations show their command or input instead; a proposed diff is not guaranteed for those tools. PermissionsSide-effecting operations are controlled by permission prompts:
Permission-requiring calls are presented sequentially. Denied operations are not retried through another tool. Use Always carefully because saved permission rules persist across sessions. AgentsType
The selected agent appears as a composer chip and applies to the next message. SkillsType Bundled skills:
Add the task beside the selected skill chip before sending. Valid project and global OpenCode skills can also appear in the catalog. Slash commandsType
Commands that contain embedded shell execution or unsupported background-task behaviour are disabled with an explanation rather than run without the expected safeguards. File and image attachmentsUse the paperclip button to attach supported files. Images:
Text and code attachments include common source, configuration, markup and data formats such as TypeScript, JavaScript, Python, Go, Rust, Java, C/C++, Markdown, JSON, YAML, TOML, XML, HTML, CSS, SQL and shell scripts. Each selected file may be up to 20 MB. Text sent to the model is bounded to 50 KB, 2,000 lines and 2,000 characters per line. Pixis clearly marks truncated content and rejects unsupported binary formats. MCP serversOpen Pixis Settings → MCP or use Pixis supports:
After a server reports connected, ask Pixis to use it:
MCP tools, server instructions, resources and resource templates are integrated into the agent's available context. Do not commit secrets in project MCP configuration. Prefer environment variables or OAuth where available. Sessions and historyPixis stores conversation history through its bundled engine. Use the session drawer to:
Todo lists remain attached to the assistant message that created them. Completed tool groups collapse automatically, while failures stay visible. Copying contentCopy buttons are available for:
SettingsPixis Settings opens in a wide editor view with pages for:
The layout is designed to accommodate additional capabilities in later releases. TroubleshootingPixis asks for an API keyOpen Pixis Settings → Provider, enter a valid OpenRouter key and restart the engine if requested. The engine does not become readyRun Pixis: Restart Engine from the Command Palette. If the problem continues, run Pixis: Copy Engine Diagnostics and include the result in a support request. Skills or agents are missingReload the VS Code window, restart the Pixis engine and reopen the project folder. Confirm the installed Pixis version is current. Windows reports that Pixis is unavailableConfirm VS Code is version 1.125.0 or newer and reports A newly published update is not installedReload VS Code and run Extensions: Check for Extension Updates. If a local VSIX with the same version was previously installed, uninstall Pixis before reinstalling the Marketplace release. Privacy and security
Review your organisation's source-code, model-provider and MCP data policies before using Pixis with confidential material. SupportUse the support channel supplied by the Pixis project owner or your organisation's deployment administrator. Include the Pixis version, editor version, operating system, exact error and Pixis: Copy Engine Diagnostics output. Never include credentials or private source code. Release notesRelease history is available in the Marketplace Version History section and in the |