opencode
opencode copied to clipboard
The open source coding agent.
Found that opencode successfully installs on an old system that does not have required cpu flags to run. This patch adds a check in the install check to prevent installation...
### Description Not able to rename chat sessions in 1.0.152. Dialog for renaming shows up and allows for renaming, but reverts back the the default name after submitting. ### OpenCode...
Line number prefixes (e.g. `00001| `) are only useful when paginating through a file with offset/limit or when referencing a specific line. For small files that fit within the default...
Collapse spinner frames, progress bars, and status indicator lines that share the same base text to show only the latest frame. This prevents the TUI from displaying hundreds of redundant...
### Question Is there documentation on how sessions are created / where they are stored? Im asking mainly because I may use opencode in a directory that has git initialized...
It looks like it only works on windows: https://github.com/sst/opencode/blob/45bc7a6a9d2560650881be0e554a124b4f925ae5/install#L245
Issue with the display of some file types in the desktop app. The shouldEncode() function treated all files with MIME type application/octet-stream as binary. Bun's MIME detection returns this type...
### 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 #2773...
### Description ``` TypeError: undefined is not an object (evaluating 'sync.data.session_status[props.sessionID ?? ""]') at (src/cli/cmd/tui/component/prompt/index.tsx:62:45) 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 runQueue (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:904:42) at completeUpdates (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:860:84)...
### Description Curious if uninstalling is safe. If not, how can I make sure that my config and conversations are kept after the process? This is what is happening right...