mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-17 22:33:06 +08:00
fix: add context monitor cost warning opt-out
This commit is contained in:
committed by
Affaan Mustafa
parent
471dee27ec
commit
b47dfa95a3
@@ -110,6 +110,15 @@ export ECC_SESSION_START_MAX_CHARS=4000
|
||||
|
||||
# Disable SessionStart additional context entirely
|
||||
export ECC_SESSION_START_CONTEXT=off
|
||||
|
||||
# Keep context/scope/loop warnings but suppress API-rate cost estimates
|
||||
export ECC_CONTEXT_MONITOR_COST_WARNINGS=off
|
||||
```
|
||||
|
||||
Windows PowerShell:
|
||||
|
||||
```powershell
|
||||
[Environment]::SetEnvironmentVariable('ECC_CONTEXT_MONITOR_COST_WARNINGS', 'off', 'User')
|
||||
```
|
||||
|
||||
Profiles:
|
||||
|
||||
Reference in New Issue
Block a user