EXAMPLE — parser refactor interrupted by provider error (synthetic demo)

session ses_demoprovider-error agent build model test-provider/test-model/default export v1.18.31

Started 2026-06-15 05:06:40 UTC · last update 2026-06-15 05:36:40 UTC

3
messages
2
tool calls
2
completed
0
failed
0
unfinished
0
repeated ops
0
recovered
0
unresolved

Findings

Provider / agent message errors

APIError message #2
Error from provider: rate limit exceeded; retry after 30s

Tool usage

ToolCallsCompletedFailedAvgMax
read11090 ms90 ms
write11060 ms60 ms

Slowest calls

ToolCallStatusDuration
read#0completed90 ms
write#1completed60 ms

Largest outputs

ToolCallStatusOutput size
read#0completed26 chars
write#1completed12 chars

Reported usage

Reported by OpenCode in the export; not an invoice.
input 200 · output 100 · reasoning 20 · cache read 0 · cache write 0 · cost 0.02

Timeline

user · 2026-06-15 05:06:40 UTC · #0
Refactor the parser module: extract the tokenizer into its own file.
assistant · 2026-06-15 05:06:40 UTC · finish: tool-calls · #1
read completed call #0 · 90 ms
input
{
 "path": "src/parser.py"
}
(600 lines of parser code)
write completed call #1 · 60 ms
input
{
 "content": "…extracted tokenizer…",
 "path": "src/tokenizer.py"
}
file written
assistant · 2026-06-15 05:07:40 UTC · finish: stop · #2
APIError — this message ended with an error:
Error from provider: rate limit exceeded; retry after 30s
done

What this report can and cannot tell you