-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore!: promote AIBridge from ExperimentalHandler
#21278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore!: promote AIBridge from ExperimentalHandler
#21278
Conversation
…-bridge-experimentalhandler
|
Should this be marked as a breaking change? |
ExperimentalHandlerExperimentalHandler
ssncferreira
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably not in the scope of this PR, but just to confirm: should /api/experimental/mcp/http be promoted to /api/v2 as well, or is MCP intentionally staying experimental?
Its to my understanding that we are promoting AI Bridge and not the MCP server just yet 🙂 |
|
@jakehwll should this be instead a Also, can you add two lines to the PR body describing what is breaking and how to migrate? We can then copy those to ChangeLog as it is. |
ExperimentalHandlerExperimentalHandler
Thats a very good point, this was a "fix" in my mind as its something we were supposed to do in v2.29.0. I've updated and given a migration path 🙂 |
dannykopping
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there
I think there is a small typo in the PR description for the migration, should be |
Co-authored-by: Susana Ferreira <susana@coder.com>
ssncferreira
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
dceecec
into
jakehwll/ai-bridge-request-logs-model
Addressing feedback found in #21252
Important
This pull-request removes endpoints from
ExperimentalHandlerfromcoderd.goand promotes the endpoints within the frontend. This means that we will no longer be serving AI Bridge under the/api/experimental/prefix now that things reached release inv2.29.0.Migration
The
/api/experimental/aibridgeprefix has been removed. Any clients, scripts, or integrations that previously called AI Bridge endpoints under/api/experimental/aibridgemust be updated to use the/api/v2/aibridgestable API routes introduced in v2.29.0.ExperimentalHandler