https://github.com/agentuse/vscode-agentuse
https://github.com/agentuse/vscode-agentuse
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agentuse/vscode-agentuse
- Owner: agentuse
- License: mit
- Created: 2026-01-02T21:31:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-03T00:40:38.000Z (6 months ago)
- Last Synced: 2026-01-11T10:09:56.516Z (6 months ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AgentUse Runner for VS Code
[](https://marketplace.visualstudio.com/items?itemName=agentuse.agentuse-runner)
[](https://open-vsx.org/extension/agentuse/agentuse-runner)
[](LICENSE)
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.
## Features
- **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 `.agentuse` files in your workspace
## Quick Start
```yaml
---
model: anthropic:claude-sonnet-4-5
timeout: 30000
maxSteps: 10
---
# Your Task
Describe what the agent should do...
```
## Requirements
- VS Code 1.85.0+
- [AgentUse CLI](https://agentuse.io) installed (`npm i -g agentuse`)
## Links
[Documentation](https://agentuse.io/docs) · [Issues](https://github.com/agentuse/vscode-agentuse/issues)
## License
MIT