-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix: 支持配置目录路径中的 ${VAR} 环境变量展开,修复手动删除 skill 后 UI 残留问题 #2356
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
Open
TuYv
wants to merge
13
commits into
farion1231:main
Choose a base branch
from
TuYv:fix/path-expand-and-skill-sync
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+199
−2
Open
Changes from 8 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
6b2aa11
fix: expand env vars in config dir paths and reconcile stale skill DB…
TuYv f88396f
fix: address code review issues in path expand and skill sync
TuYv 5d94950
style: fix rustfmt line length in skill sync log statement
TuYv f923fcc
style: rewrite loop-with-let-else as while-let to satisfy clippy
TuYv 6e3ba39
fix: use try_exists() to avoid false-positive skill pruning on I/O er…
TuYv f82af0a
fix: scope stale-skill cleanup to enabled apps and handle DB deletion…
TuYv 2025c41
test: serialize expand_env_vars_multiple_vars to prevent env-var races
TuYv 9bbadab
fix: guard get_all_installed pruning during migrate_storage file moves
TuYv 454ad97
fix: check all SSOT locations before pruning stale skill records
TuYv 16f5e06
fix: guard against vacuous-truth pruning when no SSOT path is resolvable
TuYv 5062954
refactor: move stale-skill cleanup out of get_all_installed into startup
TuYv 4fc0c32
refactor: reconcile stale skills in get_installed_skills command, not…
TuYv 9666a81
fix: tighten reconcile_stale_entries doc and skip redundant cleanup o…
TuYv 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
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.