Revert "feat: ambient control plane with gRPC runner integration"#980
Merged
Gkrumbach07 merged 1 commit intomainfrom Mar 20, 2026
Merged
Revert "feat: ambient control plane with gRPC runner integration"#980Gkrumbach07 merged 1 commit intomainfrom
Gkrumbach07 merged 1 commit intomainfrom
Conversation
This reverts commit 3bce2e6.
markturansky
added a commit
that referenced
this pull request
Mar 24, 2026
…ner event streaming Re-introduces the work from PR #975 (reverted in #980). - feat(control-plane): New ambient-control-plane Go microservice — Kubernetes reconciler that watches the ambient-api-server via gRPC streams and reconciles Sessions, Projects, and ProjectSettings into K8s (namespaces, runner Pods, Secrets, RoleBindings). Informer-based watch loop, TLS/gRPC support, tally reconciler, stress and unit tests. - feat(runner): gRPC AG-UI event streaming — _grpc_client.py, _session_messages_api.py, grpc_transport.py bridge between Claude Code SSE output and gRPC push stream, /events SSE endpoint for AG-UI fan-out. Structured logging throughout. - feat(manifests): Control-plane RBAC, gRPC Route, kind/production overlays, CI workflow (ambient-control-plane-tests). 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 tasks
markturansky
added a commit
that referenced
this pull request
Mar 24, 2026
…ner event streaming Re-introduces the work from PR #975 (reverted in #980). - feat(control-plane): New ambient-control-plane Go microservice — Kubernetes reconciler that watches the ambient-api-server via gRPC streams and reconciles Sessions, Projects, and ProjectSettings into K8s (namespaces, runner Pods, Secrets, RoleBindings). Informer-based watch loop, TLS/gRPC support, tally reconciler, stress and unit tests. - feat(runner): gRPC AG-UI event streaming — _grpc_client.py, _session_messages_api.py, grpc_transport.py bridge between Claude Code SSE output and gRPC push stream, /events SSE endpoint for AG-UI fan-out. Structured logging throughout. - feat(manifests): Control-plane RBAC, gRPC Route, kind/production overlays, CI workflow (ambient-control-plane-tests). 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
jeremyeder
pushed a commit
to jeremyeder/platform
that referenced
this pull request
Mar 26, 2026
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.
Reverts #975