paperclip/server
lempkey 3cfbc350a0 fix: skip --append-system-prompt-file on resumed claude sessions
On resumed sessions the agent instructions are already present in the
session cache. Unconditionally passing --append-system-prompt-file
re-injects 5-10K redundant tokens per heartbeat and may be rejected by
the Claude CLI when combined with --resume.

Guard the flag behind `!resumeSessionId` so it is only appended on
fresh session starts.

Fixes: #2848
2026-04-08 06:57:21 -05:00
..
scripts
src fix: skip --append-system-prompt-file on resumed claude sessions 2026-04-08 06:57:21 -05:00
CHANGELOG.md
package.json fix(security): bump multer to 2.1.1 to fix HIGH CVEs 2026-04-04 23:15:04 -07:00
tsconfig.json
vitest.config.ts