opencode
opencode copied to clipboard
The open source coding agent.
### 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 @iamdavidhill...
### Description The auto-update dialog is showing that the client has been updated, but restarting doesn't update the binary that's being run. I have a hunch it's because I've installed...
## Summary Fixes shell aliases not working when using the `!` command prefix (e.g., `! g status` where `g` is aliased to `git`). Closes #4351 ## Problem Shell aliases weren't...
For very large code bases (like ClickHouse DB) with large number of submodules OpenCode become very slow. This undocumented option allows to avoid that. Here is the corresponding issue https://github.com/sst/opencode/issues/3176...
Add support for `oxfmt` formatter for js and ts files from the `oxc` project (https://oxc.rs/docs/guide/usage/formatter.html). It's currently in alpha, but I've been using it without any issues. It's insanely fast...
### Description I am using Ubuntu 22.04 and when I open and work on the opencode cli, my storage is getting used by something. I realized that tmp_pack files are...
### Description Using opencode v 1.0.162, installed with curl. Blank screen on launching opencode. Have seen the issues related to this, many of which talk about waiting for network, starting...
## 문제 설명 Plan 모드에서 TODO를 생성할 때, `status` 필드에 잘못된 값(예: "build")이 입력되어 문제가 발생합니다. ## 원인 `packages/opencode/src/session/todo.ts`에서 TODO의 status 필드가 `z.string()`으로 정의되어 있어 **어떤 문자열이든 허용**됩니다: ```typescript export...
### 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 I...
### Description When using `opencode web` and selecting **GPT-5 Nano** from the model selector, the web UI hangs and throws multiple JavaScript errors. The model is selectable in the Web...