SIGN IN SIGN UP

๐Ÿš€ Release v2.5.1 โ€” configure inline completion endpoints (#132)

## Change Log / Overview

### ๐Ÿš€ Features
- Add optional provider-group `completionsUrl` configuration for
OpenAI-compatible FIM endpoints.
- Preserve configured LiteLLM paths such as `/v1` when deriving
`/completions`.
- Support model-level `completionsUrl` overrides with model โ†’ group โ†’
derived endpoint precedence.
- Publish resolved endpoint metadata for downstream VS Code
inline-completion support.

### ๐Ÿงช Tests
- Add endpoint derivation, path preservation, precedence, and invalid
URL fallback coverage.

### ๐Ÿ“š Documentation
- Update `README.md`, `README.marketplace.md`, and `CHANGELOG.md` for
v2.5.1.

### Related Issues
- #130

### Pull Request Pre-check
- [x] Linting Validation Passed (`npm run lint`; existing warnings only)
- [x] Formatting Validation Passed (`npm run format`)
- [x] Unit Testing Passes (`npm run test:coverage`)
- [x] Documentation Updated
- [x] Compile Validation Passed (`npm run compile`)

> Note: Inline completion behavior still depends on upstream VS
Code/Copilot support for contributed-provider `completionsUrl`
consumption.
A
amwdrizz committed
50290c70181353db78d4540fe1e95968eeae6a42
Parent: 9906613
Committed by GitHub <noreply@github.com> on 8/19/2026, 10:12:38 PM