opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

Results 3336 opencode issues
Sort by recently updated
recently updated
newest added

### Description When launching opencode in a directory, it searches for and reads an agents.md file located two levels up in the directory hierarchy. ### OpenCode version 1.0.208 ### Steps...

### Description When working with a subagent, the system correctly handles the transition to a child session (e.g., when permissions are required). However, once the child session's task is completed...

bug

### Description This worked reliably until recently. I believe it might be related to this PR https://github.com/sst/opencode/pull/5843. The primary agent `explore` is only available in the server being connected to....

bug

## Summary - fixes #4845 - Check for context overflow during streaming in `finish-step` event handler using actual token counts from AI SDK - Break stream loop early and return...

This PR introduces an **opt-in gRPC transport** to the OpenCode server, running alongside the existing HTTP interface. It provides a strongly-typed, backpressure-aware API surface suitable for headless clients, remote tooling,...

### Description when I try to add a new project in my D drive in windows via the web opencode interface running the "opencode web --port 4096" command, it doesn't...

bug
windows
web

### Description OpenCode seems to have bash fork issues at the moment. I run into them a lot, only on opencode. I ran preliminary investigation via OpenCode subagents after experiencing...

bug
perf

### Description I just updated OpenCode from v1.0.163 to v1.0.218 and now tool calls using GLM 4.5 Air result in an error "reasoning part reasoning-0 not found". Prior to updating...

bug
windows

Adds ability for users to edit suggested file changes in their editor before applying them. When the edit tool proposes changes, users can now press `e` to open the suggested...

### Description During compaction, Anthropic API returns: ``` messages.9: all messages must have non-empty content except for the optional final assistant message ``` ### Root Cause Analysis After investigating the...

bug