X Tutup
Skip to content

fix: update AI Bridge to preserve stream property in 'chat/completions' calls#21953

Merged
david-fraley merged 2 commits intorelease/2.30from
jjs/2.30-completions
Feb 10, 2026
Merged

fix: update AI Bridge to preserve stream property in 'chat/completions' calls#21953
david-fraley merged 2 commits intorelease/2.30from
jjs/2.30-completions

Conversation

@SasSwart
Copy link
Contributor

@SasSwart SasSwart commented Feb 5, 2026

Update AI Bridge to apply this fixes:
coder/aibridge#164
coder/aibridge#174

Fixes: coder/aibridge#176

@SasSwart SasSwart requested a review from david-fraley February 5, 2026 19:54
@SasSwart SasSwart marked this pull request as ready for review February 5, 2026 19:55
@coder-tasks
Copy link
Contributor

coder-tasks bot commented Feb 5, 2026

Documentation Check

No Changes Needed

This PR updates the aibridge dependency from v1.0.1 to v1.0.2 to fix an internal bug where request bodies for chat/completions API calls were being discarded due to an SDK conflict.

The existing AI Bridge documentation already covers the supported APIs and streaming functionality:

  • docs/ai-coder/ai-bridge/reference.md documents that /v1/chat/completions is an intercepted endpoint
  • The documentation notes "Where relevant, both streaming and non-streaming requests are supported"

Since this is an internal bug fix in the aibridge dependency that preserves existing functionality rather than adding new features or changing behavior, no documentation updates are required. The fix ensures the system continues to work as documented.


Automated review via Coder Tasks

@david-fraley david-fraley merged commit ef29702 into release/2.30 Feb 10, 2026
22 of 35 checks passed
@david-fraley david-fraley deleted the jjs/2.30-completions branch February 10, 2026 17:10
@github-actions github-actions bot locked and limited conversation to collaborators Feb 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup