paperclip/packages/adapters
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
..
claude-local fix: skip --append-system-prompt-file on resumed claude sessions 2026-04-08 06:57:21 -05:00
codex-local fix: recognize missing-rollout Codex resume error as stale session 2026-04-07 10:45:38 +09:00
cursor-local Trim resumed comment wake prompts 2026-04-04 18:14:19 -05:00
gemini-local Trim resumed comment wake prompts 2026-04-04 18:14:19 -05:00
openclaw-gateway Merge pull request #2143 from shoaib050326/codex/issue-2131-openclaw-session-key 2026-04-07 16:53:18 -05:00
opencode-local Clean up opencode rebase and stabilize runtime test 2026-04-04 18:15:28 -05:00
pi-local Treat Pi quota exhaustion as a failed run (#2305) 2026-04-06 14:29:41 -07:00