opencode
opencode copied to clipboard
The open source coding agent.
### Description Trying to start new projects via new folders results in a shared project between all that cant be closed right now ### Plugins _No response_ ### OpenCode version...
## Problem On Windows, storage operations can fail with `UV_UNKNOWN` errors due to transient file locking from anti-virus software (e.g., FortiClient) or other processes accessing the files. ## Solution Added...
### Description When pressing Ctrl+C to interrupt/exit OpenCode on Windows, the terminal is left in mouse tracking mode. This causes raw SGR mouse tracking escape sequences to be printed to...
## Summary Adds real-time usage display for Anthropic and OpenAI OAuth accounts in both the status dialog (`/status`) and the sidebar. ## Features - **Anthropic Usage**: Shows 5-hour and 7-day...
### Description ### Plugins _No response_ ### OpenCode version 1.1.1 ### Steps to reproduce any session ### Screenshot and/or share link ### Operating System mac ### Terminal ghostty
This is an attempt to fix the issue called out in issue [4240](https://github.com/anomalyco/opencode/issues/4240). By mirroring the write back to the client it causes the local review flows to trigger. It...
## Summary - Show clean relative paths for files inside the worktree - Show absolute paths for files outside the worktree instead of ugly `../../../../../../` paths ## Changes Modified the...
## Summary Adds mandatory PR template checking to bash tool's PR creation workflow, using Glob tool for flexible discovery and providing a fallback format. ## Problem The bash tool's "Creating...
[opencode-bug-6959.log](https://github.com/user-attachments/files/24453715/opencode-bug-6959.log) ### Description - Symptoms: “After an edit, I see the first diff then the assistant keeps ‘thinking’ for minutes until interrupted.” - Steps: - Expected: edit completes and assistant...
## Summary The `opencode web` and `opencode serve` commands did not preserve the working directory, causing `process.cwd()` to return an unexpected value (often `/`) when the server handles requests. This...