-
Notifications
You must be signed in to change notification settings - Fork 23
fix(desktop): stabilize tray restart signaling and harden build/resource flow #24
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
zouyonghe
merged 25 commits into
AstrBotDevs:main
from
zouyonghe:pr/desktop-runtime-ci-20260220
Feb 20, 2026
Merged
Changes from 15 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
b33a72d
fix tray restart prompt flow for desktop runtime
zouyonghe 67ac99a
fix desktop update mode patch and isolate build source dir
zouyonghe 492c185
chore rename legacy bridge pattern identifiers
zouyonghe 8b399ce
feat add clean env reset option
zouyonghe 45b8d6a
chore add clean-env target
zouyonghe 0bcce9e
change build to respect ASTRBOT_SOURCE_DIR by default
zouyonghe 74a6a9a
refactor sync prepare-resources with upstream desktop bridge fields
zouyonghe 3b93005
fix build source env injection and document source precedence
zouyonghe 6e7301b
refactor tray restart signaling and simplify build env setup
zouyonghe 9325f5b
relax bridge checks and harden clean-env safeguards
zouyonghe 4f67a6e
ignore reset script and clarify clean-env source behavior
zouyonghe 20b4236
docs: simplify README build and version sections
zouyonghe 9f34189
Update README to remove reset script instructions
zouyonghe e56a99d
harden tray restart bridge event wiring
zouyonghe 98223b6
make clean-env no-op when reset script already exists
zouyonghe 7c86d92
harden bridge template checks and refresh clean-env script
zouyonghe 63ca8c2
retry tray restart listener init when bridge exists but unbound
zouyonghe 0e6996b
add tokenized fallback tray restart signal delivery
zouyonghe f6310d1
remove tray restart fallback and add bridge trace logs
zouyonghe 22677d2
use plugin event listen path for tray restart bridge
zouyonghe ac73562
grant loopback dashboard core event capability
zouyonghe 69ac685
chore trim tray restart diagnostic logging
zouyonghe c655917
harden bridge expectation hints and event listener feature checks
zouyonghe e2e7fd7
refactor simplify tray restart bootstrap wiring
zouyonghe 7283655
fix clarify optional desktop bridge file warnings
zouyonghe 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,3 +25,6 @@ yarn-error.log* | |
| # python cache | ||
| __pycache__/ | ||
| *.py[cod] | ||
|
|
||
| # local helper scripts | ||
| .astrbot-reset-env.sh | ||
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.
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.