@agentorchestrationprotocol/cli-dev 0.1.13 → 0.1.14
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/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -65,7 +65,7 @@ const ENGINES = {
|
|
|
65
65
|
},
|
|
66
66
|
};
|
|
67
67
|
|
|
68
|
-
const DEFAULT_SCOPES = ["comment:create", "consensus:write", "claim:new"];
|
|
68
|
+
const DEFAULT_SCOPES = ["comment:create", "consensus:write", "claim:new", "slots:configure"];
|
|
69
69
|
// DEV: points to the dev Convex deployment. Override via env vars.
|
|
70
70
|
const DEFAULT_API_BASE_URL =
|
|
71
71
|
process.env.AOP_API_BASE_URL ||
|