@outputai/cli 0.3.2 → 0.3.3-next.32f4d87.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.
@@ -77,7 +77,7 @@ services:
77
77
  condition: service_healthy
78
78
  worker:
79
79
  condition: service_healthy
80
- image: outputai/api:${OUTPUT_API_VERSION:-0.3.2}
80
+ image: outputai/api:${OUTPUT_API_VERSION:-0.3.3-next.32f4d87.0}
81
81
  init: true
82
82
  networks:
83
83
  - main
@@ -1,3 +1,3 @@
1
1
  {
2
- "framework": "0.3.2"
2
+ "framework": "0.3.3-next.32f4d87.0"
3
3
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  provider: anthropic
3
- model: claude-haiku-4-5
3
+ # current as of 2026-05-04 — run output-dev-model-selection for the latest
4
+ model: claude-sonnet-4-6
4
5
  temperature: 0.3
5
6
  maxTokens: 4096
6
7
  ---
@@ -185,7 +185,8 @@ Example prompt file:
185
185
  ```
186
186
  ---
187
187
  provider: anthropic
188
- model: claude-haiku-4-5
188
+ # current as of 2026-05-04 — run output-dev-model-selection for the latest
189
+ model: claude-sonnet-4-6
189
190
  temperature: 0.3
190
191
  maxTokens: 1024
191
192
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  provider: anthropic
3
- model: claude-haiku-4-5
3
+ # current as of 2026-05-04 — run output-dev-model-selection for the latest
4
+ model: claude-sonnet-4-6
4
5
  temperature: 0.3
5
6
  maxTokens: 4096
6
7
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outputai/cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.3-next.32f4d87.0",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,9 +36,9 @@
36
36
  "semver": "7.7.4",
37
37
  "undici": "8.1.0",
38
38
  "yaml": "^2.8.3",
39
- "@outputai/credentials": "0.3.2",
40
- "@outputai/llm": "0.3.2",
41
- "@outputai/evals": "0.3.2"
39
+ "@outputai/credentials": "0.3.3-next.32f4d87.0",
40
+ "@outputai/evals": "0.3.3-next.32f4d87.0",
41
+ "@outputai/llm": "0.3.3-next.32f4d87.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/cli-progress": "3.11.6",