Skip to content

ccusage / _consts / CONTEXT_LIMIT

Variable: CONTEXT_LIMIT

ts
const CONTEXT_LIMIT: 200000 = 200_000;

Default Claude 4 context window limit (200,000 tokens) Used for calculating context usage percentages in statusline

Released under the MIT License.