Remove deprecated AI Gateway API#2155
Merged
Merged
Conversation
Contributor
|
The latest Buf updates on your PR. Results from workflow Buf CI / validate (pull_request).
|
malinskibeniamin
approved these changes
Jan 19, 2026
288ffdc to
8e40e5b
Compare
8e40e5b to
23f602d
Compare
47ca377 to
7aa0bd1
Compare
3 tasks
malinskibeniamin
added a commit
that referenced
this pull request
Apr 21, 2026
* chore(frontend): remove vestigial AI Gateway v1 references The old AI Gateway v1 UI was removed from Console in #2155 (Jan 2026) but a dev proxy and two buf-generated npm packages remained. Drop them. Removed: - Dev proxy block for `/.redpanda/api/redpanda.api.aigateway.v1` in rsbuild.config.ts - `AI_GATEWAY_URL` env var export in start-cloud.sh (and cluster-id regex helper it depended on) - `@buf/redpandadata_ai-gateway.bufbuild_es` / `@buf/redpandadata_ai-gateway.connectrpc_query-es` deps Preserved: - AI Gateway v2 (`aigw`) proxy, hooks, query layer, agent pages - Scope.AI_GATEWAY secret scope (semantically v2 now) - Deprecated `virtualGatewayId` field in `AIAgent.GatewayConfig` proto — backend contract stays Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore(frontend): regenerate lockfiles after dropping aigw v1 packages Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore(frontend): drop AI Gateway v2 proxy; Console will consume AIGW via ADP UI The /.aigw/api dev proxy is removed. Console does not call AI Gateway (v1 or v2) directly anymore; ADP UI (hosted inside Cloud UI) owns all AIGW interaction going forward. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Revert "chore(frontend): drop AI Gateway v2 proxy; Console will consume AIGW via ADP UI" Per reviewer feedback on #2403: the aigw v2 (`/.aigw/api`) dev proxy stays. It powers Console's own aigw v2 API calls (LLMProviderService, ModelService) used by the agent pages. Only the v1 proxy is removed in this PR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The initial AI Gateway API implemented by Redpanda Connect API will no longer be used so can be removed.