opencode
opencode copied to clipboard
The open source coding agent.
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request I'm...
# Issue: Overly Restrictive .env File Blocking ## Summary The Read tool blocks access to ANY file containing ".env" in its path, preventing legitimate reads of: - Environment configuration files...
### Description ~~1. Incorrect Side Panel Title (Context Header)~~ The title/header of the right-hand side panel, which appears to contain session context, metadata, and task lists, is displaying an outdated...
### Description When using `opencode attach` from a subdirectory of the server's workspace, file references using `@` syntax cause the client's relative path to be **duplicated** in the final resolved...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request ##...
This PR adds the Unix `--` idiom to allow positional arguments that start with leading dashes. Examples ``` opencode run "-hello" # fails because it thinks that hello is flag...
# Issue: Shell Sessions Losing $PATH Value ## Summary Shell commands executed via the Bash tool receive a minimal system PATH instead of inheriting the full parent shell environment. This...
### Description I use opencode on MacOS ( Intel ) and after sometime the CPU usage keeps increasing. Even when session is idle, the CPU usage stays high. My main...
## Problem See https://github.com/sst/opencode/issues/3631 for more details about this feature. From the issue: "We want to add a `maxSteps` constraint to prevent costly large iteration loops for the supervisor and...
Whenever an agent performs large file system operations, e.g. deleting a directory with thousands of files like `node_modules`, the "Modified Files" panel in the TUI sidebar causes extreme slowness and...