Run .agentuse AI agent workflows directly in VS Code with IntelliSense, syntax highlighting, and one-click execution.
Preview Release - This extension is in active development.
- One-Click Run - Play button in editor title bar, auto-saves before execution
- IntelliSense - Smart autocomplete for models, MCP servers, subagents, and config fields
- Syntax Highlighting - Full support for YAML frontmatter + Markdown content
- Hover Docs - Inline documentation for all configuration options
- Code Snippets - Pre-configured templates for common patterns
- Subagent Discovery - Auto-finds
.agentusefiles in your workspace
---
model: anthropic:claude-sonnet-4-5
timeout: 30000
maxSteps: 10
---
# Your Task
Describe what the agent should do...- VS Code 1.85.0+
- AgentUse CLI installed (
npm i -g agentuse)
MIT