opencode
opencode copied to clipboard
The open source coding agent.
### Description Environment: Application: opencode (Sisyphus) Shell: Windows PowerShell OS: Windows 11 Model: gemini-1.5-flash-8b Description: When attempting to use the Ctrl+C keyboard shortcut within the opencode input field (specifically while...
### Description When using `@opencode-ai/sdk` to spawn an OpenCode server programmatically via `createOpencodeServer()`, tools intermittently fail to load. The same deployment and code will sometimes load 120 tools successfully, and...
### Description opencode-desktop v1.1.2 seems to requrie a newer libgnutls than what is provides by RHEL8: ``` ❯ ~/Downloads/opencode-desktop-linux-amd64.AppImage /lib64/libgnutls.so.30: version `GNUTLS_3_7_4' not found (required by /tmp/.mount_opencremp8546741528505342295/shared/lib/gio/modules/libgiognutls.so) Failed to load...
### Description ### Plugins oh-my-opencode ### OpenCode version 1.1.3 ### Steps to reproduce _No response_ ### Screenshot and/or share link ### Operating System windows11 ### Terminal windows terminal
### 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 What...
## Summary - add README.zh-CN.md with Simplified Chinese content aligned to the main README - covers installation, desktop app, agents, docs, contributing, and FAQ - provides clearer onboarding for mainland...
## Summary Adds a file browser and viewer/editor panel to the TUI for viewing and editing project files directly within OpenCode. Activate vi prompt in command menu: Use vi basic...
### Description I am overriding the built-in agents (e.g., using agent/plan.md) which although not documented, it successfully catches my new prompt. However, I want this agent to be able to...
Fixes #3013 ## Summary - Add LRU eviction to LSP client file and diagnostics tracking maps - Create reusable `LRUMap` utility class with configurable max size ## Problem The LSP...
Fixes #3013 ## Summary Clear tool output and attachments when compaction prunes old tool results, actually freeing memory instead of just flagging. ## Evidence In a real session working on...