Aiden Cline
ae09cc2c64
chore: update merge branch with latest dev
2026-07-13 21:38:12 +00:00
Aiden Cline
f98e044072
chore: merge dev into v2
2026-07-13 21:36:49 +00:00
opencode
bb31c9b92c
sync release versions for v1.17.20
2026-07-13 21:09:53 +00:00
opencode
e71fbb6d48
sync release versions for v1.17.19
2026-07-13 16:34:54 +00:00
usrnk1
51b9c726cf
fix(app): remove interface transition changes accidentally merged into dev ( #36653 )
2026-07-13 10:38:30 +00:00
Aarav Sareen
b4e49d5b32
feat(app): redesign attachment cards ( #35945 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
2026-07-13 10:04:45 +00:00
opencode-agent[bot]
2b29854589
chore: generate
2026-07-13 10:04:14 +00:00
usrnk1
8ce5038bd8
Merge branch 'dev' of https://github.com/anomalyco/opencode into interface-toggle
2026-07-13 12:02:25 +02:00
usrnk1
446510a6a9
tui: surface a dismissible new-interface notice and tighten settings copy for clarity
...
Users who were migrated to the new interface will now see a dismissible notice in Settings explaining the old interface was phased out, so they are not surprised by the change. The new-interface toggle is also visually elevated with a card style so it is easier to find. Settings labels and descriptions across General have been rewritten to be shorter and more direct, so it is quicker to understand what each option controls. The "New" badge color is also adjusted for better readability.
2026-07-13 12:01:19 +02:00
opencode-agent[bot]
49028b6245
chore: generate
2026-07-13 09:33:54 +00:00
Aarav Sareen
d595c7e265
feat(app): review panel updates ( #36240 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-07-13 09:32:25 +00:00
Aarav Sareen
17cd4a8c32
feat(app): align edit project modal with v2 style ( #36213 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-07-13 09:26:53 +00:00
opencode-agent[bot]
9bbf7918de
chore: generate
2026-07-13 09:25:14 +00:00
Aarav Sareen
97f502e79a
feat(app): middle click to open new tab ( #36215 )
2026-07-13 17:23:55 +08:00
usrnk1
ac5e249083
feat(app): add interface transition setting
2026-07-13 10:45:57 +02:00
usrnk1
dd02cea9e7
feat(desktop): fix clipped labels and branch tooltip ( #35724 )
...
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
2026-07-13 08:02:38 +00:00
Kit Langton
58201a32c1
fix: standardize MCP server copy ( #36598 )
2026-07-12 22:23:59 -04:00
opencode-agent[bot]
43ecf3ff1b
chore: merge dev into v2 ( #36312 )
...
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Julian Coy <julian@ex-machina.co>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: usrnk1 <7547651+usrnk1@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Vladimir Glafirov <vglafirov@gitlab.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Frank <frank@anoma.ly>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: Simon Klee <hello@simonklee.dk>
Co-authored-by: Jay <air@live.ca>
Co-authored-by: Jack <jack@anoma.ly>
Co-authored-by: David Hill <1879069+iamdavidhill@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
Co-authored-by: Victor Navarro <vn4varro@gmail.com>
2026-07-10 15:11:29 -05:00
Brendan Allan
8a03fc265b
feat(app): extract prompt state and add composer model selection ( #36227 )
2026-07-10 15:49:05 +08:00
Aarav Sareen
772e976d80
fix(app): timeline width jumps around when review panel is open/closed ( #36202 )
2026-07-10 03:59:03 +00:00
Aarav Sareen
c769380776
feat(app): visual improvements ( #36073 )
2026-07-10 10:52:05 +08:00
opencode-agent[bot]
01131c75d8
fix(app): focus input on new session ( #36077 )
...
Co-authored-by: Victor Navarro <vn4varro@gmail.com>
2026-07-10 10:41:54 +08:00
Brendan Allan
ea982c3832
fix(app): wrap session creation state updates in startTransition ( #36182 )
2026-07-10 02:29:30 +00:00
opencode-agent[bot]
13b9e55c72
fix(ui): sometimes outlines get clipped ( #33846 )
...
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
2026-07-10 09:13:34 +10:00
Luke Parker
b94e55c7c0
fix(app): align context tokens with usage ( #36015 )
2026-07-10 09:12:54 +10:00
Luke Parker
9c6bb4ff72
fix(app): show tree while opening files ( #36018 )
2026-07-10 09:12:20 +10:00
opencode-agent[bot]
a7746379d5
chore: merge dev into v2 ( #36144 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: usrnk1 <7547651+usrnk1@users.noreply.github.com>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Jack <jack@anoma.ly>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Frank <frank@anoma.ly>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Julian Coy <julian@ex-machina.co>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: Vladimir Glafirov <vglafirov@gitlab.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: Simon Klee <hello@simonklee.dk>
Co-authored-by: Jay <air@live.ca>
Co-authored-by: David Hill <1879069+iamdavidhill@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-09 16:32:44 -05:00
opencode
c2e019ba7d
sync release versions for v1.17.18
2026-07-09 18:51:42 +00:00
opencode
08096b5e61
sync release versions for v1.17.17
2026-07-09 15:03:10 +00:00
opencode-agent[bot]
3b18c64782
chore: generate
2026-07-09 11:26:18 +00:00
Brendan Allan
c6c599b872
feat(app): refactor help button and add tabs info popup persistence ( #36066 )
...
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
2026-07-09 11:24:39 +00:00
usrnk1
5c860d4142
feat(feat): align sub-agent task rows with v2 design ( #35167 )
2026-07-09 16:07:02 +08:00
usrnk1
4f9207daac
feat(app): restyle revert dock for v2 ( #35560 )
2026-07-09 16:06:00 +08:00
Aarav Sareen
ae7d63272c
feat(app): fix descender clipping ( #35950 )
2026-07-09 15:09:04 +08:00
Aarav Sareen
5cc3a51357
feat(app): free model selector ( #35707 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-07-09 07:05:09 +00:00
opencode
e357c90212
sync release versions for v1.17.16
2026-07-09 06:35:57 +00:00
opencode-agent[bot]
353e0eef8a
chore: generate
2026-07-09 05:43:07 +00:00
usrnk1
a4c17f08b1
feat(desktop): reveal projects in file manager ( #35731 )
2026-07-09 13:41:56 +08:00
usrnk1
3cd9ee5a73
feat(app): add composer add menu with draft-preserving commands ( #35711 )
2026-07-09 13:39:55 +08:00
opencode-agent[bot]
7c56319aa4
chore: generate
2026-07-09 05:28:34 +00:00
usrnk1
13fa4937b2
feat(desktop): add provider connection tip ( #35948 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-07-09 13:27:22 +08:00
Aiden Cline
7feefb697f
refactor: remove todo tool ( #35989 )
2026-07-09 00:13:48 -05:00
Luke Parker
dd25d143c5
fix(app): reserve review pane minimum instead of capping chat width at 45% ( #35078 )
2026-07-09 09:47:46 +10:00
Luke Parker
d8a57ee15c
fix(app): unmount hidden session panes ( #35628 )
2026-07-09 09:44:02 +10:00
Luke Parker
aa52d30d7f
feat(app): persist review state per session ( #35488 )
2026-07-08 23:43:28 +00:00
Luke Parker
83d633fd13
fix(app): route legacy drafts to session page ( #35808 )
2026-07-09 07:38:56 +08:00
Luke Parker
824455e2f1
fix(app): load capped review patches ( #35633 )
2026-07-09 09:09:32 +10:00
Luke Parker
62de2b3695
feat(app): add inline file browser tabs ( #35829 )
2026-07-09 09:09:21 +10:00
opencode-agent[bot]
687dbba6a3
chore: merge dev into v2 ( #35962 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: starptech <starptech@starptechs-MBP.fritz.box>
Co-authored-by: Frank <frank@anoma.ly>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: 𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴 <little-frank@opencord.local>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Dax <mail@thdxr.com>
Co-authored-by: usrnk1 <7547651+usrnk1@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: runvip <164729189+runvip@users.noreply.github.com>
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
Co-authored-by: Jack <jack@anoma.ly>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Julian Coy <julian@ex-machina.co>
Co-authored-by: Vladimir Glafirov <vglafirov@gitlab.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: Simon Klee <hello@simonklee.dk>
Co-authored-by: Jay <air@live.ca>
Co-authored-by: David Hill <1879069+iamdavidhill@users.noreply.github.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-08 17:58:55 -05:00
opencode-agent[bot]
c33a2011c4
fix(app): prevent command palette first-open flash ( #35858 )
2026-07-09 06:51:04 +08:00