Commit Graph

14916 Commits

Author SHA1 Message Date
usrnk1 158ed1dd8f 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
usrnk1 2cc2b7b1ae feat(app): add interface transition setting 2026-07-13 10:45:57 +02:00
usrnk1 dd3b4f8829 feat(ui): add accent badge variant 2026-07-13 10:45:57 +02:00
usrnk1 648fb1e031 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
Aiden Cline 5c908f01e4 fix(provider): derive variants from reasoning metadata (#36624) 2026-07-13 01:21:59 -05:00
Aiden Cline 907a8e60ec fix(opencode): filter unsupported GPT-5.6 OAuth alias (#36621) 2026-07-13 00:23:28 -05:00
Aiden Cline 49e6901e51 fix(provider): route gateway variants by api id (#36614) 2026-07-13 00:08:08 -05:00
opencode-agent[bot] 92e1adfd65 ci: remove starptech from core triage assignees (#36618)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-12 23:41:02 -05:00
opencode-agent[bot] 33b79d4e0c chore: generate 2026-07-12 21:13:21 +00:00
Aiden Cline 0766de6ece fix(provider): derive variants from reasoning options (#36543) 2026-07-12 16:12:07 -05:00
opencode-agent[bot] 4abc8bcdd6 chore: generate 2026-07-12 19:42:58 +00:00
Nabs 3324d8db66 fix(openai): use codex context limits for gpt-5.6 (#36248)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-07-12 14:41:51 -05:00
Aiden Cline ce5fb93c1f test(opencode): refresh stale model references (#36546) 2026-07-12 13:28:36 -05:00
Aiden Cline 38015bb580 test(opencode): refresh models.dev fixture (#36541) 2026-07-12 12:36:20 -05:00
opencode-agent[bot] fa9f21a9f9 feat(tui): show idle session directory (#36457)
Co-authored-by: Dax <mail@thdxr.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-07-11 20:31:57 +00:00
opencode-agent[bot] 4340e68d3c fix(core): disable unused fff content caches (#36453)
Co-authored-by: Dax Raad <d@ironbay.co>
2026-07-11 19:12:58 +00:00
Frank 89443ae457 docs: publish GPT 5.6 Sol, Terra, and Luna model availability and pricing across all language docs 2026-07-10 14:13:46 -04:00
Adam 3959ae5963 fix(stats): polish comparison details 2026-07-10 12:42:04 -05:00
Adam 31b02b3aac feat(stats): add comparison seo pages 2026-07-10 12:09:56 -05:00
Adam f9e6ea42e0 feat(stats): add model comparison radar 2026-07-10 11:41:01 -05:00
Adam 9ac8863e58 fix(stats): stop comparison overscroll 2026-07-10 07:31:00 -05:00
Adam 43e8ce009c fix(stats): restore sticky comparison header 2026-07-10 07:30:00 -05:00
Adam da7c54246d fix(stats): restore native trackpad scrolling 2026-07-10 07:09:25 -05:00
Adam 3c41c8f427 feat(stats): unify comparison cards 2026-07-10 06:49:56 -05:00
opencode-agent[bot] 504a87d669 chore: generate 2026-07-10 11:38:07 +00:00
Adam dde427cb82 fix(data): cut athena stats sync cost
Compute all stat dimensions and both grains in one GROUPING SETS query
so each sync pass scans the source table once instead of eight times.
Hourly passes now only recompute the current ISO week; a daily full pass
refreshes the whole display window. Restarted daemons resume the hourly
cadence from the last completed sync instead of immediately re-running a
pass, and the workgroup kills any query scanning more than 2 TB.
2026-07-10 06:36:26 -05:00
Adam 0b030921ab feat(stats): update model comparison page 2026-07-10 05:53:31 -05:00
Brendan Allan d4b90fbb06 feat(app): extract prompt state and add composer model selection (#36227) 2026-07-10 15:49:05 +08:00
Frank e368787d60 zen: track openai cache_write_tokens 2026-07-10 01:48:51 -04:00
Aarav Sareen 0ce03a2d98 fix(app): timeline width jumps around when review panel is open/closed (#36202) 2026-07-10 03:59:03 +00:00
Aarav Sareen d08683f83d feat(app): visual improvements (#36073) 2026-07-10 10:52:05 +08:00
opencode-agent[bot] 9c0aab5c11 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 cc7f05c629 fix(app): wrap session creation state updates in startTransition (#36182) 2026-07-10 02:29:30 +00:00
opencode-agent[bot] 49823ceceb chore: generate 2026-07-10 00:55:59 +00:00
Adam 5d691928ea fix(data): oom crash in stats sync 2026-07-09 19:53:56 -05:00
opencode-agent[bot] 9994727242 fix(tui): forward environment to worker (#35925)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-09 18:30:03 -05:00
opencode-agent[bot] d8ae3486f3 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 7eeb05ad87 fix(app): align context tokens with usage (#36015) 2026-07-10 09:12:54 +10:00
Luke Parker 6e3b038570 fix(app): show tree while opening files (#36018) 2026-07-10 09:12:20 +10:00
opencode 4bdb09abcd sync release versions for v1.17.18 2026-07-09 18:51:42 +00:00
Aiden Cline 4aa1ad836f fix(copilot): handle zero billing batch size (#36123) 2026-07-09 13:14:33 -05:00
Aiden Cline a0e1e3827d feat: add meta muse system prompt (#36122) 2026-07-09 13:00:39 -05:00
opencode 23d8865956 sync release versions for v1.17.17 2026-07-09 15:03:10 +00:00
Aiden Cline 605db13fdf tweak: adjust variant logic for muse (#36079) 2026-07-09 09:07:02 -05:00
Frank 98804accac Merge branch 'dev' of github.com:anomalyco/opencode into dev 2026-07-09 08:03:18 -04:00
Frank f4971e8c99 zen: retry on 529 2026-07-09 08:03:16 -04:00
opencode-agent[bot] 3fcc5f6758 chore: update nix node_modules hashes 2026-07-09 11:41:13 +00:00
opencode-agent[bot] 386aaa87a3 chore: generate 2026-07-09 11:26:18 +00:00
Brendan Allan 72873deb24 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
opencode-agent[bot] 7da931bc04 chore: generate 2026-07-09 08:08:24 +00:00