agency-cli 1.15.0 → 1.16.0
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/README.md +9 -4
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -57,12 +57,17 @@ Teach your AI coding agent how to use Agency by installing the Agency skill. Onc
|
|
|
57
57
|
/plugin install agency@agency
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
```bash
|
|
61
|
+
# Alternative: install via Agency CLI
|
|
62
|
+
agency skill install
|
|
63
|
+
# When prompted, select: "Claude (~/.claude/skills)"
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### Codex CLI and Others
|
|
61
67
|
|
|
62
68
|
```bash
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
rm -rf /tmp/agency
|
|
69
|
+
agency skill install
|
|
70
|
+
# When prompted, select: "Codex (~/.codex/skills)" or a custom path
|
|
66
71
|
```
|
|
67
72
|
|
|
68
73
|
## Configuration
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"name": "agency-cli",
|
|
25
|
-
"version": "1.
|
|
25
|
+
"version": "1.16.0"
|
|
26
26
|
},
|
|
27
27
|
"node_modules/@isaacs/balanced-match": {
|
|
28
28
|
"engines": {
|
|
@@ -895,5 +895,5 @@
|
|
|
895
895
|
}
|
|
896
896
|
},
|
|
897
897
|
"requires": true,
|
|
898
|
-
"version": "1.
|
|
898
|
+
"version": "1.16.0"
|
|
899
899
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/tobias-walle/agency/releases/download/v1.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/tobias-walle/agency/releases/download/v1.16.0",
|
|
3
3
|
"bin": {
|
|
4
4
|
"agency": "run-agency.js"
|
|
5
5
|
},
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"zipExt": ".tar.xz"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"version": "1.
|
|
57
|
+
"version": "1.16.0",
|
|
58
58
|
"volta": {
|
|
59
59
|
"node": "18.14.1",
|
|
60
60
|
"npm": "9.5.0"
|