The TaskGPT VS Code extension allows developers to run the taskgpt CLI directly from the editor. It opens a terminal and runs your AI agent workflow without needing to leave your workspace.
Features
Run taskgpt with a single command: Run TaskGPT.
Automatically opens a terminal and starts your task agent.
Great for integrating AI-powered task agents into your dev workflow.
Supports both selected code and terminal-based tasks.
AI-driven code enhancement for selected code in the editor.
Requirements
Make sure you have the taskgpt CLI installed and accessible globally.
pip install taskgpt
# OR
pip install git+https://github.com/KetanHegde/taskGPT.git
You should be able to run:
taskgpt
from your terminal before using the extension.
Extension Settings
Currently, this extension does not expose any custom VS Code settings.
Known Issues
taskgpt must be available in your system PATH.
The terminal may close if the taskgpt command fails.
No input validation for CLI arguments yet.
Release Notes
0.0.2
Initial release: launch taskgpt from a terminal in VS Code.
0.0.3
Added support for selected code enhancement directly in the editor.
If no code is selected, a terminal will open automatically to run the taskgpt command.