simonw--llm
4d92df12a6
Each row stores only its current-turn inputs, so a loaded tool-result response began with an orphan tool_result. `llm -c` then sent a request with an unexpected tool_use_id. Stitch each response's messages onto the previous response's chain plus its assistant output during load. Closes #1426 Refs https://github.com/simonw/llm-anthropic/issues/68 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>