@rosthq/cli 0.7.70 → 0.7.72

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": "@rosthq/cli",
3
- "version": "0.7.70",
3
+ "version": "0.7.72",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Command-line adapter for the server-side command surface.",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: human-confirmations
3
- version: 8
3
+ version: 9
4
4
  model: n/a
5
5
  temperature: 0
6
6
  output_schema: text
@@ -27,6 +27,7 @@ The following registry commands require human confirmation or a credential flow:
27
27
 
28
28
  | Command ID | Confirmation type |
29
29
  |---|---|
30
+ | `agent.activation_sign` | `human_required` |
30
31
  | `agent.configure_tools` | `credential_flow` |
31
32
  | `agent.create_custom` | `human_required` |
32
33
  | `agent.create_from_template` | `human_required` |
@@ -34,6 +35,10 @@ The following registry commands require human confirmation or a credential flow:
34
35
  | `agent.go_live` | `human_required` |
35
36
  | `agent.pause` | `human_required` |
36
37
  | `agent.resume` | `human_required` |
38
+ | `agent.trust.create` | `human_required` |
39
+ | `agent.trust.expire` | `human_required` |
40
+ | `agent.trust.revoke` | `human_required` |
41
+ | `agent.trust.supersede` | `human_required` |
37
42
  | `agent.update_schedule` | `human_required` |
38
43
  | `agent_setup.relane` | `human_required` |
39
44
  | `aicos.brain_settings.update` | `human_required` |
@@ -66,6 +71,7 @@ The following registry commands require human confirmation or a credential flow:
66
71
  | `settings.agent_policy.update` | `human_required` |
67
72
  | `settings.confirmation_policy.update` | `human_required` |
68
73
  | `settings.product_learning.update` | `human_required` |
74
+ | `settings.tool_policy.update` | `human_required` |
69
75
  | `settings.update` | `dangerous` |
70
76
  | `signal.bind_confirm` | `human_required` |
71
77
  | `signal.correct_reading` | `human_required` |
@@ -102,6 +108,7 @@ The following registry commands require human confirmation or a credential flow:
102
108
  | `tenant.anthropic_key.save` | `credential_flow` |
103
109
  | `tenant.model_gateway_policy.update` | `dangerous` |
104
110
  | `tenant.rename` | `human_required` |
111
+ | `tool_grants.agent.update` | `human_required` |
105
112
  | `work_order.cancel` | `human_required` |
106
113
 
107
114
  ## Confirmation handling