Commit dceecec
chore!: promote AIBridge from
Addressing feedback found in #21252
> [!IMPORTANT]
> This pull-request removes endpoints from `ExperimentalHandler` from
`coderd.go` and 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 in
[`v2.29.0`](https://github.com/coder/coder/releases/tag/v2.29.0).
>
> ### Migration
>
> The `/api/experimental/aibridge` prefix has been removed. Any clients,
scripts, or integrations that previously called AI Bridge endpoints
under `/api/experimental/aibridge` must be updated to use the
`/api/v2/aibridge` stable API routes introduced in v2.29.0.
| Position | Pull-request |
| -------- | ------------ |
| | [fix: improve AI Bridge request logs
UI/UX](#21252) |
| | [feat: add AI Bridge request logs model
filter](#21259) |
| ✅ | [fix: promote AIBridge from
`ExperimentalHandler`](#21278) |
---------
Co-authored-by: Susana Ferreira <susana@coder.com>ExperimentalHandler (#21278)1 parent 6078455 commit dceecec
File tree
5 files changed
+273
-239
lines changed- enterprise/coderd
- site/src
- api
- queries
- pages/AIBridgePage/RequestLogsPage/RequestLogsFilter
5 files changed
+273
-239
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | 677 | | |
683 | 678 | | |
684 | 679 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
| 229 | + | |
| 230 | + | |
233 | 231 | | |
234 | 232 | | |
235 | 233 | | |
| |||
0 commit comments