René
2ca118db59
docs: Fix Wakatime repository link in ecosystem.mdx ( #5552 )
...
deploy / deploy (push) Waiting to run
generate / generate (push) Waiting to run
publish / publish (push) Waiting to run
publish / publish-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / publish-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / publish-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / publish-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Blocked by required conditions
test / test (push) Waiting to run
Co-authored-by: Github Action <action@github.com>
2025-12-15 08:32:06 -06:00
David Hill
a0c0e2b5c3
fix: add tooltip to close review tab
2025-12-15 14:22:57 +00:00
David Hill
d43fbec12d
fix: prompt input using border shadow
2025-12-15 14:14:10 +00:00
David Hill
bb426112ed
fix: replace agents dropdown with shadow border
2025-12-15 14:09:47 +00:00
David Hill
d2217bb825
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
ac495bd351
fix: hide prompt input send tooltip when the send button is disabled
2025-12-15 13:47:50 +00:00
David Hill
b913eb7acc
fix: avatar and icon size in sidebar
2025-12-15 13:21:59 +00:00
David Hill
ea65a91b2e
fix: remove blue border from prompt input
2025-12-15 13:11:09 +00:00
GitHub Action
ed6d749104
ignore: update download stats 2025-12-15
2025-12-15 12:05:05 +00:00
René
9eefcd1b41
Provider fix, anthropic Errorhandling if empty image file is read ( #5521 )
deploy / deploy (push) Waiting to run
generate / generate (push) Waiting to run
publish / publish (push) Waiting to run
publish / publish-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / publish-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / publish-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / publish-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Blocked by required conditions
test / test (push) Waiting to run
2025-12-14 23:56:47 -06:00
Nalin Singh
7c1124199e
fix: input lip visibility for transparent themes ( #5544 )
2025-12-14 23:10:33 -06:00
Spoon
5cf126d489
fix(edit): add per-file lock to prevent read-before-write race ( #4388 )
2025-12-14 23:01:50 -06:00
Aiden Cline
509f7d9617
ignore: fix debug var in last commit
2025-12-14 22:59:30 -06:00
opencode-agent[bot]
ae1bf92c81
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
b021b26e77
feat: restore experimental.chat.messages.transform and add experimental.chat.system.transform hooks ( #5542 )
2025-12-14 22:51:11 -06:00
Aiden Cline
9555d348de
ci: switch model
2025-12-14 22:41:54 -06:00
Brendan Allan
220c564047
tauri: use correct sidecar name
2025-12-15 12:40:49 +08:00
Brendan Allan
cf5c0129ac
tauri: rename sidecar to opencode-cli
2025-12-15 12:40:14 +08:00
Aiden Cline
543dbe71d2
ci: smart oc
2025-12-14 22:36:46 -06:00
Ravi Kumar
54569b5552
fix(session): fix unshare command not clearing share state ( #5523 )
2025-12-14 22:05:06 -06:00
GitHub Action
6a09861806
chore: format code
2025-12-15 03:42:56 +00:00
Adam
79a4c65313
fix: test
2025-12-14 21:42:17 -06:00
Adam
654534ac71
fix: update sdk
2025-12-14 21:41:20 -06:00
Adam
ba16bfdf3d
wip(desktop): progress
2025-12-14 21:38:59 -06:00
Adam
ad5614bbb9
wip(desktop): progress
2025-12-14 21:38:59 -06:00
Adam
dda579c8ad
wip(desktop): progress
2025-12-14 21:38:59 -06:00
Adam
4246cdb069
wip(desktop): progress
2025-12-14 21:38:58 -06:00
Adam
7ade6d386d
wip(desktop): progress
2025-12-14 21:38:58 -06:00
Adam
2613f44961
wip(desktop): progress
2025-12-14 21:38:58 -06:00
Adam
62ffeb3987
fix(desktop): auto scroll
2025-12-14 21:38:58 -06:00
Adam
4a8e8f537c
wip(desktop): progress
2025-12-14 21:38:58 -06:00
Adam
a68bee7878
fix(desktop): layout fixes
2025-12-14 21:38:57 -06:00
Mark Jaquith
ed33d82535
feat(cli): auto-submit prompt when using --prompt flag ( #4510 )
2025-12-14 21:06:04 -06:00
Dax Raad
2d63c22d1a
fix share link
2025-12-14 22:05:53 -05:00
Dax Raad
e22af25076
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
622caae9c9
fix desktop updater
2025-12-14 21:12:38 -05:00
Dax
fed4776451
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
fdf560c343
fix(tui): --continue selects wrong session ( #5513 )
2025-12-14 19:50:54 -06:00
GitHub Action
fc3ffb2bf9
chore: format code
2025-12-14 23:14:05 +00:00
Martijn Baay
7368342bab
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
c8fc910533
ignore: simplify download page to use GitHub latest redirect URLs
deploy / deploy (push) Waiting to run
generate / generate (push) Waiting to run
publish / publish (push) Waiting to run
publish / publish-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / publish-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / publish-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / publish-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Blocked by required conditions
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run
2025-12-14 17:10:59 -05:00
GitHub Action
0f9ef84d55
chore: format code
2025-12-14 22:05:28 +00:00
Dax Raad
74b5c285cf
disable app image
2025-12-14 17:04:46 -05:00
opencode
a34e67b518
release: v1.0.153
2025-12-14 19:04:01 +00:00
Aiden Cline
0c7f0cfa2e
tweak: fallback to provider default for temperature
2025-12-14 11:57:12 -06:00
GitHub Action
10ee6d345b
chore: format code
2025-12-14 17:48:34 +00:00
Nalin Singh
48ec68730f
fix: ensure input borders are drawn in transparent themes ( #5524 )
2025-12-14 11:48:02 -06:00
GitHub Action
70e4efe429
chore: format code
2025-12-14 17:46:46 +00:00
Sellers Crisp
92948ed8a4
feat: add server_error, rate_limit, and no_kv_space retry logic to accommodate Foundry API issues ( #5527 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-14 11:46:14 -06:00
shekohex
6d412d8872
docs: add opencode-pty and opencode-google-antigravity-auth plugins to the echosystem ( #5530 )
2025-12-14 11:38:53 -06:00