fix(daemon): stabilize LaunchAgent restart and proxy env passthrough#27276
Merged
gumadeiras merged 4 commits intoopenclaw:mainfrom Feb 26, 2026
Merged
Conversation
Contributor
Greptile SummaryThis PR stabilizes the LaunchAgent restart flow and adds proxy environment variable passthrough to service environments. Key improvements:
Implementation quality:
Confidence Score: 5/5
Last reviewed commit: 90578e5 |
38f8b92 to
b08797a
Compare
Member
steipete
pushed a commit
that referenced
this pull request
Feb 26, 2026
…27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
This was referenced Feb 26, 2026
execute008
pushed a commit
to execute008/openclaw
that referenced
this pull request
Feb 27, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
r4jiv007
pushed a commit
to r4jiv007/openclaw
that referenced
this pull request
Feb 28, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
vincentkoc
pushed a commit
to Sid-Qin/openclaw
that referenced
this pull request
Feb 28, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
vincentkoc
pushed a commit
to rylena/rylen-openclaw
that referenced
this pull request
Feb 28, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
steipete
pushed a commit
to Sid-Qin/openclaw
that referenced
this pull request
Mar 2, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
robertchang-ga
pushed a commit
to robertchang-ga/openclaw
that referenced
this pull request
Mar 2, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
dorgonman
pushed a commit
to kanohorizonia/openclaw
that referenced
this pull request
Mar 3, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
thebenjaminlee
pushed a commit
to escape-velocity-ventures/openclaw
that referenced
this pull request
Mar 7, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
john-ver
pushed a commit
to apmcoin/apmclaw
that referenced
this pull request
Mar 9, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
alexey-pelykh
pushed a commit
to remoteclaw/remoteclaw
that referenced
this pull request
Mar 12, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
alexey-pelykh
added a commit
to remoteclaw/remoteclaw
that referenced
this pull request
Mar 12, 2026
…penclaw#27276) (#1077) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Reviewed-by: @gumadeiras Co-authored-by: Frank Yang <[email protected]> Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]>
dustin-olenslager
pushed a commit
to dustin-olenslager/ironclaw-supreme
that referenced
this pull request
Mar 24, 2026
…penclaw#27276) Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: b08797a Co-authored-by: frankekn <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
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
HTTP_PROXY/HTTPS_PROXY/NO_PROXY/ALL_PROXY+ lowercase forms)ThrottleInterval=5print -> bootout -> wait old pid exit -> bootstrap -> kickstartTesting
bunx vitest run --config vitest.unit.config.ts src/daemon/service-env.test.ts src/daemon/launchd.test.tspnpm check