opencode
opencode copied to clipboard
The open source coding agent.
- Introduced a new route for server settings in the app. - Added Setting of server url into local storage through UI and `url` query - Updated error page to...
## Summary - Adds a new `read_env` permission option that allows users to explicitly opt-in to letting agents read `.env` files - By default, `.env` files remain blocked (secure default)...
### 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 For...
### Description After using the edit/write tools a few times in larger LSP enabled Lua (.lua extension) projects, sessions slow to a crawl. **Root Cause** - Edit/write tools store full...
### Question I've been exploring a lot of coding tools/methods over the last three years, specifically related to GenAI. So far, most tools have some functions in common and/or methodologies...
### 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 ##...
### 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 Hi!...
### Description using v0 API Key always fails with: ``` error=[ { "expected": "string", "code": "invalid_type", "path": [ "finish" ], "message": "Invalid input: expected string, received object" } ] ```...
### 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 Hi,...
## Summary - Fix agent not being inherited across prompts when using the server API ## Problem When using `opencode serve` and sending prompts via `/session/:id/prompt_async`, the `agent` parameter was...