dominds 1.2.7 → 1.3.0

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.
@@ -68,6 +68,15 @@ providers:
68
68
  min: 1
69
69
  description: Provider-specific max tokens override.
70
70
  models:
71
+ gpt-5.4:
72
+ name: GPT-5.4
73
+ optimal_max_tokens: 200000
74
+ # Caution remediation reinjection cadence in generation turns (default: 10).
75
+ caution_remediation_cadence_generations: 10
76
+ context_length: 272000
77
+ input_length: 272000
78
+ output_length: 32768
79
+ context_window: '272K'
71
80
  gpt-5.3-codex:
72
81
  name: GPT-5.3 Codex
73
82
  optimal_max_tokens: 200000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dominds",
3
- "version": "1.2.7",
3
+ "version": "1.3.0",
4
4
  "description": "DevOps Mindsets — Sustainable Agentic Product Lifecycle",
5
5
  "type": "commonjs",
6
6
  "private": false,
@@ -51,11 +51,11 @@
51
51
  "pnpm": ">=10.30.2 <11"
52
52
  },
53
53
  "dependencies": {
54
+ "@longrun-ai/codex-auth": "^0.8.0",
54
55
  "@anthropic-ai/sdk": "^0.78.0",
55
- "@longrun-ai/codex-auth": "^0.7.0",
56
+ "openai": "^6.25.0",
56
57
  "@modelcontextprotocol/sdk": "^1.27.1",
57
58
  "async-mutex": "^0.5.0",
58
- "openai": "^6.25.0",
59
59
  "ws": "^8.19.0",
60
60
  "yaml": "^2.8.2",
61
61
  "zod": "^4.3.6"