feat: add Operator Dashboard — unified command center with AI copilot…#181
Closed
dgarson wants to merge 1 commit intofeat/horizon-ui-completefrom
Closed
feat: add Operator Dashboard — unified command center with AI copilot…#181dgarson wants to merge 1 commit intofeat/horizon-ui-completefrom
dgarson wants to merge 1 commit intofeat/horizon-ui-completefrom
Conversation
…, live logs, decision provenance Top 5 UX improvements for Horizon UI operator experience: 1. OperatorDashboard.tsx — unified command center with live sessions, tool call waterfall, budget/cost panel, alert feed, model provider utilization, and quick navigation cards. Real-time simulated data updates. 2. Sidebar restructured with Operator Mode toggle (OPS/STD) that switches between grouped operator navigation (Command Center, Monitoring, Sessions, Budget, Models, Config) and the existing flat nav. Persisted to localStorage. 3. OperatorAICopilot.tsx — slide-in AI assistant panel with smart context chips, suggested actions (explain errors, analyze costs, suggest optimizations), pre-seeded conversations, and simulated contextual responses with inline action buttons. Toggled via Cmd+J. 4. LiveLogTail.tsx — real-time multi-stream log viewer with tabs for All Logs, Agent Activity, LLM Calls, Tool Execution, System, Webhooks. Terminal-style display with level/agent/search filters, pause/resume, auto-scroll. 5. DecisionProvenance.tsx — decision timeline showing why agents chose specific models, tools, and routing. Includes self-eval reports, routing insights, confidence scores, and alternative-considered analysis. All views integrated into App.tsx with lazy loading, skeleton states, keyboard shortcuts (Cmd+J for copilot, Cmd+Shift+O for operator toggle), and operator status bar showing active sessions, errors, and daily spend. https://claude.ai/code/session_01XjcBKymybxz5C3d4KAFPec
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.
…, live logs, decision provenance
Top 5 UX improvements for Horizon UI operator experience:
OperatorDashboard.tsx — unified command center with live sessions, tool call waterfall, budget/cost panel, alert feed, model provider utilization, and quick navigation cards. Real-time simulated data updates.
Sidebar restructured with Operator Mode toggle (OPS/STD) that switches between grouped operator navigation (Command Center, Monitoring, Sessions, Budget, Models, Config) and the existing flat nav. Persisted to localStorage.
OperatorAICopilot.tsx — slide-in AI assistant panel with smart context chips, suggested actions (explain errors, analyze costs, suggest optimizations), pre-seeded conversations, and simulated contextual responses with inline action buttons. Toggled via Cmd+J.
LiveLogTail.tsx — real-time multi-stream log viewer with tabs for All Logs, Agent Activity, LLM Calls, Tool Execution, System, Webhooks. Terminal-style display with level/agent/search filters, pause/resume, auto-scroll.
DecisionProvenance.tsx — decision timeline showing why agents chose specific models, tools, and routing. Includes self-eval reports, routing insights, confidence scores, and alternative-considered analysis.
All views integrated into App.tsx with lazy loading, skeleton states, keyboard shortcuts (Cmd+J for copilot, Cmd+Shift+O for operator toggle), and operator status bar showing active sessions, errors, and daily spend.
https://claude.ai/code/session_01XjcBKymybxz5C3d4KAFPec
Summary
Describe the problem and fix in 2–5 bullets:
Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
List user-visible changes (including defaults/config).
If none, write
None.Security Impact (required)
Yes/No)Yes/No)Yes/No)Yes/No)Yes/No)Yes, explain risk + mitigation:Repro + Verification
Environment
Steps
Expected
Actual
Evidence
Attach at least one:
Human Verification (required)
What you personally verified (not just CI), and how:
Compatibility / Migration
Yes/No)Yes/No)Yes/No)Failure Recovery (if this breaks)
Risks and Mitigations
List only real risks for this PR. Add/remove entries as needed. If none, write
None.