Companion extension for gllm — brings AI-suggested code changes into VSCode as native inline diffs, and enriches gllm sessions with open editor context, cursor position, and selected text.
Review and apply AI-suggested code changes directly in the editor using native inline diffs — no context switching, no copy-pasting. When gllm proposes a change, it appears as a familiar diff overlay right where your cursor is, and you decide whether to accept or discard it.
gllm Companion automatically surfaces the files currently open in your workspace. This gives gllm a richer understanding of your project’s structure and content, enabling more accurate and relevant responses without any manual setup.
Whatever you highlight — a function, a block, a single line — gets passed directly to gllm as context. Combined with your current cursor position, this means gllm always knows exactly what you’re looking at and can respond with surgical precision.
Start a new gllm session instantly from the Command Palette without leaving the editor.
Command Palette (Cmd+Shift+P / Ctrl+Shift+P) → gllm: Run
PATH.brew install gllmscoop install gllmcurl -fsSL https://raw.githubusercontent.com/activebook/gllm/main/build/install.sh | sh1.85.0 or later.gllm: Run from the Command Palette.This extension does not require any configuration out of the box. gllm’s own configuration (model, API keys, skills) is managed through the gllm CLI.
Please report bugs and feature requests on the GitHub issue tracker.
Improvement & Bugfix:
gllm diff sessions natively for agents operating across separate worktrees simultaneously.Improvement:
Support bidirectional context changes between editor and gllm. You can confirm or discard changes in either of the editor or gllm.
Bugfix
gllm: Run command to initialize and show a gllm terminal session.Bugfix: Fix absolute path issue when receiving relative path from gllm.
Add windows support.
Improve inline diff review.
Initial release — inline diff review.