Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>T4RS PanelNew to Visual Studio Code? Get it now.
T4RS Panel

T4RS Panel

t4rs

|
1 install
| (0) | Free
T4RS AI Panel — chat, agent workspace, and tools directly inside VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

T4RS Panel — VS Code Extension

Use your T4RS AI Panel directly inside VS Code — chat, agents, artifacts, and all tools without leaving the editor.


Features

  • Sidebar panel — T4RS lives in the VS Code activity bar, always one click away
  • Full panel mode — expand to a full editor column for maximum workspace
  • Send selection — highlight code and send it directly to chat (Ctrl+Shift+T)
  • Status bar button — quick access from the bottom bar
  • Context menu — right-click any selection → "T4RS: Send Selection to Chat"
  • Auto-open — optionally open T4RS when VS Code starts
  • Configurable URL — point to any T4RS instance (local or remote)

Installation

Option A — Download .vsix (recommended for now)

  1. Download t4rs-panel-*.vsix from the releases page or from your T4RS Panel at /install
  2. In VS Code, open the Command Palette (Ctrl+Shift+P)
  3. Run "Extensions: Install from VSIX..."
  4. Select the downloaded .vsix file

Option B — VS Code Marketplace

Coming soon. The extension will be published to the marketplace so you can install with one click.


Setup

After installing, configure the panel URL:

  1. Open Command Palette → "T4RS: Configure Panel URL"
  2. Set it to where your T4RS Panel is running:
    • Local: http://localhost:3000
    • Remote: https://your-t4rs-instance.com

Keyboard Shortcuts

Shortcut Action
Ctrl+Alt+T Open T4RS Panel
Ctrl+Shift+T Send selected code to chat

Requirements

  • VS Code 1.85.0 or later
  • A running T4RS Panel instance (npm run dev or deployed)

Configuration

Setting Default Description
t4rs.panelUrl http://localhost:3000 URL of your T4RS Panel instance
t4rs.autoOpen false Open T4RS automatically on startup
t4rs.theme dark Panel color theme (dark or light)

Building from Source

cd vscode-extension
npm install
npm run package
# Generates t4rs-panel-0.1.0.vsix

Then install the .vsix via VS Code's "Install from VSIX..." command.


License

MIT — part of the T4RS Panel project.

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