You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,8 @@ Override any of these in your `~/.claude/settings.json`:
55
55
"TOKEN_QUOTA_DIR": "~/.claude-token-quota",
56
56
"TOKEN_QUOTA_RETAIN_DAYS": "31",
57
57
"TOKEN_QUOTA_WARN_CRITICAL": "95",
58
-
"TOKEN_QUOTA_WARN": "85"
58
+
"TOKEN_QUOTA_WARN": "85",
59
+
"TOKEN_QUOTA_SNOOZE_TOKENS": "1000000"
59
60
}
60
61
}
61
62
```
@@ -70,6 +71,7 @@ Override any of these in your `~/.claude/settings.json`:
70
71
|`TOKEN_QUOTA_WARN_CRITICAL`|`95`| % of daily limit at which a visible warning is shown |
71
72
|`TOKEN_QUOTA_WARN`|`85`| % of daily limit at which a stderr warning is shown |
72
73
|`TOKEN_QUOTA_COST_PER_M`|_(unset)_| Blended cost per 1M tokens — enables `~$X.XX` estimates in status output |
74
+
|`TOKEN_QUOTA_SNOOZE_TOKENS`|`1000000`| Extra tokens added to all limits when `/tokenbudget:snooze` is run |
73
75
74
76
Weekly and monthly limits are opt-in — omit them to enforce only the daily limit. When multiple limits are set, any one being exceeded blocks new prompts.
0 commit comments