index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
vscode-ide-companion
Age
Commit message (
Expand
)
Author
2025-08-22
fix(ui): Remove unused import causing build failure
Castor Gemini
2025-08-22
fix(ide): preserve focus when showing diff view (#6795)
v0.2.2
Shreya Keshive
2025-08-20
feat(ide ext): Write workspace path to port file (#6659)
Shreya Keshive
2025-08-19
feat(core): refactor shell execution to use node-pty (#6491)
Gal Zahavi
2025-08-15
[ide-mode] Fix path delimiter for multi-root workspaces on Windows (#6273)
Sunny Sachanandani
2025-08-15
Revert #6088 (#6328)
Gal Zahavi
2025-08-15
IDE integration Gemini command multi-folder support + bump version (#6265)
Shreya Keshive
2025-08-15
Fix license notice generation script to include transitive dependencies (#6272)
Shreya Keshive
2025-08-14
feat(core): refactor shell execution to use node-pty (#6088)
Gal Zahavi
2025-08-14
[ide-mode] Support multi-folder workspaces (#6177)
christine betts
2025-08-14
[ide-mode] Write port to file in ide-server (#5811)
christine betts
2025-08-14
[ide-mode] Add docs on running the vscode companion extension locally (#6145)
christine betts
2025-08-12
Bump version number of companion extension to match next Gemini CLI version n...
Shreya Keshive
2025-08-11
Additional IDE integration polishes (#5985)
Shreya Keshive
2025-08-11
Show IDE diff options in both panes (#5986)
christine betts
2025-08-08
[ide-mode] Hide diff options when active diff is not focused (#5808)
christine betts
2025-08-07
README + reduce required VS Code version for companion extension (#5719)
Shreya Keshive
2025-08-06
Add hint to enable IDE integration for users running in VS Code (#5610)
Shreya Keshive
2025-08-06
[ide-mode] Add support for in-IDE diff handling in the CLI (#5603)
christine betts
2025-08-04
[ide-mode] Add openDiff tool to IDE MCP server (#4519)
christine betts
2025-08-03
Generate NOTICES.TXT and surface via command (#5310)
Shreya Keshive
2025-07-30
Exclude companion extension from release versioning (#5226)
Shreya Keshive
2025-07-29
chore(release): v0.1.15 (#5163)
N. Taylor Mullen
2025-07-28
Only enable IDE integration if gemini-cli is running in the same path as open...
Shreya Keshive
2025-07-28
Refactors companion VS Code extension to import & use notification schema def...
Shreya Keshive
2025-07-28
Updates schema, UX and prompt for IDE context (#5046)
Shreya Keshive
2025-07-25
[ide-mode] Create an IDE manager class to handle connecting to and exposing m...
christine betts
2025-07-25
Add drawer for active files in IDE mode (#4682)
christine betts
2025-07-24
Add "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-24
Minor refactoring of VS Code companion extension code (#4761)
Shreya Keshive
2025-07-24
Polish companion extension README and package.json file ahead of publishing (...
Shreya Keshive
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-19
chore(release): v0.1.13 (#4515)
N. Taylor Mullen
2025-07-18
[ide-mode] Send ping every 30 seconds to prevent client from closing connecti...
christine betts
2025-07-17
Minor refactoring of IDE companion server (#4331)
Shreya Keshive
2025-07-16
Include companion VS Code extension VSIX as part of build/release (#4254)
Shreya Keshive
2025-07-15
Set port dynamically in VSCode extension and read from it in gemini-cli and s...
christine betts
2025-07-15
Upload VSIX of companion VS Code extension (#4241)
Shreya Keshive
2025-07-15
[ide-mode] Stream notifications when the active file changes (#4147)
christine betts
2025-07-14
Introduce VSCode companion extension (#3917)
christine betts