opencode
opencode copied to clipboard
The open source coding agent.
### Description Yes. It is repeating bugs from that "can not copy in remote SSH session" . In remote SSH session the dragged text can not be kept, so Coping...
Fixes #6588 ## Changes - There is a small vertical overflow in the project selector if you only have 1 project, or multiple and have the last one in list...
Claude seemingly forgot the message he just sent about remaining work after "finishing" (giving up halfway through) his task. This felt like he was starting a fresh session, even though...
Should fix issue of Permission Context creating the globalSDK instance using the directory base64 encoded value rather than the actual value, which breaks sessions search.
### Description There's a tiny overflow in the project selector if you only have one project, or you have several projects but you've selected the last one in the list....
Hi, Generated extensive unit tests for util/color.ts They all run successfuly ``` bun test --coverage packages/opencode/test/util/color.test.ts bun test v1.3.5 (1e86cebd) packages/opencode/test/util/color.test.ts: ✓ Color > isValidHex > valid hex colors >...
## Problem Statement When building multi-phase agent workflows, there's currently no way to resume a specific subagent with its previous context. Each Task/subagent invocation starts fresh. ## Use Case Complex...
## Summary Adds a new environment variable `OPENCODE_DISABLE_FILETIME_CHECK` that allows users to skip the FileTime verification check before editing files. ## Problem Currently, OpenCode enforces that files must be read...
### Description When running `opencode` with no switches I see a file named `2026-01-01T152627.log` appears under ~/.local/share/opencode/log Then I follow the instructions in https://opencode.ai/docs/troubleshooting/#logs and pass the `--log-level DEBUG` switch....
## Summary - Fixed bug where --log-level DEBUG flag removes existing log files - Moved cleanup() call to execute after new log file initialization - Ensures current log file is...