[FEATURE] Add Terminal Integration Tool for Direct Terminal Panel Interaction

Resolved 💬 5 comments Opened Oct 16, 2025 by Roland-Brown-Trimble Closed Jan 10, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Description

Claude Code currently lacks the ability to interact directly with VSCode's integrated Terminal panel, unlike other extensions such as GitHub Copilot which have this capability.

Current Behavior

  • Claude Code uses the Bash tool which runs commands in a subprocess
  • Output is shown to the user, but the command doesn't appear in the visible VSCode Terminal tab
  • Users cannot see the command running in their Terminal panel UI

Use Case

When a user asks Claude Code to "run this command in the Terminal," the expectation is that it will appear and execute in the visible Terminal panel, not in a hidden subprocess.

Proposed Solution

Requested Feature

Add a tool (e.g., TerminalWrite or TerminalExecute) that allows Claude Code to:

  • Type commands directly into the active VSCode Terminal panel
  • Execute commands that are visible in the Terminal tab
  • Interact with the Terminal the same way a user would

Benefits

  • Better user experience and visibility
  • Consistency with other AI coding assistants
  • Users can see exactly what commands are being run in their familiar Terminal environment
  • Allows users to interact with the running process if needed (Ctrl+C, input, etc.)

Alternative Solutions

_No response_

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗