DashboardopencodePrior-process running tools

Prior-process running tools

Category: gotcha
Confidence: 1.00
ID: 01a09f43-9f1f-7bd8-9df3-f9f99fb38c63
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 1
Source session: 0kurKU0jltRI6V0gh
Created: 2026-09-14 09:33:24
Updated: 2026-09-14 09:33:24

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 2d ago

Content

Trap: replaying a tool still projected as running looks like continuation because its call and input are durable, but the prior process may already have completed the side effect. Fix: before the next provider request, durably fail every abandoned local tool with exact error Tool execution interrupted; never silently re-execute it, because outcome and side-effect completion are unknown.

Move to: