opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

@adamdotdevin, thought it was easier to do a PR than ping on discord.

Adds PUT and DELETE endpoints for message parts to enable custom compaction algorithms. - `PUT /session/:sessionID/message/:messageID/part/:partID` - update a part's metadata - `DELETE /session/:sessionID/message/:messageID/part/:partID` - delete a part My use...

rg runs on some really common string on some large search space e.g. `cd / && rg /` it waits for ALL the results to finish... It used to load...

fix internal error on `ACP`'s `/compact`. Fixes #5304

### Description Hi Team, Thanks for the great product. I use the config in doc show to custom base url. In the old release, it works. But when i upgrade...

bug

Add `Filesystem.isAllowedPath()` helper that allows access to project directory, `os.tmpdir()`, and `/tmp` without prompting for external directory permission. Fixes #5386 Fixes #4743

### Description On a fresh install of opencode, it networks behind a zscaler trying to use another provider gives issues with the certificates: ```log installed @opencode-ai/[email protected] [35.00ms] done stderr=Saved lockfile...

bug

### Description when I use @ai-sdk/openai-compatible to create a provider, and ues the GPT 5.x model, the body of the request contains max_tokens, not max_completion_tokens, so the LLM returned an...

bug