Description
The model supports 1M context, but why does the tool only trigger context compression at 128K
,Can it be set to support 1M context instead of frequently triggering compression
- OS: window
- codewhale version: v0.9.3
- Install method:
codewhale doctor summary:
- Model/provider:
- Terminal app:
- Shell:
Logs, screenshots, or recordings
Maintainer diagnosis and v0.9.7 acceptance
This report is the canonical user-facing tracker for the residual unknown-model class previously described in #5244.
The observed route is a privately deployed custom model whose deployment advertises a 1M context window. Unknown ids currently fall back silently to the legacy 128K window, so auto-compaction can be internally consistent while still being wrong for the configured route.
Description
The model supports 1M context, but why does the tool only trigger context compression at 128K
,Can it be set to support 1M context instead of frequently triggering compression
codewhale doctorsummary:Logs, screenshots, or recordings
Maintainer diagnosis and v0.9.7 acceptance
This report is the canonical user-facing tracker for the residual unknown-model class previously described in #5244.
The observed route is a privately deployed custom model whose deployment advertises a 1M context window. Unknown ids currently fall back silently to the legacy 128K window, so auto-compaction can be internally consistent while still being wrong for the configured route.
providers.<name>.context_windowoverride is discoverable, validated, persisted, and shown as the active source.