Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>taskgpt-vscodeNew to Visual Studio Code? Get it now.
taskgpt-vscode

taskgpt-vscode

Blazicot

|
2 installs
| (0) | Free
A CLI tool that helps you run GPT-based agents locally
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TaskGPT VS Code Extension

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.

Resources

  • VS Code Extension API
  • VS Code Extension Guidelines

Enjoy using TaskGPT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft