bug: astro hydration issue if abort happens during todo write tool invocation #426

Closed
opened 2026-02-16 17:26:40 -05:00 by yindo · 1 comment
Owner

Originally created by @rekram1-node on GitHub (Jul 1, 2025).

Originally assigned to: @thdxr on GitHub.

A coworker gave me a share link and it never loaded see:

Image

I identified that the issue is stemming from:

{
    "type": "tool-invocation",
    "toolInvocation": {
        "state": "result",
        "toolName": "todowrite",
        "toolCallId": "toolu_01TT8545L3iEMXTr2kGjkDWH",
        "args": {}, << this isn't properly handled in the astro site
        "result": "request was aborted"
    }
}

Share link: https://opencode.ai/s/vTXv6fTC

As you can see it doesn't load at all.

Originally created by @rekram1-node on GitHub (Jul 1, 2025). Originally assigned to: @thdxr on GitHub. A coworker gave me a share link and it never loaded see: <img width="1510" alt="Image" src="https://github.com/user-attachments/assets/8a095fc8-09db-4b4a-8948-d6357b6b5c1b" /> I identified that the issue is stemming from: ``` { "type": "tool-invocation", "toolInvocation": { "state": "result", "toolName": "todowrite", "toolCallId": "toolu_01TT8545L3iEMXTr2kGjkDWH", "args": {}, << this isn't properly handled in the astro site "result": "request was aborted" } } ``` Share link: https://opencode.ai/s/vTXv6fTC As you can see it doesn't load at all.
yindo closed this issue 2026-02-16 17:26:40 -05:00
Author
Owner

@rekram1-node commented on GitHub (Jul 1, 2025):

Make a pr for 1 liner fix

@rekram1-node commented on GitHub (Jul 1, 2025): Make a pr for 1 liner fix
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#426