opencode
opencode copied to clipboard
The open source coding agent.
@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
[Issue] Custom provider baseurl, return opencode.json is invalid Required provider.anthropic.models
### 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...
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...
### 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...