opencode
opencode copied to clipboard
The open source coding agent.
### Description after updating to version [email protected] `/session/status` no longer returns any information for any active or inactive sessions. ### OpenCode version 1.0.213 ### Steps to reproduce - start a...
### Description For example, with SilconCloud, after entering the API, the management model options are all outdated! Their official website has already updated to the new models. This means that...
### Description When starting a new session in a WSL project, the first few read and shell operations fail because they’re executed against an incorrect path. **Expected** Operations should use...
## Summary - Simplify the subagent navigation hint text in the TUI session view - Changed from verbose "←, → to navigate between subagent sessions" to concise "← view subagents"...
## Summary - Fix multiple sources of memory accumulation causing infinite growth in long-running OpenCode sessions - Add configurable limits and automatic cleanup mechanisms across 5 subsystems - Maintain full...
## Summary Screenshots pasted from clipboard can exceed Claude's 5MB API limit, causing upload failures. This PR adds automatic image compression using `sharp`. ## Changes - **New utility**: `packages/opencode/src/util/image.ts` -...
## Summary This PR standardizes date formatting across the codebase to use the ISO 8601 format (YYYY-MM-DD) instead of locale-dependent formats. ## Changes - Updated `Locale.datetime()` in `packages/opencode/src/util/locale.ts` to use...
## Description When using Gemini 3 models (`gemini-3-pro-preview`, `gemini-3-flash-preview`) via Google OAuth (Antigravity auth), requests fail with: ``` Requested entity was not found. [Debug Info] Requested Model: gemini-3-pro-preview Effective Model:...
### 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 "Copy...
Add ability to run OpenCode as an MCP server, allowing external MCP clients to access custom tools defined in `.opencode/tool/` and plugins. Features: - `opencode mcp serve` command to start...