chore: sync public mirror from internal - #1249
Conversation
|
Resolved 0 review-bot thread(s) on this generated public mirror PR. Review of mirrored code belongs on the mono source PR. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 669c7f248d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "streaming": true, | ||
| "context_tokens": 262144, | ||
| "output_tokens": 32000, | ||
| "output_tokens": 235929, |
There was a problem hiding this comment.
Drop the synthetic 90% output limit
235,929 is 90% (rounded down) of this row’s 262,144-token context window—the OpenRouter fallback that distinctOutputTokens documents as not being a vendor output limit—yet its exact Math.round(context * 0.9) check only rejects 235,930. This refresh therefore replaces the previous 32K cap with 235,929 (and does the same for qwen/qwen3-next-80b-a3b-instruct); default_max_output_tokens and ModelLimits::for_model propagate that value, so prompts/tool schemas exceeding the fixed 8,192-token reserve can be sent with an output budget larger than the remaining context and receive provider 400s. Treat the rounded-down 90% value as absent and regenerate the snapshot.
Useful? React with 👍 / 👎.
Summary
dx-corp/monodx-corp/codeas a generated public mirror of the private source of truth36bd59e4bac6e289aaf493f38e26f42fc382c4b3dccebe04146633d0841585f1d511aceda5ea746d4file(s) to copy/update and0stale file(s) to delete0sync-holdlabel to this PR; the sync workflow skips every push while it is setSource-of-truth status
Projection: deixic-code
Source: dx-corp/mono@36bd59e4bac6e289aaf493f38e26f42fc382c4b3
Prior destination base: dccebe0
Content SHA-256: 78b16e2e7b3b23f64ba5345cbae3d36206cdf4d1df28f1756e5ecf53cfb2d4ea
Result: drift_detected; 4 changed, 0 deleted
Destination-owned content is preserved. Destination CI is a separate health signal.
copy/update .repository-projection.json
copy/update packages/local-host-rs/src/model_catalog_data.json
copy/update packages/local-host-rs/src/model_facts_generated.rs
copy/update packages/local-host-rs/src/model_facts_resolution.generated.json
Drift sample
Public-only commits since last generated sync
Validation
Test Plan
maestro-sync-public-release-mirrorworkflow inpublic-treemoderequire-internal-prconfirms internal source PR lineageStaged Rollout
dx-corp/mono@36bd59e4bac6e289aaf493f38e26f42fc382c4b3, including existing hidden/evaluation surfaces, and keeps public package parity behind the established public-source-provenance gate.