@open330/agt 2026.2.24 → 2026.2.25

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open330/agt",
3
- "version": "2026.2.24",
3
+ "version": "2026.2.25",
4
4
  "description": "agt — A modular toolkit for extending AI coding agents",
5
5
  "bin": {
6
6
  "agt": "bin/agt.js"
@@ -9,10 +9,10 @@
9
9
  "postinstall": "node scripts/postinstall.js"
10
10
  },
11
11
  "optionalDependencies": {
12
- "@open330/agt-darwin-arm64": "2026.2.24",
13
- "@open330/agt-darwin-x64": "2026.2.24",
14
- "@open330/agt-linux-x64": "2026.2.24",
15
- "@open330/agt-linux-arm64": "2026.2.24"
12
+ "@open330/agt-darwin-arm64": "2026.2.25",
13
+ "@open330/agt-darwin-x64": "2026.2.25",
14
+ "@open330/agt-linux-x64": "2026.2.25",
15
+ "@open330/agt-linux-arm64": "2026.2.25"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open330/agt-darwin-arm64",
3
- "version": "2026.2.24",
3
+ "version": "2026.2.25",
4
4
  "description": "agt binary for macOS Apple Silicon (arm64)",
5
5
  "os": [
6
6
  "darwin"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open330/agt-darwin-x64",
3
- "version": "2026.2.24",
3
+ "version": "2026.2.25",
4
4
  "description": "agt binary for macOS Intel (x64)",
5
5
  "os": [
6
6
  "darwin"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open330/agt-linux-arm64",
3
- "version": "2026.2.24",
3
+ "version": "2026.2.25",
4
4
  "description": "agt binary for Linux ARM64",
5
5
  "os": [
6
6
  "linux"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open330/agt-linux-x64",
3
- "version": "2026.2.24",
3
+ "version": "2026.2.25",
4
4
  "description": "agt binary for Linux x64",
5
5
  "os": [
6
6
  "linux"