🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@open330/agt

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open330/agt - npm Package Compare versions

Comparing version
2026.4.4
to
2026.4.6
+4
-3
package.json
{
"name": "@open330/agt",
"version": "2026.4.4",
"version": "2026.4.6",
"description": "agt — A modular toolkit for extending AI coding agents",

@@ -17,4 +17,5 @@ "bin": {

"optionalDependencies": {
"@open330/agt-darwin-arm64": "2026.4.4",
"@open330/agt-linux-x64": "2026.4.4"
"@open330/agt-darwin-arm64": "2026.4.6",
"@open330/agt-linux-x64": "2026.4.6",
"@open330/agt-linux-arm64": "2026.4.6"
},

@@ -21,0 +22,0 @@ "repository": {

@@ -9,2 +9,3 @@ const { execSync } = require("child_process");

"linux-x64": "x86_64-unknown-linux-musl",
"linux-arm64": "aarch64-unknown-linux-musl",
};

@@ -11,0 +12,0 @@