feat(web): web client renderer for Centaur#362
Open
goksu wants to merge 21 commits into
Open
Conversation
goksu
commented
Jun 2, 2026
Collaborator
Author
There was a problem hiding this comment.
Design updates:
- Update it to be dark mode only.
- Use Regen but with minimal rounding on the next pass.
- Only existing threads on the left panel with "New Thread" button top left.
- Streaming message chatbox flow can stay as is but polish it a bit more.
899c8fb to
cf65376
Compare
34a591a to
4d7239b
Compare
cf65376 to
d66f48a
Compare
Add a Regen-based Centaur web service that streams the Rust V2 session API through the generic renderer contract. Wire api-rs and web deployments into Helm, publish workflows, and local dev values so the flow shares existing Kubernetes secrets.
Move the web shell to dark mode with thread-only navigation and tighter chat surfaces. Remove the api-rs rustls startup workaround by using reqwest rustls-no-provider and rely on stable sandbox labels in NetworkPolicies.
Add model-backed thread titles, linked local thread routes, and composer selectors. Polish the sidebar, landing view, and transcript styling for the local web UI.
Allow centaur-web ingress sources to be configured separately from the shared preview ingress source list. This lets previews keep Slackbot on Envoy while exposing web only through Tailscale.
24b3079 to
fdd11db
Compare
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.
Summary
Validation