claude-cac 1.5.6 → 1.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cac +2 -2
- package/package.json +1 -1
package/cac
CHANGED
|
@@ -11,7 +11,7 @@ VERSIONS_DIR="$CAC_DIR/versions"
|
|
|
11
11
|
# ── utils: colors, read/write, UUID, proxy parsing ───────────────────────
|
|
12
12
|
|
|
13
13
|
# shellcheck disable=SC2034 # used in build-concatenated cac script
|
|
14
|
-
CAC_VERSION="1.5.
|
|
14
|
+
CAC_VERSION="1.5.7"
|
|
15
15
|
|
|
16
16
|
_read() { [[ -f "$1" ]] && tr -d '[:space:]' < "$1" || echo "${2:-}"; }
|
|
17
17
|
_die() { printf '%b\n' "$(_red "error:") $*" >&2; exit 1; }
|
|
@@ -1924,7 +1924,7 @@ _env_cmd_create() {
|
|
|
1924
1924
|
fi
|
|
1925
1925
|
|
|
1926
1926
|
if [[ -n "$clone_source" ]] && [[ -d "$src_claude_dir" ]]; then
|
|
1927
|
-
local clone_dirs="commands hooks skills plugins"
|
|
1927
|
+
local clone_dirs="commands agents hooks skills plugins"
|
|
1928
1928
|
for d in $clone_dirs; do
|
|
1929
1929
|
if [[ -d "$src_claude_dir/$d" ]]; then
|
|
1930
1930
|
rm -rf "$env_dir/.claude/$d"
|