summaryrefslogtreecommitdiff
path: root/packages/vscode-ide-companion
AgeCommit message (Collapse)Author
2025-07-25[ide-mode] Create an IDE manager class to handle connecting to and exposing ↵christine betts
methods from the IDE server (#4797)
2025-07-25Add drawer for active files in IDE mode (#4682)christine betts
Co-authored-by: Shreya <[email protected]>
2025-07-24Add "Gemini CLI: Run" command shortcut (#4792)Shreya Keshive
2025-07-24[ide-mode] Send the cursor and selected text from the IDE server (#4621)christine betts
2025-07-24Minor refactoring of VS Code companion extension code (#4761)Shreya Keshive
2025-07-24Polish companion extension README and package.json file ahead of publishing ↵Shreya Keshive
(#4729)
2025-07-21[ide-mode] Use active files and selected text in user prompt (#4614)christine betts
2025-07-21[ide-mode] Keep track of recently-opened files and send them to the CLI (#4463)christine betts
2025-07-19chore(release): v0.1.13 (#4515)N. Taylor Mullen
2025-07-18[ide-mode] Send ping every 30 seconds to prevent client from closing ↵christine betts
connection (#4329)
2025-07-17Minor refactoring of IDE companion server (#4331)Shreya Keshive
2025-07-16Include companion VS Code extension VSIX as part of build/release (#4254)Shreya Keshive
2025-07-15Set port dynamically in VSCode extension and read from it in gemini-cli and ↵christine betts
send initial notification (#4255)
2025-07-15Upload VSIX of companion VS Code extension (#4241)Shreya Keshive
Co-authored-by: matt korwel <[email protected]>
2025-07-15[ide-mode] Stream notifications when the active file changes (#4147)christine betts
Co-authored-by: Scott Densmore <[email protected]>
2025-07-14Introduce VSCode companion extension (#3917)christine betts