Skip to content

Releases: lxman/LocalModelIntegrator

Update Package Dependencies

Choose a tag to compare

@lxman lxman released this 03 Aug 06:07

Update nugets
Update to xunit.v3

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:26
chore: bump version to 1.0.5

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 19 Jun 20:30
v1.0.4 — fix empty-choices crash with OpenAI-compatible gateways (iss…

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Jun 02:17
Add arm64 support, cap VS version range, bump to 1.0.3

One AnyCPU VSIX serves both architectures (only P/Invokes are OS APIs);
the manifest just needed an arm64 InstallationTarget. Cap the install
range at the next VS major instead of claiming all future versions.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Refactor and introduce back end modifications for different dialects

Choose a tag to compare

@lxman lxman released this 10 Jun 01:52

Make the tool more flexible to work with different communication protocols from the model.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 19:30
CI: bump actions to Node 24 majors

checkout v4->v6, upload-artifact v4->v7, setup-msbuild v2->v3,
action-gh-release v2->v3. Clears the Node 20 deprecation warning.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>