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
A polish-heavy patch release focused on making the LiteLLM connector feel more complete, more consistent, and easier to operate day-to-day. ✨
Highlights 🚀
Completion support is here: adds a dedicated text completions provider for a smoother “type-ahead” experience.
Inline completions: introduces an inline completion provider + registration flow, bringing faster, more natural suggestions directly into the editor.
Cleaner provider architecture: refactors shared logic into a common base orchestrator, reducing duplication and keeping chat + completions behavior consistent.
Configuration & UX Improvements ⚙️
Model management commands added to make configuration easier to inspect and adjust.
Model override support (e.g. modelIdOverride) to better match different proxy/model setups.
Quality & Reliability 🧪
Expanded unit test coverage across providers, commands, config, telemetry, and utilities.
Lint and stability fixes to keep the codebase clean and CI-friendly.
What this means for you ✅
More capable extension (chat + completions + inline completions)
More consistent behavior across endpoints and request paths
Better maintainability going forward thanks to the shared orchestration layer
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
A polish-heavy patch release focused on making the LiteLLM connector feel more complete, more consistent, and easier to operate day-to-day. ✨
Highlights 🚀
Configuration & UX Improvements ⚙️
modelIdOverride) to better match different proxy/model setups.Quality & Reliability 🧪
What this means for you ✅
This discussion was created from the release v1.3.9 — Patch Release Notes (from v1.3.3).
All reactions