Redesign dashboard UI with Alto-inspired dark theme#4
Merged
Conversation
Replace the light theme with a dark design language matching Alto: black backgrounds, gold accent gradient, Inter typeface, solid dark card surfaces with subtle borders, and opacity-based interactions.
Add SYMPHONY_SERVER_PORT environment variable documentation and port priority order. Update WORKFLOW.md to include dispatch_states configuration.
toodimes
added a commit
that referenced
this pull request
Mar 5, 2026
Fetch human comments from Linear issues between Codex turns so the bot can address feedback left mid-execution. Bot-authored comments are distinguished by injecting an invisible `<!-- symphony-bot -->` marker at the DynamicTool layer (commentCreate/commentUpdate mutations), then filtered out during fetch. The feature is opt-in via `tracker.track_comments: true` in WORKFLOW.md. New modules: Linear.Comment (struct), Linear.CommentFetcher (fetch-filter-diff logic with seen-map tracking for edits). AgentRunner threads comment state through its recursive turn loop and injects relevant comments into the continuation prompt.
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.
Context
Upgrade the observability dashboard from a light theme with green accents to a premium dark-mode design matching the Alto app's visual language.
TL;DR
Dashboard now uses a dark theme with gold accents, Inter font, and minimal card-based UI inspired by Alto.
Summary
Alternatives
Test Plan