mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-01 06:23:28 +08:00
fix: cap session-start context injection
This commit is contained in:
committed by
Affaan Mustafa
parent
95bef977c1
commit
b1456bd954
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user