fix(hooks): preserve short sessions and quote evolved metadata

This commit is contained in:
haelyra
2026-08-28 16:08:19 -04:00
parent b7d6c61b1e
commit 950caaaae1
6 changed files with 54 additions and 21 deletions
+2 -1
View File
@@ -156,7 +156,8 @@ function generateSessionSummary(transcriptPath) {
env: {
...process.env,
CLAUDECODE: '',
ECC_SKIP_LLM_SUMMARY: '1'
ECC_SKIP_LLM_SUMMARY: '1',
ECC_LLM_SUMMARY_SUBPROCESS: '1'
},
timeout: LLM_TIMEOUT_MS,
shell: process.platform === 'win32'