You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2026. It is now read-only.
The CLI's /ide command connects a session to an IDE workspace (VS Code) for diagnostics and file diffs. PolyPilot already launches VS Code from session context menus but doesn't use the bidirectional IDE connection.
CLI Behavior
/ide — establish connection to IDE workspace
Enables file diff viewing, diagnostic integration, and workspace awareness
Proposed Implementation
IDE connection status indicator in session header
"Connect to IDE" button — establish bidirectional connection
Diagnostic sync — show IDE diagnostics (errors, warnings) in PolyPilot
File diff integration — open modified files in VS Code diff view
Summary
The CLI's
/idecommand connects a session to an IDE workspace (VS Code) for diagnostics and file diffs. PolyPilot already launches VS Code from session context menus but doesn't use the bidirectional IDE connection.CLI Behavior
/ide— establish connection to IDE workspaceProposed Implementation
Priority: 🟢 LOW