Skip to content

Conversation

@jakehwll
Copy link
Contributor

@jakehwll jakehwll commented Dec 13, 2025

This implements a simple filter for querying against AI Bridge with a given model to the frontend UI. With a simple set of backend changes to return back the models which are filterable against.

Furthermore, I made a few changes to ensure that the imports of /filter are more understandable/scoped, they now live under RequestLogsFilter.

Preview

aibridge-model-filter.mp4
Position Pull-request
fix: improve AI Bridge request logs UI/UX
feat: add AI Bridge request logs model filter
fix: promote AIBridge from ExperimentalHandler

@codex

@jakehwll jakehwll marked this pull request as ready for review December 15, 2025 05:29
@jakehwll jakehwll force-pushed the jakehwll/ai-bridge-request-logs-model branch from 9e4336d to 6078455 Compare December 15, 2025 14:29
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants