opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

## Summary Add LRU cache with disk persistence and retry with exponential backoff to `websearch`, `codesearch`, and `webfetch` tools to improve performance and reliability. ## Problem The web tools currently:...

## Summary Restores the ability to filter skills based on agent permission rules, which was broken after the permission system overhaul in PR #6319. - Pass `agent` to `ToolRegistry.tools()` when...

### Description This seems to be the same issue that was identified and fixed in an older version about 5 months ago, as mentioned here: https://github.com/anomalyco/opencode/issues/2038. I'm experiencing the exact...

bug

### 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 Agents...

discussion

Fixes #3013 ## Summary - Add `dispose()` functions to Share, ShareNext, Plugin, and Format namespaces to clean up Bus subscriptions - Add `cleanupSession()` and `dispose()` to ACP Agent for event...

## Summary Fixes regression where `opencode attach --session` fails with "Session not found" when run from a different directory than where the session was created. ## The issue PR #6715...

## Description `opencode attach` with `--session` flag fails with "Session not found" error when the client's current working directory differs from the directory where the session was created. This is...

### Description ### Plugins _No response_ ### OpenCode version 1.1.4 ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System Windows 11 ### Terminal...

bug
windows