5566 Commits

Author SHA1 Message Date
opencode c7e060663d release: v1.0.154
Update Nix Hashes / update (push) Has been cancelled
v1.0.154
2025-12-15 16:01:15 +00:00
Dax Raad 644ff926c1 ci: update publish workflow concurrency to include version inputs and upgrade ubuntu runner to 24.04 2025-12-15 10:14:20 -05:00
GitHub Action 3699cc93a1 chore: format code 2025-12-15 14:59:05 +00:00
Dax Raad 50a574f7fc core: reorganize agent configuration to separate primary agents (build, plan) from subagents 2025-12-15 09:58:23 -05:00
Dax Raad 3f900417ae ci: fix AppImage build hanging by using portable appimage format
- 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-15 09:47:19 -05:00
René 6eb45095d2 docs: Fix Wakatime repository link in ecosystem.mdx (#5552)
Co-authored-by: Github Action <action@github.com>
2025-12-15 08:32:06 -06:00
David Hill e968a8e6d9 fix: add tooltip to close review tab 2025-12-15 14:22:57 +00:00
David Hill da97243ece fix: prompt input using border shadow 2025-12-15 14:14:10 +00:00
David Hill f014021ae6 fix: replace agents dropdown with shadow border 2025-12-15 14:09:47 +00:00
David Hill c5c63513ca fix: fix width and padding on agent select
- conditionally hide the role=presentation element because it was adding extra gap before the first agent
2025-12-15 14:05:24 +00:00
David Hill 51dfb23d93 fix: hide prompt input send tooltip when the send button is disabled 2025-12-15 13:47:50 +00:00
David Hill 774bc82f9a fix: avatar and icon size in sidebar 2025-12-15 13:21:59 +00:00
David Hill fe675f6f87 fix: remove blue border from prompt input 2025-12-15 13:11:09 +00:00
GitHub Action cf61f5ff14 ignore: update download stats 2025-12-15 2025-12-15 12:05:05 +00:00
René e9e1f3302e Provider fix, anthropic Errorhandling if empty image file is read (#5521) 2025-12-14 23:56:47 -06:00
Nalin Singh e276eecdb2 fix: input lip visibility for transparent themes (#5544) 2025-12-14 23:10:33 -06:00
Spoon b77b643b18 fix(edit): add per-file lock to prevent read-before-write race (#4388) 2025-12-14 23:01:50 -06:00
Aiden Cline c75944ba1f ignore: fix debug var in last commit 2025-12-14 22:59:30 -06:00
opencode-agent[bot] f6db7bfabe Add dismiss button to Getting Started box (#5543)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-14 22:58:26 -06:00
DS bf49451930 feat: restore experimental.chat.messages.transform and add experimental.chat.system.transform hooks (#5542) 2025-12-14 22:51:11 -06:00
Aiden Cline 54ed544d2d ci: switch model 2025-12-14 22:41:54 -06:00
Brendan Allan f275d2a973 tauri: use correct sidecar name 2025-12-15 12:40:49 +08:00
Brendan Allan 2b764bfcf4 tauri: rename sidecar to opencode-cli 2025-12-15 12:40:14 +08:00
Aiden Cline d29cd58744 ci: smart oc 2025-12-14 22:36:46 -06:00
Ravi Kumar f757fd55a1 fix(session): fix unshare command not clearing share state (#5523) 2025-12-14 22:05:06 -06:00
GitHub Action 081d0b0d3e chore: format code 2025-12-15 03:42:56 +00:00
Adam 0aef1b8080 fix: test 2025-12-14 21:42:17 -06:00
Adam 56e2e52397 fix: update sdk 2025-12-14 21:41:20 -06:00
Adam e89b320b4d wip(desktop): progress 2025-12-14 21:38:59 -06:00
Adam 92f1487831 wip(desktop): progress 2025-12-14 21:38:59 -06:00
Adam 335ee67c91 wip(desktop): progress 2025-12-14 21:38:59 -06:00
Adam 8385f10156 wip(desktop): progress 2025-12-14 21:38:58 -06:00
Adam 38b41a8266 wip(desktop): progress 2025-12-14 21:38:58 -06:00
Adam 4ffd8b6227 wip(desktop): progress 2025-12-14 21:38:58 -06:00
Adam c1007b0fe3 fix(desktop): auto scroll 2025-12-14 21:38:58 -06:00
Adam 798a172a4b wip(desktop): progress 2025-12-14 21:38:58 -06:00
Adam 0c572f955f fix(desktop): layout fixes 2025-12-14 21:38:57 -06:00
Mark Jaquith 16416d139c feat(cli): auto-submit prompt when using --prompt flag (#4510) 2025-12-14 21:06:04 -06:00
Dax Raad f5fe965b79 fix share link 2025-12-14 22:05:53 -05:00
Dax Raad 712c8e9c40 ci: fix test failures in CI by pre-populating models cache
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-14 21:23:45 -05:00
Dax Raad 8450de5e48 fix desktop updater 2025-12-14 21:12:38 -05:00
Dax c9c6b26a2e LLM cleanup (#5462)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-14 21:11:30 -05:00
Ravi Kumar f426e98947 fix(tui): --continue selects wrong session (#5513) 2025-12-14 19:50:54 -06:00
GitHub Action 8834af23ec chore: format code 2025-12-14 23:14:05 +00:00
Martijn Baay 42d900ddbd feat: add experimental.continue_loop_on_deny config option (#4729)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-14 17:13:32 -06:00
Dax Raad 206a745286 ignore: simplify download page to use GitHub latest redirect URLs 2025-12-14 17:10:59 -05:00
GitHub Action de447cb12d chore: format code 2025-12-14 22:05:28 +00:00
Dax Raad cef7619bab disable app image 2025-12-14 17:04:46 -05:00
opencode 8fc7768e77 release: v1.0.153
Update Nix Hashes / update (push) Has been cancelled
v1.0.153
2025-12-14 19:04:01 +00:00
Aiden Cline e3bd8cd9ed tweak: fallback to provider default for temperature 2025-12-14 11:57:12 -06:00