| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
didn't apply
|
|
Co-authored-by: Claude <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sorting (#8057)
Co-authored-by: kynnyhsap <[email protected]>
|
|
|
|
|
|
authentication configuration
|
|
|
|
|
|
HTTP exceptions
docs: add OPENCODE_PASSWORD environment variable documentation for basic auth
|
|
- Add OPENCODE_PASSWORD flag for basic auth protection
- Show security warnings when password is not set
- Remove deprecated spawn command
- Improve error handling with HTTPException responses
|
|
(#8037)
|
|
|
|
|
|
|
|
to prevent having to double state commands or use 'ls*'
|
|
Co-authored-by: Aiden Cline <[email protected]>
|
|
|
|
|
|
|
|
assistant's
|
|
|
|
|
|
Co-authored-by: Dax <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
The desktop app sometimes modified __OPENCODE__.serverUrl after the
window is created. Previously this was ignored since defaultServerUrl
was created at module scope, now it isn't created until desktop's
ensure_server_started query complete, after which point serverUrl is
guaranteed to be updated.
|