Conversation
…st, threading Comprehensive dashboard UX refresh bringing all surfaces toward 9/10 quality: Phase 1: Shared UX primitives (EmptyState, ErrorState, SkeletonCard) integrated across AgentsChatsPanel, NeedsInputPanel, EntityCommentsPanel, ThreadDrawer, NextUpPanel, and ActivityTimeline. Phase 2: Initiative detail hero with ProgressRing, MetricRow, 28px title, status badge, and ETA display. Phase 3: NextUp card enrichment with scoring tier badges (S/A/B), estimate row, and mini progress bars. Phase 4: SliceRun + Activity detail redesign with SliceDetailHero, ArtifactGallery, and ActivityDetailHero components. Phase 5: Agent session cards and ConversationThread with chat bubbles. Phase 6: NeedsInput enhancement with blocker impact indicators and quick decision option chips; shared BlockerSummary component. Phase 7: HealthScoreCard, CostRollupCard, and ActionQueueStrip integrated into MissionControlView with live budget data from useUsageControlPlane. 14 new components, 11 modified files. No new dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…, summary endpoint - Add objectiveScore/roiPerToken/expectedTokens/expectedValueUsd to NextUpQueueItem server+dashboard types; remove unsafe casts in NextUpPanel - Cache usage control-plane summary with 30s TTL to reduce redundant API calls - Plumb activeAgents/totalAgents from live initiatives API through to dashboard - Add GET live/initiatives/summary endpoint with pre-aggregated task counts from summarizeTaskStatuses(); wire to HealthScoreCard via useInitiativeSummary hook with client-side fallback Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…-optimizations # Conflicts: # dashboard/src/components/mission-control/MissionControlView.tsx # dashboard/src/components/mission-control/NextUpPanel.tsx
This was referenced Mar 1, 2026
Merged
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
objectiveScore,roiPerToken,expectedTokens,expectedValueUsdtoNextUpQueueItem(server + dashboard types); remove two unsafeas unknown as Record<string, unknown>casts inNextUpPanel.tsxresolveUsageSummary()— dashboard polls every 60s, multiple tabs no longer multiply cloud API callsactiveAgents/totalAgentsfrom live initiatives API now flow through to dashboard instead of hardcoded0GET live/initiatives/summaryreturns pre-aggregated task counts viasummarizeTaskStatuses();HealthScoreCarduses server data with client-side fallbackTest plan
npm run build:core— plugin tsc passes (verified)cd dashboard && npx tsc --noEmit— zero type errors (verified)npm run build— dashboard Vite build passes (verified)item.objectiveScoredirectly (no unsafe cast)🤖 Generated with Claude Code