Skip to content

Tags: redhat-developer/abbenay

Tags

v2026.5.1-alpha

Toggle v2026.5.1-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #31 from cidrblock/fix/vertex-anthropic-compat

fix: vertex-anthropic compat — empty text blocks, tool_use SSE, and model visibility

v2026.4.1-alpha

Toggle v2026.4.1-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #30 from djdanielsson/feat/vertex-anthropic-engine

feat(core): add vertex-anthropic engine for Vertex-hosted Claude models

v2026.3.8-alpha

Toggle v2026.3.8-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #28 from cidrblock/fix/json-truncation-retry

fix: improve json_only reliability with API-level enforcement and truncation-aware retry

v2026.3.7-alpha

Toggle v2026.3.7-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #27 from cidrblock/fix/sea-provider-imports

fix: use static import map for AI SDK providers in SEA build

v2026.3.6-alpha

Toggle v2026.3.6-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #24 from cidrblock/fix/undici-security-update

fix: update undici to 7.24.4 and add dependabot.yml

v2026.3.5-alpha

Toggle v2026.3.5-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #22 from redhat-developer/feat/container-support

feat(daemon): add container support with gRPC TCP listener

v2026.3.4-alpha

Toggle v2026.3.4-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from cidrblock/fix/json-fence-stripping

fix(daemon): strip markdown fences from json_strict responses

v2026.3.3-alpha

Toggle v2026.3.3-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #18 from cidrblock/feat/inline-policy-consumer-auth

feat(core): add inline policy override and consumer authorization

v2026.3.2-alpha

Toggle v2026.3.2-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #17 from cidrblock/docs/release-updates

docs: update all documentation for current feature set

v2026.3.1-alpha

Toggle v2026.3.1-alpha's commit message
fix(ci): handle pre-existing release in release workflow

When a release is created from the GitHub UI (which also creates the
tag), the workflow would fail trying to create the release again.

Now checks if the release exists first and uses `gh release upload
--clobber` to attach artifacts to the existing release.

Made-with: Cursor