Commit Graph

4235 Commits (32bbc07e366f1378bfaedd01478aae5f65c49bae)

Author SHA1 Message Date
Adam 32bbc07e36 wip(desktop): progress 2025-12-26 14:33:31 -06:00
Adam c76a00fc3f wip(desktop): progress 2025-12-26 14:33:31 -06:00
Adam ce4d0d76ea wip(desktop): progress 2025-12-26 14:33:31 -06:00
Adam df844dc408 wip(desktop): progress 2025-12-26 14:33:31 -06:00
Adam 10276e8b3f wip(desktop): progress 2025-12-26 14:33:30 -06:00
opencode ea1c063d98 release: v1.0.154 2025-12-26 14:33:30 -06:00
Dax Raad 83249e69f3 ci: update publish workflow concurrency to include version inputs and upgrade ubuntu runner to 24.04 2025-12-26 14:33:30 -06:00
GitHub Action b612b939c9 chore: format code 2025-12-26 14:33:30 -06:00
Dax Raad 0ffc67792c core: reorganize agent configuration to separate primary agents (build, plan) from subagents 2025-12-26 14:33:30 -06:00
Dax Raad 37d0ef3362 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-26 14:33:30 -06:00
René 62e5e42707 docs: Fix Wakatime repository link in ecosystem.mdx (#5552)
Co-authored-by: Github Action <action@github.com>
2025-12-26 14:33:29 -06:00
David Hill f8af042811 fix: font size updates 2025-12-26 14:33:29 -06:00
David Hill 45d85a71c6 fix: add tooltip to close review tab 2025-12-26 14:33:29 -06:00
David Hill cd76512659 fix: prompt input using border shadow 2025-12-26 14:33:29 -06:00
David Hill 9a4e7319df fix: replace agents dropdown with shadow border 2025-12-26 14:33:29 -06:00
David Hill c6ed81fa8d 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-26 14:33:28 -06:00
David Hill ba4cd97d16 fix: hide prompt input send tooltip when the send button is disabled 2025-12-26 14:33:28 -06:00
David Hill bc2d2297bb fix: avatar and icon size in sidebar 2025-12-26 14:33:28 -06:00
David Hill 731233c96d fix: remove blue border from prompt input 2025-12-26 14:33:28 -06:00
René 0bf1c40eff Provider fix, anthropic Errorhandling if empty image file is read (#5521) 2025-12-26 14:33:28 -06:00
Nalin Singh 48eeb4e80d fix: input lip visibility for transparent themes (#5544) 2025-12-26 14:33:28 -06:00
Spoon 64552fe7e1 fix(edit): add per-file lock to prevent read-before-write race (#4388) 2025-12-26 14:33:28 -06:00
Aiden Cline c7b5831a0f ignore: fix debug var in last commit 2025-12-26 14:33:27 -06:00
opencode-agent[bot] 70a8efc843 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-26 14:33:27 -06:00
DS b98bd90d50 feat: restore experimental.chat.messages.transform and add experimental.chat.system.transform hooks (#5542) 2025-12-26 14:33:27 -06:00
Brendan Allan 83a320a2e7 tauri: use correct sidecar name 2025-12-26 14:33:27 -06:00
Brendan Allan cc82a2711b tauri: rename sidecar to opencode-cli 2025-12-26 14:33:26 -06:00
Ravi Kumar 4e4a24b769 fix(session): fix unshare command not clearing share state (#5523) 2025-12-26 14:33:26 -06:00
GitHub Action 9fbf6d4bd6 chore: format code 2025-12-26 14:33:25 -06:00
Adam f27b737038 fix: test 2025-12-26 14:33:25 -06:00
Adam 5246ecfc88 fix: update sdk 2025-12-26 14:33:25 -06:00
Adam d1c3bb2616 wip(desktop): progress 2025-12-26 14:33:25 -06:00
Adam e9f8b7d91f wip(desktop): progress 2025-12-26 14:33:24 -06:00
Adam bdd5e63529 wip(desktop): progress 2025-12-26 14:33:24 -06:00
Adam 7584bd0d71 wip(desktop): progress 2025-12-26 14:33:24 -06:00
Adam 60fadb253a wip(desktop): progress 2025-12-26 14:33:23 -06:00
Adam de635e3c51 wip(desktop): progress 2025-12-26 14:33:23 -06:00
Adam 6c0638c73b fix(desktop): auto scroll 2025-12-26 14:33:22 -06:00
Adam 238ca62ba7 wip(desktop): progress 2025-12-26 14:33:22 -06:00
Adam d8aba3a35f fix(desktop): layout fixes 2025-12-26 14:33:22 -06:00
Mark Jaquith 8a518c8b2a feat(cli): auto-submit prompt when using --prompt flag (#4510) 2025-12-26 14:33:21 -06:00
Dax Raad bc7f81c1a3 fix share link 2025-12-26 14:33:21 -06:00
Dax Raad c8d735de6c 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-26 14:33:21 -06:00
Dax Raad f4e1fa28b8 fix desktop updater 2025-12-26 14:33:21 -06:00
Dax 262d836dd7 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-26 14:33:21 -06:00
Ravi Kumar 01c2ba2e4a fix(tui): --continue selects wrong session (#5513) 2025-12-26 14:33:21 -06:00
GitHub Action 3b59308282 chore: format code 2025-12-26 14:33:21 -06:00
Martijn Baay b6714c645e feat: add experimental.continue_loop_on_deny config option (#4729)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-26 14:33:20 -06:00
Dax Raad 0b60e82266 ignore: simplify download page to use GitHub latest redirect URLs 2025-12-26 14:33:20 -06:00
GitHub Action 321354529b chore: format code 2025-12-26 14:33:20 -06:00