mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
d916b4e12d
The OpenClaw DouBaoSeed preset hard-coded contextWindow 128000 while the Codex preset/catalog uses 262144 for the same model, giving OpenClaw users a too-small window that could compress or truncate long context early. Align to 262144 and add a cross-preset consistency test asserting the OpenClaw and Codex Doubao context windows stay equal, so neither side can drift again.