@open330/agt 2026.2.19 → 2026.2.20
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/package.json +11 -9
- package/platforms/darwin-arm64/bin/agt +0 -0
- package/platforms/darwin-arm64/package.json +2 -2
- package/platforms/darwin-x64/bin/agt +0 -0
- package/platforms/darwin-x64/package.json +2 -2
- package/platforms/linux-arm64/bin/agt +0 -0
- package/platforms/linux-arm64/package.json +2 -2
- package/platforms/linux-x64/bin/agt +0 -0
- package/platforms/linux-x64/package.json +2 -2
- package/scripts/postinstall.js +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open330/agt",
|
|
3
|
-
"version": "2026.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2026.2.20",
|
|
4
|
+
"description": "agt — A modular toolkit for extending AI coding agents",
|
|
5
5
|
"bin": {
|
|
6
6
|
"agt": "bin/agt.js"
|
|
7
7
|
},
|
|
@@ -9,23 +9,25 @@
|
|
|
9
9
|
"postinstall": "node scripts/postinstall.js"
|
|
10
10
|
},
|
|
11
11
|
"optionalDependencies": {
|
|
12
|
-
"@open330/agt-darwin-arm64": "2026.2.
|
|
13
|
-
"@open330/agt-darwin-x64": "2026.2.
|
|
14
|
-
"@open330/agt-linux-x64": "2026.2.
|
|
15
|
-
"@open330/agt-linux-arm64": "2026.2.
|
|
12
|
+
"@open330/agt-darwin-arm64": "2026.2.20",
|
|
13
|
+
"@open330/agt-darwin-x64": "2026.2.20",
|
|
14
|
+
"@open330/agt-linux-x64": "2026.2.20",
|
|
15
|
+
"@open330/agt-linux-arm64": "2026.2.20"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "https://github.com/
|
|
19
|
+
"url": "https://github.com/open330/agt"
|
|
20
20
|
},
|
|
21
21
|
"keywords": [
|
|
22
22
|
"agent",
|
|
23
23
|
"skills",
|
|
24
24
|
"personas",
|
|
25
25
|
"cli",
|
|
26
|
-
"ai"
|
|
26
|
+
"ai",
|
|
27
|
+
"claude-code",
|
|
28
|
+
"codex"
|
|
27
29
|
],
|
|
28
|
-
"author": "
|
|
30
|
+
"author": "open330",
|
|
29
31
|
"license": "MIT",
|
|
30
32
|
"publishConfig": {
|
|
31
33
|
"access": "public"
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open330/agt-darwin-arm64",
|
|
3
|
-
"version": "2026.2.
|
|
3
|
+
"version": "2026.2.20",
|
|
4
4
|
"description": "agt binary for macOS Apple Silicon (arm64)",
|
|
5
5
|
"os": [
|
|
6
6
|
"darwin"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/
|
|
16
|
+
"url": "https://github.com/open330/agt"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"publishConfig": {
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open330/agt-darwin-x64",
|
|
3
|
-
"version": "2026.2.
|
|
3
|
+
"version": "2026.2.20",
|
|
4
4
|
"description": "agt binary for macOS Intel (x64)",
|
|
5
5
|
"os": [
|
|
6
6
|
"darwin"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/
|
|
16
|
+
"url": "https://github.com/open330/agt"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"publishConfig": {
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open330/agt-linux-arm64",
|
|
3
|
-
"version": "2026.2.
|
|
3
|
+
"version": "2026.2.20",
|
|
4
4
|
"description": "agt binary for Linux ARM64",
|
|
5
5
|
"os": [
|
|
6
6
|
"linux"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/
|
|
16
|
+
"url": "https://github.com/open330/agt"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"publishConfig": {
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open330/agt-linux-x64",
|
|
3
|
-
"version": "2026.2.
|
|
3
|
+
"version": "2026.2.20",
|
|
4
4
|
"description": "agt binary for Linux x64",
|
|
5
5
|
"os": [
|
|
6
6
|
"linux"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/
|
|
16
|
+
"url": "https://github.com/open330/agt"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"publishConfig": {
|
package/scripts/postinstall.js
CHANGED
|
@@ -35,7 +35,7 @@ const pkg = JSON.parse(
|
|
|
35
35
|
fs.readFileSync(path.join(__dirname, "..", "package.json"), "utf8")
|
|
36
36
|
);
|
|
37
37
|
const version = `v${pkg.version}`;
|
|
38
|
-
const repo = "
|
|
38
|
+
const repo = "open330/agt";
|
|
39
39
|
const asset = `agt-${rustTarget}.tar.gz`;
|
|
40
40
|
const url = `https://github.com/${repo}/releases/download/${version}/${asset}`;
|
|
41
41
|
|