Skip to content

This release adds 5 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Redesign UI with minimalist theme, add developer‑focused features and improve worker handling.

Full changelog

What's Changed

  • [codex] improve symphony UI by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/1
  • [codex] Add Symphony app icon by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/2
  • Redesign UI with shadcn/vercel minimalist theme by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/3
  • [codex] fix worker stop state by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/4
  • [codex] Remove icon background by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/5
  • [codex] Move sidebar controls to topbar by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/6
  • Prepare for open-source release: onboarding, live runs, failure surfacing by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/7
  • Make the dashboard readable and live: relative times, sessions, issue polish by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/8
  • Overhaul Settings: guidance, test connection, key removal, safer stop by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/9
  • Render agent events as readable summaries with auto-follow by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/10
  • Release hygiene: CONTRIBUTING, favicon, CSP, data access, about footer by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/11
  • Replace brand icon with minimal waveform mark by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/12
  • Fix Linear auth, flexible team prefix, and dev app name by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/13
  • ci: cut runner minutes ~10x by moving CI to ubuntu by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/14
  • Bring default workflow up to par with symphony-ts by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/15
  • Add Claude Code launch config for the vite dev server by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/16
  • Collapse the worker pill into a single toggle and auto-start the worker on launch by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/17
  • Set up Developer ID signing, notarization, and a macOS release script by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/18
  • Fix missing margins on the Workflow editor's Reset to default button by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/19
  • Fix double scrollbar and cramped panes on the Runs page by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/20
  • Overlay the login-shell PATH so packaged-app hooks find user tools by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/21
  • Clarify the watched-issues row action to "Open in Linear" by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/23
  • Refresh issues that leave the active set so completed states reach the UI by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/22
  • Remove the status strip from the Overview page by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/27
  • Fail Claude runs that lose write permissions instead of recording success by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/26
  • Require zero successful writes before failing an unverified session by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/28
  • Show session model, permission mode, and thinking usage on the run view by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/24
  • Let Settings customize the agent launch command per backend by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/29
  • Add an onboarding flow that installs the Symphony agent skills via PR by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/25
  • Use neutral mycode placeholder in agent launch-command hint by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/30
  • Move macOS signing identity out of tauri.conf.json by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/32
  • Document full build instructions including pnpm release:mac by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/31
  • Refresh README screenshots to match the current UI by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/33
  • Remove Tokens column from Live sessions table by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/34
  • Cap the Recent failures table at 5 rows by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/36
  • Make the Overview empty state reflect a running worker by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/35
  • Add Cmd+F search to the run log on the Runs page by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/37
  • Detect Claude rate-limit hits and show per-provider rows in the Rate limits panel by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/38
  • Keep the "No active runs" empty-state message on one line by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/39
  • Give the "Remove saved key" button a light border so it stops floating by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/40
  • Fold Live sessions into the Active runs table on Overview by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/41
  • Replace WORKFLOW.md frontmatter with native Settings fields and a prompt-only editor by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/42
  • Skip due retries while the issue is blocked by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/43
  • Polish the Settings page: unstretched fields, seconds units, backend icons by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/44
  • Sync issues to Done even when they pass through an intermediate state by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/45
  • Support multiple repositories with per-issue routing by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/46
  • Color the running run status amber instead of green by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/47
  • Restructure Overview: full-width Active runs, side-by-side panels, new Token usage section by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/49
  • Show run repos on the dashboard and manage skills per repo by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/48
  • Add a release publish script and a one-click macOS download link by @anantjain-xyz in https://github.com/anantjain-xyz/symphony-rust/pull/50

New Contributors

  • @anantjain-xyz made their first contribution in https://github.com/anantjain-xyz/symphony-rust/pull/1

Full Changelog: https://github.com/anantjain-xyz/symphony-rust/commits/v0.1.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Rust Implementation of Symphony

Get notified when new releases ship.

Sign up free

About Rust Implementation of Symphony

All releases →

Related context

Beta — feedback welcome: [email protected]