opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

## Summary Adds keyboard shortcut `Ctrl+i` to toggle thinking mode visibility in the TUI interface. Fixes #9140 ## Problem Currently, there's no quick way to toggle thinking mode visibility while...

### Description ``` TypeError: undefined is not an object (evaluating 'local.agent.current().name') at (src/cli/cmd/tui/component/prompt/index.tsx:841:75) at (../../node_modules/.bun/@[email protected]+897ebc1644d3edd0/node_modules/@opentui/solid/index.js:148:62) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:724:3) at runTop (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:833:7) at runUserEffects (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:928:18) at runUpdates (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:849:17)...

bug
opentui

### Description Trying to use opencode web on a sandbox environment. I have added models.dev egress but the opencode web UI fails when I try to open it saying errors...

bug
web

## Problem When `Instance.dispose()` is called, several resources are not properly cleaned up: ### 1. Plugins Not Disposed Plugins may hold resources (connections, file handles, caches) that need cleanup, but...

perf

## Problem Several small memory leaks exist across the codebase from uncleaned timeouts, intervals, and event subscriptions: ### WebFetch Timeout (`webfetch.ts`) When fetch throws an error, the timeout is not...

perf

## Problem Several event listeners in the TUI and Slack bot are never cleaned up: ### TUI Sync Context (`sync.tsx`) The `sdk.event.listen()` call returns an unsubscribe function that is never...

perf

## Problem In the ACP (Agent Communication Protocol) module, sessions and their event streams are not properly cleaned up: 1. **Session Map Growth** - Sessions are stored in a Map...

perf

## Problem When MCP OAuth flows are initiated, transports are stored in `pendingOAuthTransports` Map. These transports are never closed when: 1. **OAuth retry** - A new transport is created for...

perf

### Description more than 30Gig memory used after coding for about a morning. windows 11. using copilot provider ### Plugins none ### OpenCode version 1.1.21 ### Steps to reproduce coding...

bug
windows
perf

### 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 https://windsurf.com/

discussion