create-urateam 0.1.49 → 0.1.51

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": "create-urateam",
3
- "version": "0.1.49",
3
+ "version": "0.1.51",
4
4
  "license": "BUSL-1.1",
5
5
  "type": "module",
6
6
  "bin": {
@@ -177,4 +177,5 @@ DASHBOARD_PASSWORD=
177
177
  # Optional knobs (defaults shown):
178
178
  # REVIEW_MODELS_TIMEOUT_MS=300000
179
179
  # REVIEW_MODELS_MAX_INPUT_TOKENS=150000
180
+ # REVIEW_MODELS_MAX_OUTPUT_TOKENS=4000 # BEC-164: cap max_tokens per request; unset = model default (can be very large → 402s)
180
181
  # OPENROUTER_BASE_URL=https://openrouter.ai/api/v1