Skip to content

feat: prototype minimal agent desktop - #139

Merged
RestartFU merged 8 commits into
masterfrom
dev/minimal-agent-desktop
Aug 12, 2026
Merged

feat: prototype minimal agent desktop#139
RestartFU merged 8 commits into
masterfrom
dev/minimal-agent-desktop

Conversation

@RestartFU

Copy link
Copy Markdown
Owner

Summary

  • replace the primary desktop surface with a minimal project/session shell inspired by Spotify Portal
  • run Codex and Claude as direct interactive CLIs inside durable daemon-owned PTYs
  • make Local and Remote mutually exclusive persisted runtime modes, with connect/disconnect from the home screen
  • add persisted Dark, Light, and Warm themes
  • publish an isolated rolling desktop-only dev build on every push to this branch

The legacy file/editor surfaces remain compiled for now but are not mounted by the minimal desktop. The mobile client and mobile workflow are unchanged.

Reliability work included

  • answer terminal capability/color/status queries so the bundled Codex TUI can start headlessly
  • sequence terminal snapshots and deltas, merge reconnect races, and prevent stale terminal resurrection
  • serialize direct CLI starts, managed turns, and chat deletion per session
  • keep dev installs, settings, app IDs, update feed, and artifacts isolated from stable and nightly on Linux, macOS, and Windows

Verification

  • ./scripts/test.sh
  • 84 desktop library tests and 149 desktop app tests
  • 152 daemon library tests and 7 daemon binary tests
  • Linux release builds and Windows desktop/daemon cross-checks
  • dev Linux bundle build and smoke test
  • dev workflow actionlint and installer shell syntax checks
  • bundled Codex direct-PTY smoke: sign-in UI rendered and accepted keyboard navigation

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 7f50fd9b-be6c-41d4-bb99-b6cc846cb0bc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@RestartFU
RestartFU marked this pull request as ready for review August 12, 2026 01:12
@RestartFU
RestartFU merged commit 0a3f8f4 into master Aug 12, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant