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)
- Download
t4rs-panel-*.vsix from the releases page or from your T4RS Panel at /install
- In VS Code, open the Command Palette (
Ctrl+Shift+P)
- Run "Extensions: Install from VSIX..."
- 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:
- Open Command Palette → "T4RS: Configure Panel URL"
- 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.
| |