summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-01-12tweak: for zai ensure clear_thinking is falseAiden Cline
2026-01-12fix(TUI): dont submit prompt when switching sessions (#8016)Leonidas
2026-01-12get rid of extra fileDax Raad
2026-01-12core: tweak edit and write tool outputs to prevent agent from thinking edit ↵Aiden Cline
didn't apply
2026-01-12fix: prevent [object Object] error display in console output (#8116)lemon
Co-authored-by: Claude <[email protected]>
2026-01-13fix: add missing args to windows tauri cli spawn (#8084)Patrick Schiel
2026-01-12fix(task): respect agent task permission for nested sub-agents (#8111)M. Adel Alhashemi
2026-01-12fix: max completion tokens error for cloudflare (#7970)Rohan Mukherjee
2026-01-12fix(bedrock): use reasoningConfig for Anthropic models on Bedrock (#8092)Adam
2026-01-12fix: await auth.set to prevent race condition when setting API key (#8075)Darsh Patel
2026-01-12fix: actually modify opencode config with `mcp add` (#7339)Paolo Ricciuti
2026-01-12chore: generateGitHub Action
2026-01-12feat(terminal): implement better dynamic terminal numbering (#8081)OpeOginni
2026-01-12fix(session): store api url in metadata (#8090)Jason Kölker
2026-01-12Add nova-2 to region prefix models (#8085)opencode-agent[bot]
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2026-01-12tweak: truncation dir permAiden Cline
2026-01-12wip: blackFrank
2026-01-12fix(app): sanitize markdown -> htmlAdam
2026-01-12test: fix read testAiden Cline
2026-01-12tweak: make the .env reads ask user for permission instead of blockingAiden Cline
2026-01-12chore: generateGitHub Action
2026-01-12feat(dialog-select-server): add icon button for server removal (#8053)OpeOginni
2026-01-12chore: generateGitHub Action
2026-01-12fix(formatter): use biome `check` instead of `format` to include import ↵Andrew Pashynnyk
sorting (#8057) Co-authored-by: kynnyhsap <[email protected]>
2026-01-12fix: ensure plurals are properly handled (#8070)Aiden Cline
2026-01-12release: v1.1.15opencode
2026-01-12core: rename OPENCODE_PASSWORD to OPENCODE_SERVER_PASSWORD for clearer ↵Dax Raad
authentication configuration
2026-01-12fix(tui): prevent layout jump when toggling tips visibility (#8068)Ryan Vogel
2026-01-12docs: fix permission rule ordering in examples (#7010)Kenny
2026-01-12core: fix HTTP exception handling order to prevent NamedError from masking ↵Dax Raad
HTTP exceptions docs: add OPENCODE_PASSWORD environment variable documentation for basic auth
2026-01-12core: add password authentication and improve server securityDax Raad
- 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
2026-01-12fix(desktop): Improve User Message Badges for Big Titles and Small Screens ↵Daniel Polito
(#8037)
2026-01-12core: improve error handling for built-in plugin installation failuresAiden Cline
2026-01-12tui: add hint for variants toggleAiden Cline
2026-01-12admin unshareFrank
2026-01-12fix: permissions wildcarding so that for ex: 'ls *' includes ls * AND 'ls' ↵Aiden Cline
to prevent having to double state commands or use 'ls*'
2026-01-12fix(tui): reopen autocomplete after backspace deletes space (#6031)Ravi Kumar
Co-authored-by: Aiden Cline <[email protected]>
2026-01-12test: fixAiden Cline
2026-01-12docs: fix typo (#8041)Shubh Porwal
2026-01-12chore: bump ai sdk packagesAiden Cline
2026-01-12core: fix model selection in title generation to use user's model instead of ↵Dax Raad
assistant's
2026-01-12tui: rename kvStore to store for consistencyDax Raad
2026-01-12tui: redesign tips display on home screenDax Raad
2026-01-12Redesign tips display on home screen (#6126)David Hill
Co-authored-by: Dax <[email protected]>
2026-01-12tui: remove update complete toast notificationDax Raad
2026-01-12disable appimageBrendan Allan
2026-01-12chore: generateGitHub Action
2026-01-12fix(desktop): improve server detection & connection logic (#7962)Brendan Allan
2026-01-12chore: generateGitHub Action
2026-01-12app: resolve defaultServerUrl inside AppInterfaceBrendan Allan
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.