DextEnglish | 简体中文 Dext is a Visual Studio Code extension for AI conversations and typed workflows. Ask questions, delegate code changes, and work through implementation plans. Turn repeated tasks into reusable workflows with APIs, Skills, and MCP tools.
View the fullscreen layout
What you can do
Add files and selections as context, revisit conversations in History, and record a conversation as a starting workflow. Code mode provides API completion, parameter hints, diagnostics, and typed result fields. Dext supports Codex CLI, Claude CLI, and DeepSeek Harness. You can also configure an optional, separate model for inline code completion. InstallationRequires VS Code 1.105 or newer. For AI tasks, install and authenticate one of the supported Agent CLIs; Dext uses that CLI's credentials. Install from the Marketplace
You can also open the Dext Marketplace page. Manage updates from the Extensions view. Install from VSIX
To update a manual installation, install the new VSIX. To build from source, see Development. Quick start
For a larger task, select Plan to create and revise an implementation plan. Select the final plan and click Build in the same mode to execute it.
Ask in action: select code → Add to Dext → “Explain the selected code.” Write a workflowSelect Code, enter the following, and click Run:
Workflows use a small subset of Python syntax, parsed and validated by Dext. No Python interpreter is required. API parameters and result fields have completion and type checking. Save reusable APIs as
In Code mode, call
Project APIs require a trusted workspace. You can also right-click a History entry and choose Record Conversation as Dext Workflow to generate a starting point for editing. See the workflow and API reference for composition, Skills, rules, and UI confirmations. Field completion while typing Learn with Dext PlaygroundDext Playground is a small Todo application with guided exercises. Start by running the app, asking Dext about its code, and making one visible change. Continue with planning, feature development, testing, reusable APIs, and MCP tools when you are ready.
After completing the search exercise: the list matches the search query while global task counts stay unchanged. Documentation
Feedback and licenseReport bugs or request features in GitHub Issues. Include the Dext and VS Code versions, reproduction steps, and relevant logs with credentials removed. Dext is source-available under the PolyForm Perimeter License 1.0.1, with separate commercial licensing available by agreement. Ordinary use, including internal business use, is permitted subject to the license. Using Dext to provide a competing product or service to others requires separate authorization, even if that offering is free. See commercial licensing for the scope and how to request an agreement. This is a source-available license, not an OSI-approved open-source license. Third-party components retain their own licenses. See CHANGELOG.md for version notes. |




