mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: add context monitor cost warning opt-out
This commit is contained in:
parent
471dee27ec
commit
b47dfa95a3
5 changed files with 140 additions and 23 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue