Aiden Cline
5152150bfe
fix(opencode): make ACP resource text sourcing cross-platform ( #33534 )
2026-06-23 12:55:34 -05:00
Brendan Allan
2ba18b84a5
fix(app): use correct server sdk for titlebar session lookup ( #33536 )
2026-06-24 01:54:43 +08:00
Brendan Allan
e04c5e72f7
fix(app): prompt persistence and draft sessions ( #33528 )
2026-06-24 01:50:19 +08:00
Aiden Cline
a131811cdc
feat(mcp): use mcp__server__tool naming convention ( #33533 )
2026-06-23 12:28:26 -05:00
Shoubhit Dash
8e2d422ffe
fix(acp): preserve resource text source ( #33524 )
2026-06-23 22:15:00 +05:30
Aiden Cline
a3825286cf
test(core): avoid models cache recovery race ( #33525 )
2026-06-23 11:40:08 -05:00
opencode-agent[bot]
e439456b13
chore: generate
2026-06-23 15:47:46 +00:00
Aiden Cline
e3edbba3ca
test(opencode): stabilize prompt concurrency tests ( #33522 )
2026-06-23 10:45:30 -05:00
Simon Klee
3cdd431794
fix(tui): make move session command bindable ( #33508 )
...
Add the session_move TUI keybind and map it to the existing session.move command. Keep it unbound by default and document the new configuration option.
Closes #33239
2026-06-23 15:55:14 +02:00
Adam
f416f52ae3
Reapply "feat(stats): add user ids to inference metrics"
...
This reverts commit e0ff4fd1ac .
2026-06-23 07:27:01 -05:00
Adam
e0ff4fd1ac
Revert "feat(stats): add user ids to inference metrics"
...
This reverts commit 428ae6d21a .
2026-06-23 07:11:51 -05:00
Adam
428ae6d21a
feat(stats): add user ids to inference metrics
2026-06-23 07:05:26 -05:00
Brendan Allan
d568fed095
fix(app): tighten mobile utility UI ( #32799 )
2026-06-23 10:41:05 +00:00
opencode-agent[bot]
58a8d9fcb0
chore: generate
2026-06-23 10:28:43 +00:00
Aarav Sareen
d24848359d
feat(app): new session progress indicator ( #32662 )
...
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
2026-06-23 20:27:07 +10:00
Brendan Allan
a21e74773f
fix(app): improve iOS PWA shell ( #32798 )
2026-06-23 09:59:30 +00:00
opencode-agent[bot]
fc95a84b42
chore: generate
2026-06-23 09:30:58 +00:00
Brendan Allan
b0063709e6
feat(app): add mobile bottom navigation ( #32797 )
2026-06-23 09:29:22 +00:00
opencode-agent[bot]
77522697b0
chore: generate
2026-06-23 09:00:19 +00:00
Brendan Allan
bbc88eb8e3
fix(app): refine mobile session layout ( #32796 )
2026-06-23 16:58:05 +08:00
opencode-agent[bot]
a379c7956b
chore: generate
2026-06-23 08:47:47 +00:00
Aarav Sareen
52eae83ae4
fix(app): add server button dropdown ( #33358 )
2026-06-23 18:46:00 +10:00
Aarav Sareen
3cc626b5da
feat(app): collapsible servers ( #33384 )
2026-06-23 18:41:54 +10:00
Luke Parker
f0849a697c
fix(app): reject stale timeline range indexes ( #33488 )
2026-06-23 18:27:25 +10:00
Shoubhit Dash
3f3f120825
feat(mcp): add resource read tools ( #33483 )
2026-06-23 13:49:42 +05:30
Frank
ea17d9bed8
zen: glm 5.2
2026-06-23 04:03:07 -04:00
Frank
726b2d7e6b
zen: remove unused fields
2026-06-23 04:03:07 -04:00
opencode-agent[bot]
bffc5938fa
chore: generate
2026-06-23 08:02:37 +00:00
Luke Parker
d111812389
fix(app): restore review line comments ( #33481 )
2026-06-23 08:01:03 +00:00
Brendan Allan
597f47b486
fix(app): improve mobile home layout ( #32789 )
2026-06-23 16:00:21 +08:00
opencode-agent[bot]
09757c605a
chore: generate
2026-06-23 06:20:50 +00:00
Brendan Allan
0c4f508c50
feat(app): add server-keyed session routes ( #32570 )
2026-06-23 06:19:18 +00:00
opencode-agent[bot]
40db33c415
chore: generate
2026-06-23 04:57:55 +00:00
Dax Raad
9b01f15f1d
test(opencode): retry Windows CLI cleanup
2026-06-23 00:56:14 -04:00
Dax Raad
81851ca6b9
test(opencode): stabilize Windows async readiness
2026-06-23 00:41:02 -04:00
Dax Raad
3c5632e110
test(opencode): stabilize Windows CLI subprocesses
2026-06-23 00:26:48 -04:00
Dax Raad
6ea3e6698a
fix(opencode): scope reference readiness wait
2026-06-23 00:10:36 -04:00
Dax Raad
ed75ce9ecc
fix(core): prioritize reference plugin registration
2026-06-22 23:39:26 -04:00
Dax Raad
af14fefc96
test(opencode): relax compaction readiness timeout
2026-06-22 23:01:05 -04:00
Dax Raad
4a710e4679
fix(core): await plugin readiness
2026-06-22 22:49:57 -04:00
Dax Raad
d2c866bf70
test(core): speed up test setup
2026-06-22 22:49:57 -04:00
opencode-agent[bot]
237595e242
chore: generate
2026-06-23 02:19:31 +00:00
Aiden Cline
d29f5eba92
refactor(core): remove shell description input ( #32823 )
2026-06-22 21:18:06 -05:00
Aiden Cline
fbf889db83
fix(tui): preserve worker rejection handling ( #33448 )
...
Co-authored-by: Dax Raad <d@ironbay.co>
2026-06-22 19:57:21 -05:00
Dax
ef2357915e
fix(tui): scope file autocomplete to session ( #33458 )
2026-06-22 20:31:36 -04:00
Dax Raad
975b1132f1
refactor(plugin): use direct runtime registry
2026-06-22 20:10:29 -04:00
Dax Raad
cd97de7391
refactor(plugin): consolidate internal registration
2026-06-22 19:49:00 -04:00
Dax Raad
23fd5907be
fix(opencode): normalize CLI test line endings
2026-06-22 19:15:50 -04:00
opencode-agent[bot]
49d3f86802
chore: generate
2026-06-22 23:08:26 +00:00
Dax
909a1a6d78
feat(plugin): add namespaced hook API ( #33416 )
2026-06-22 19:06:57 -04:00