refactor(agent): drop solar-open2-preview from Solar context fallbacks

Remove the `solar-open2-preview` context-window entry; `solar-open2`
covers the Open 2 family at the same 256K window.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Changhyun Min 2026-07-02 13:15:42 +09:00 committed by kshitij
parent c1e36f4329
commit 5f3d57400b

View file

@ -325,7 +325,6 @@ DEFAULT_CONTEXT_LENGTHS = {
# future solar-pro* releases at the Pro context size.
# Sources: Solar Pro 3 = 128K, Solar Pro 2 = 64K, Solar Mini = 32K,
# Solar Open 2 = 256K.
"solar-open2-preview": 262144, # 256K (longest-first: wins over solar-open2)
"solar-open2": 262144, # 256K
"solar-pro3": 131072,
"solar-pro": 131072, # rolling alias → latest Solar Pro (currently pro3)