Simon Klee
321eeedd37
fixup! tui: fix Wayland clipboard paste flakiness
2026-07-08 15:11:17 +02:00
Simon Klee
4957f13337
tui: fix Wayland clipboard paste flakiness
...
OpenTUI can settle empty before Wayland MIME callbacks drain, and
clipboard provider pipes can raise SIGPIPE. Retry transient empty
reads and omit SIGPIPE from interactive exit signals so paste
survives those races without killing the session.
2026-07-08 14:12:16 +02:00
Simon Klee
080fb9f2e7
bump opentui snapshot to 0.0.0-20260707-291f8ac3
2026-07-07 19:01:56 +02:00
Simon Klee
797dfb6be4
bump opentui snapshot to 0.0.0-20260707-b2798ac8
2026-07-07 18:48:13 +02:00
Simon Klee
e40fb03550
tui: report clipboard copy delivery status
2026-07-07 18:48:13 +02:00
Simon Klee
60ab7d9b10
bump opentui snapshot to 0.0.0-20260706-2d4fc4e6
2026-07-07 18:48:13 +02:00
Simon Klee
a260adefd7
bump opentui snapshot to 0.0.0-20260705-2dee9667
2026-07-07 18:48:13 +02:00
Simon Klee
8e1f8f9b2b
tui: use OpenTUI clipboard service
2026-07-07 18:48:13 +02:00
Simon Klee
1ff5055deb
tui: update OpenTUI snapshot
...
Pick up the latest OpenTUI build so clipboard and paste support is
available across the runtime and plugin peer dependencies.
2026-07-07 18:48:13 +02:00
Adam
14a5529793
feat(data): redesign model peers
2026-07-07 11:15:43 -05:00
opencode
0b2e8707e3
sync release versions for v1.17.15
2026-07-07 15:31:36 +00:00
冯基魁
adf178a6b9
fix(llm): classify zai token limit overflow ( #35671 )
2026-07-07 09:46:27 -05:00
opencode-agent[bot]
78f85b1cd6
fix(core): ensure relevant files survive compaction ( #35636 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-07-07 09:39:01 -05:00
opencode-agent[bot]
888dc67cc3
chore: generate
2026-07-07 14:25:21 +00:00
Dustin Deus
fd9ee435ec
fix(core): expand home-relative permission paths ( #35737 )
2026-07-07 16:23:50 +02:00
opencode-agent[bot]
1c25b2f298
chore: generate
2026-07-07 11:55:25 +00:00
Adam
ea9fffce2e
feat(data): redesign model efficiency
2026-07-07 06:53:36 -05:00
Brendan Allan
516f0266b8
fix(app): hide markdown task markers ( #35670 )
2026-07-07 15:22:49 +08:00
opencode-agent[bot]
39397deb8d
chore: generate
2026-07-07 06:44:40 +00:00
Brendan Allan
65fd2e5c91
fix(app): prioritize shortcuts in terminal ( #35668 )
2026-07-07 06:43:30 +00:00
opencode-agent[bot]
c5fe32fbb1
fix(app): show unread for pending questions ( #34684 )
...
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-07-07 13:27:19 +08:00
opencode-agent[bot]
c48b77d6f9
chore: generate
2026-07-07 05:12:15 +00:00
Brendan Allan
64fd7a2027
fix(app): persist session tab info ( #34934 )
2026-07-07 05:11:08 +00:00
opencode-agent[bot]
ae259d87f0
fix(app): apply settings themes on select ( #35011 )
...
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
2026-07-07 13:03:25 +08:00
Aarav Sareen
50374abab8
feat(app): change traffic light position, fix sequoia bug ( #35081 )
2026-07-07 12:49:28 +08:00
opencode-agent[bot]
0497e8badf
chore: generate
2026-07-07 04:46:52 +00:00
Aarav Sareen
2a08f8f5f4
feat(app): reintroduce model context tooltip in model selector ( #35087 )
2026-07-07 12:45:42 +08:00
opencode-agent[bot]
9353559088
chore: generate
2026-07-07 02:37:53 +00:00
Aarav Sareen
6aff2ee169
feat(app): visual improvements ( #35134 )
2026-07-07 10:36:27 +08:00
James Long
254a481e5d
fix(config): handle unavailable config directories ( #35632 )
...
Co-authored-by: James Long <jlongster@users.noreply.github.com>
2026-07-06 22:11:13 -04:00
Aarav Sareen
26885e7118
feat(app): align cmd k menu with v2 styles ( #35152 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-07-07 08:52:57 +08:00
opencode-agent[bot]
dba08013d1
chore: generate
2026-07-06 20:10:55 +00:00
Adam
fc09646973
fix(data): refine model trend charts
2026-07-06 15:03:07 -05:00
Adam
c3b9c9d888
feat(data): improved model usage section
2026-07-06 15:03:07 -05:00
opencode
203885d241
sync release versions for v1.17.14
2026-07-06 18:50:51 +00:00
opencode-agent[bot]
728e86b287
chore: generate
2026-07-06 18:20:49 +00:00
Aiden Cline
d5aa79c73a
feat(codemode): sync v2 implementation ( #35574 )
2026-07-06 13:19:21 -05:00
opencode-agent[bot]
eb6ff0c1e0
chore: update nix node_modules hashes
2026-07-06 13:35:10 +00:00
opencode-agent[bot]
0df44c4e91
chore: generate
2026-07-06 11:02:19 +00:00
Simon Klee
561070fbc2
deps: upgrade OpenTUI to v0.4.3 ( #35226 )
2026-07-06 13:01:08 +02:00
Brendan Allan
b0e41ff2c4
fix(app): use selected home project for new sessions ( #35530 )
2026-07-06 16:37:50 +08:00
opencode-agent[bot]
977a40af68
chore: generate
2026-07-06 08:21:25 +00:00
Brendan Allan
dffecb6478
fix(desktop): gate first launch onboarding ( #34930 )
2026-07-06 16:20:15 +08:00
Brendan Allan
7f57d2a9ac
feat(app): show draft server status in titlebar ( #35521 )
2026-07-06 16:12:53 +08:00
opencode-agent[bot]
377d5d2287
fix(app): avoid shortcut settings flash ( #35349 )
...
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
2026-07-06 16:12:30 +08:00
Brendan Allan
38bb38ecb2
refactor(app): unify provider connect dialog ( #35518 )
2026-07-06 07:50:08 +00:00
Luke Parker
3a149ba71c
fix(app): optimize large review panes ( #35375 )
2026-07-06 16:26:03 +10:00
opencode-agent[bot]
14df88eab5
fix(app): preserve provider dialog backdrop ( #35370 )
...
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-07-06 06:08:59 +00:00
opencode-agent[bot]
e12cb7fb6b
chore: generate
2026-07-06 05:53:41 +00:00
Aiden Cline
d4f7039932
fix(codemode): unify catalog signatures ( #35452 )
2026-07-06 00:52:37 -05:00