mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: cap session-start context injection
This commit is contained in:
parent
95bef977c1
commit
b1456bd954
4 changed files with 200 additions and 59 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue