anomalyco / anomalyco/opencode
OpenCode session service RPC outage (error -32603)
Open
@nexxeln is already working on this.
Since Aug 31, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
Summary
OpenCode session service (/api/session RPC endpoint) has been returning -32603 "Internal error: OpenCode service failure" since approximately 2026-08-27 03:00Z UTC. All session resumption/continuation attempts fail with this error.
Impact
- 26+ sessions queued for resumption are stalled and unable to progress
- Batch worker (
blogtheristo/dws6opencode-all engine) cannot recover — all retry attempts (3–4 per session) exhausted - Sessions include critical work: PR resolution, merge conflict handling, and feature development
- Queue persisted in
.workflows/opencode-all/queue.jsonlshowing stateFAILEDwith failure coderun-error
Error Details
{
"code": -32603,
"message": "Internal error: OpenCode service failure",
"data": { "service": "session" }
}
### Plugins
opencode/plugin/worktree-guard.ts — guards worktree lifecycle
### OpenCode version
1.18.25
### Steps to reproduce
OpenCode version: 1.18.25
• Batch worker: blogtheristo/dws6 (opencode-all engine)
• Deployed on: DGX Spark cluster
• Reported by: DWS6 batch automation
### Screenshot and/or share link
_No response_
### Operating System
Ubuntu 24.04
### Terminal
PowerShell 7+ (Windows 11 built-in)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.