You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a structured config command namespace with tools and
default-tool management while keeping `agr tools` as a deprecated
alias. Add `--global/-g` support for add/remove/list/sync so users
can manage skills in `~/.agr/agr.toml` and tool global directories
outside git repositories.
Extend fetcher/install helpers to support explicit skills directories
for global installs and store global local dependencies as absolute
paths for stable sync/remove behavior. Replace SDK cache file locking
with a cross-platform backend that uses `msvcrt` on Windows and
`fcntl` on POSIX.
Update docs and changelog and add coverage for config commands,
global flag flows, and cache lock backends.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments