[codex] Add NATS native console integration - #6357
Draft
onenewcode wants to merge 11 commits into
Draft
Conversation
Restructure NATS into the shared MQ admin toolbar/tabs/content interaction, split subject/publish/message/JetStream panels, label the sidebar as NATS Console instead of Topics, and route user-facing copy through nats/mqAdmin locale keys.
Split Core NATS into dedicated publish and multi-subscription tabs, collapse JetStream into a single list-to-detail workspace (overview/messages/consumers) aligned with NUI, restore Kafka send-first messages layout, and clean up i18n.
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.
What changed
mainbranch.Why
Concurrent start, stop, close, and connection-configuration operations could previously leave an Agent subscription running after its owning UI or connection had gone away. Late notifications could also roll back a newer UI state.
Validation
go test -race ./...(agents/drivers/nats)pnpm test(983 files, 9,345 tests)pnpm typecheckpnpm buildcargo check -p dbx-core -p dbx-webcargo test -p dbx-web --bin dbx-web natscargo check -p dbx