[PR #4204] allow task tool to have resume capabilities #10896

Closed
opened 2026-02-16 18:15:39 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4204

State: closed
Merged: Yes


As of now, there is no way for resuming a long running task if it fails due to any reason.
This feature returns a session_id back to model and allows model to resume that session when prompted.
This opens up a lot of other capabilities not only resume.
I use it for making different models / agents discuss using a shared session and results are amazing.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4204 **State:** closed **Merged:** Yes --- As of now, there is no way for resuming a long running task if it fails due to any reason. This feature returns a session_id back to model and allows model to resume that session when prompted. This opens up a lot of other capabilities not only resume. I use it for making different models / agents discuss using a shared session and results are amazing.
yindo added the pull-request label 2026-02-16 18:15:39 -05:00
yindo closed this issue 2026-02-16 18:15:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10896