@autohq/cli 0.1.223 → 0.1.224
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/dist/agent-bridge.js +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -23319,7 +23319,7 @@ Object.assign(lookup, {
|
|
|
23319
23319
|
// package.json
|
|
23320
23320
|
var package_default = {
|
|
23321
23321
|
name: "@autohq/cli",
|
|
23322
|
-
version: "0.1.
|
|
23322
|
+
version: "0.1.224",
|
|
23323
23323
|
license: "SEE LICENSE IN README.md",
|
|
23324
23324
|
publishConfig: {
|
|
23325
23325
|
access: "public"
|
|
@@ -23846,6 +23846,7 @@ var AuthScopeSchema = external_exports.enum([
|
|
|
23846
23846
|
"secret-values:read",
|
|
23847
23847
|
"github:mcp",
|
|
23848
23848
|
"github:credentials",
|
|
23849
|
+
"mcp:connection",
|
|
23849
23850
|
"projects:admin",
|
|
23850
23851
|
"org:admin"
|
|
23851
23852
|
]);
|
package/dist/index.js
CHANGED
|
@@ -15260,6 +15260,7 @@ var init_auth = __esm({
|
|
|
15260
15260
|
"secret-values:read",
|
|
15261
15261
|
"github:mcp",
|
|
15262
15262
|
"github:credentials",
|
|
15263
|
+
"mcp:connection",
|
|
15263
15264
|
"projects:admin",
|
|
15264
15265
|
"org:admin"
|
|
15265
15266
|
]);
|
|
@@ -21996,7 +21997,7 @@ var init_package = __esm({
|
|
|
21996
21997
|
"package.json"() {
|
|
21997
21998
|
package_default = {
|
|
21998
21999
|
name: "@autohq/cli",
|
|
21999
|
-
version: "0.1.
|
|
22000
|
+
version: "0.1.224",
|
|
22000
22001
|
license: "SEE LICENSE IN README.md",
|
|
22001
22002
|
publishConfig: {
|
|
22002
22003
|
access: "public"
|