-
-
Notifications
You must be signed in to change notification settings - Fork 18
feat(cli): add --daemon and --mini modes for headless/lightweight operation #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ErikBjare
merged 13 commits into
ActivityWatch:master
from
TimeToBuildBob:bob/cli-daemon-mode
May 25, 2026
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
12013d9
feat(cli): add --daemon mode for headless server operation
TimeToBuildBob d6f3786
fix(daemon): fix OnceLock side-effect + match GUI startup order
TimeToBuildBob 2506c25
fix(daemon): use match instead of expect for Rocket task shutdown
TimeToBuildBob aaf7dbf
fix(daemon): Ok(Ok(_)) — Rocket launch returns Rocket<Ignite> not ()
TimeToBuildBob 9e608bc
fix(daemon): propagate non-zero exit code on server error or panic
TimeToBuildBob 37f78d8
feat(cli): add --mini mode — tray + server, no Tauri WebView
TimeToBuildBob a3c0096
fix(daemon): pass CLI port to start_manager; include Cargo.lock
TimeToBuildBob 2256c02
fix(mini): add MINI_MODE guard to prevent get_app_handle() panic on c…
TimeToBuildBob a8f0758
fix(mini): surface Rocket startup failures via ServerFailed event
TimeToBuildBob 28848b3
fix(mini): canonicalize run_mini() to set MINI_MODE; exit 1 on server…
TimeToBuildBob c0591e6
fix(mini): exit 1 when prepare_aw_server fails so supervisors restart
TimeToBuildBob 988fb02
fix(cli): address Greptile findings — conflicts_with, graceful db_pat…
TimeToBuildBob d28fec1
fix: remove unformattable () error from db_path eprintln
TimeToBuildBob File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.