+58
-2
@@ -19,3 +19,3 @@ /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */ | ||
| name: "@soat/cli", | ||
| version: "0.5.1", | ||
| version: "0.5.2", | ||
| type: "module", | ||
@@ -169,2 +169,58 @@ scripts: { | ||
| }, | ||
| "validate-agent-formation": { | ||
| serviceClass: "AgentFormations", | ||
| operationId: "validateAgentFormation", | ||
| description: "Validate a formation template", | ||
| pathParams: [], | ||
| queryParams: [] | ||
| }, | ||
| "plan-agent-formation": { | ||
| serviceClass: "AgentFormations", | ||
| operationId: "planAgentFormation", | ||
| description: "Plan a formation deployment", | ||
| pathParams: [], | ||
| queryParams: [] | ||
| }, | ||
| "list-agent-formations": { | ||
| serviceClass: "AgentFormations", | ||
| operationId: "listAgentFormations", | ||
| description: "List agent formations", | ||
| pathParams: [], | ||
| queryParams: ["project_id"] | ||
| }, | ||
| "create-agent-formation": { | ||
| serviceClass: "AgentFormations", | ||
| operationId: "createAgentFormation", | ||
| description: "Create a new agent formation", | ||
| pathParams: [], | ||
| queryParams: [] | ||
| }, | ||
| "get-agent-formation": { | ||
| serviceClass: "AgentFormations", | ||
| operationId: "getAgentFormation", | ||
| description: "Get a specific agent formation", | ||
| pathParams: ["formation_id"], | ||
| queryParams: [] | ||
| }, | ||
| "update-agent-formation": { | ||
| serviceClass: "AgentFormations", | ||
| operationId: "updateAgentFormation", | ||
| description: "Update an agent formation", | ||
| pathParams: ["formation_id"], | ||
| queryParams: [] | ||
| }, | ||
| "delete-agent-formation": { | ||
| serviceClass: "AgentFormations", | ||
| operationId: "deleteAgentFormation", | ||
| description: "Delete an agent formation", | ||
| pathParams: ["formation_id"], | ||
| queryParams: [] | ||
| }, | ||
| "list-agent-formation-events": { | ||
| serviceClass: "AgentFormations", | ||
| operationId: "listAgentFormationEvents", | ||
| description: "List formation operation events", | ||
| pathParams: ["formation_id"], | ||
| queryParams: [] | ||
| }, | ||
| "list-agent-tools": { | ||
@@ -623,3 +679,3 @@ serviceClass: "AgentTools", | ||
| pathParams: [], | ||
| queryParams: ["project_id"] | ||
| queryParams: ["project_id", "tags"] | ||
| }, | ||
@@ -626,0 +682,0 @@ "create-memory": { |
+2
-2
| { | ||
| "name": "@soat/cli", | ||
| "version": "0.5.1", | ||
| "version": "0.5.2", | ||
| "type": "module", | ||
@@ -10,3 +10,3 @@ "dependencies": { | ||
| "commander": "^14.0.3", | ||
| "@soat/sdk": "0.5.1" | ||
| "@soat/sdk": "0.5.2" | ||
| }, | ||
@@ -13,0 +13,0 @@ "devDependencies": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
39544
4.45%1303
4.49%+ Added
- Removed
Updated