@rosthq/cli 0.7.62 → 0.7.64

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.62",
3
+ "version": "0.7.64",
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: 7
3
+ version: 8
4
4
  model: n/a
5
5
  temperature: 0
6
6
  output_schema: text
@@ -100,6 +100,7 @@ The following registry commands require human confirmation or a credential flow:
100
100
  | `staffing.assign_agent_dry_run` | `human_required` |
101
101
  | `staffing.assign_user` | `human_required` |
102
102
  | `tenant.anthropic_key.save` | `credential_flow` |
103
+ | `tenant.model_gateway_policy.update` | `dangerous` |
103
104
  | `tenant.rename` | `human_required` |
104
105
  | `work_order.cancel` | `human_required` |
105
106