opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

Fix for Issue https://github.com/sst/opencode/issues/3900 there's one more pr on the same issue but it didn't looked right: https://github.com/sst/opencode/pull/3904 Files created/modified: 1. src/cli/cmd/uninstall.ts - New uninstall command implementation 2. src/index.ts -...

Yesterday Claude Code released a new feature called "Skills", that basically allows the user to define prompts, that are lazily loaded by the Agent when needed. [https://www.anthropic.com/news/skills](https://www.anthropic.com/news/skills) It would be...

- Add Clojure parser configuration with tree-sitter-clojure v0.0.13 - Map Clojure file extensions (.clj, .cljs, .cljc, .edn) to clojure language - Add comprehensive tests for language extensions and parser configuration...

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

discussion

@adamdotdevin here is how it looks in emacs vterm now. much better, there are still some stray blue underscore characters though. Forked from #101

### Description In the docs (https://opencode.ai/docs/acp/#support) it is mentioned that custom tools and slash commands should be available which doesn't seem to be: ### OpenCode version 1.0.20 ### Steps to...

bug

### Description Bun requires to have bun available in order to build bun, see https://github.com/oven-sh/bun/issues/22991 This makes it a no-go on non-Linux systems, like FreeBSD. Is there a way to...

discussion

Some models, like `gpt-5-pro`, can think for way longer than the default 5 minutes timeout. This PR allows the customization of this parameter, with a new `--timeout` argument passed to...

Thanks for this amazing project. Mouse text selection has these issues: • Can't select text beyond viewport (no scrolling while selecting) • Selection immediately copies to clipboard on release •...