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. Everything Pixis needs to run is bundled with the extension. There is no separate server to start, no background service to configure and no additional command-line tooling to install. Requirements
Cursor can install Pixis 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
One token covers everything Pixis does — there are no per-service keys to collect and nothing else to sign up for. It is stored using VS Code SecretStorage, is never shown again, and is never included in copied diagnostics. You can sign out from the same panel at any time. 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. Reasoning effortUse the effort selector beside the mode selector in the composer to choose how much the model reasons before responding:
The selection applies to the next message and can be changed again for any later turn. 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
Only General can change your code; the other three cannot. The selected agent appears as a composer chip and applies to the next message. Inline and background workDelegated work runs one of two ways:
Several tasks started together run in parallel either way, so a wide fan-out does not need to be backgrounded to overlap. Custom agentsAsk Pixis to create a custom subagent (for example, "create a subagent that reviews pull requests for security issues") and it writes a new agent definition using the SkillsType Bundled skills:
Add the task beside the selected skill chip before sending. Skills you add at project or global scope 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 locally. 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:
Behaviour switches live in ordinary VS Code settings:
These take effect on the next engine start — run Pixis: Restart Engine after changing one. TroubleshootingPixis asks you to sign in, or your token is refusedOpen Pixis Settings and check the token begins with 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. Privacy and security
Review your organisation's source-code 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 |