summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): session turn state consolidationAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15release: v1.0.154opencode
2025-12-15ci: update publish workflow concurrency to include version inputs and ↵Dax Raad
upgrade ubuntu runner to 24.04
2025-12-15chore: format codeGitHub Action
2025-12-15core: reorganize agent configuration to separate primary agents (build, ↵Dax Raad
plan) from subagents
2025-12-15ci: fix AppImage build hanging by using portable appimage formatDax Raad
- Add appimage target back to tauri.conf.json - Force reinstall tauri-cli from feat/truly-portable-appimage branch - Add 10 minute timeout to prevent indefinite hangs - Add logging to verify correct tauri-cli version is installed This fixes the issue where AppImage builds would hang at 'Running input plugin: gtk' by using the new portable appimage format that bypasses linuxdeploy entirely.
2025-12-15docs: Fix Wakatime repository link in ecosystem.mdx (#5552)René
Co-authored-by: Github Action <[email protected]>
2025-12-15fix: add tooltip to close review tabDavid Hill
2025-12-15fix: prompt input using border shadowDavid Hill
2025-12-15fix: replace agents dropdown with shadow borderDavid Hill
2025-12-15fix: fix width and padding on agent selectDavid Hill
- conditionally hide the role=presentation element because it was adding extra gap before the first agent
2025-12-15fix: hide prompt input send tooltip when the send button is disabledDavid Hill
2025-12-15fix: avatar and icon size in sidebarDavid Hill
2025-12-15fix: remove blue border from prompt inputDavid Hill
2025-12-14Provider fix, anthropic Errorhandling if empty image file is read (#5521)René
2025-12-14fix: input lip visibility for transparent themes (#5544)Nalin Singh
2025-12-14fix(edit): add per-file lock to prevent read-before-write race (#4388)Spoon
2025-12-14ignore: fix debug var in last commitAiden Cline
2025-12-14Add dismiss button to Getting Started box (#5543)opencode-agent[bot]
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-12-14feat: restore experimental.chat.messages.transform and add ↵DS
experimental.chat.system.transform hooks (#5542)
2025-12-15tauri: use correct sidecar nameBrendan Allan
2025-12-15tauri: rename sidecar to opencode-cliBrendan Allan
2025-12-14fix(session): fix unshare command not clearing share state (#5523)Ravi Kumar
2025-12-15chore: format codeGitHub Action
2025-12-14fix: testAdam
2025-12-14fix: update sdkAdam
2025-12-14wip(desktop): progressAdam
2025-12-14wip(desktop): progressAdam
2025-12-14wip(desktop): progressAdam
2025-12-14wip(desktop): progressAdam
2025-12-14wip(desktop): progressAdam
2025-12-14wip(desktop): progressAdam
2025-12-14fix(desktop): auto scrollAdam
2025-12-14wip(desktop): progressAdam
2025-12-14fix(desktop): layout fixesAdam
2025-12-14feat(cli): auto-submit prompt when using --prompt flag (#4510)Mark Jaquith
2025-12-14fix share linkDax Raad
2025-12-14ci: fix test failures in CI by pre-populating models cacheDax Raad
Tests were failing in CI because the models.json cache file doesn't exist and the data() macro fallback only works at build time, not runtime. The preload now pre-fetches models.json and disables the background refresh to prevent race conditions during test execution.
2025-12-14fix desktop updaterDax Raad
2025-12-14LLM cleanup (#5462)Dax
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-12-14fix(tui): --continue selects wrong session (#5513)Ravi Kumar
2025-12-14chore: format codeGitHub Action
2025-12-14feat: add experimental.continue_loop_on_deny config option (#4729)Martijn Baay
Co-authored-by: Aiden Cline <[email protected]>
2025-12-14ignore: simplify download page to use GitHub latest redirect URLsDax Raad