gemini-cli icon indicating copy to clipboard operation
gemini-cli copied to clipboard

feat(core): add support for positron ide (#15045)

Open kapsner opened this issue 2 months ago • 7 comments

Summary

Adds support for Positron IDE.

Details

Adds IDE integration of Positron, enabeling IDE-related slash-commands.

Related Issues

closes #15045

How to Validate

  • pull this PR
  • Install Positron IDE
  • open Positron and from integrated terminal install the code from this PR
  • run "./bundle/gemini.js" and "/ide install" --> should install gemini-cli-companion extension and output messages such as "Positron companion extension was installed successfully"

Pre-Merge Checklist

  • [ ] Updated relevant documentation and README (if needed)
  • [x] Added/updated tests (if needed)
  • [ ] Noted breaking changes (if any)
  • [x] Validated on required platforms/methods:
    • [ ] MacOS
      • [ ] npm run
      • [ ] npx
      • [ ] Docker
      • [ ] Podman
      • [ ] Seatbelt
    • [ ] Windows
      • [ ] npm run
      • [ ] npx
      • [ ] Docker
    • [x] Linux
      • [x] npm run
      • [x] npx
      • [x] Docker

kapsner avatar Dec 13 '25 12:12 kapsner