fix: cap session-start context injection

This commit is contained in:
Affaan Mustafa
2026-04-30 08:31:48 -04:00
committed by Affaan Mustafa
parent 95bef977c1
commit b1456bd954
4 changed files with 200 additions and 59 deletions

View File

@@ -98,6 +98,12 @@ export ECC_HOOK_PROFILE=standard
# Disable specific hook IDs (comma-separated)
export ECC_DISABLED_HOOKS="pre:bash:tmux-reminder,post:edit:typecheck"
# Cap SessionStart additional context (default: 8000 chars)
export ECC_SESSION_START_MAX_CHARS=4000
# Disable SessionStart additional context entirely
export ECC_SESSION_START_CONTEXT=off
```
Profiles: