Commit Graph

5423 Commits

Author SHA1 Message Date
Jeremy Osih 896ace5f2c Change tooltip text from 'Open file' to 'New Terminal' (#5435) 2025-12-12 10:57:52 -06:00
Adam 16d1ee0796 fix: tweak missing colors 2025-12-12 10:56:30 -06:00
Adam 8919de5614 chore: cleanup 2025-12-12 10:45:34 -06:00
xu0o0 4b108cabc4 acp: fix internal error on /compact (#5424) 2025-12-12 10:43:18 -06:00
Brendan Allan 5b1b37592e tauri: add basic custom titlebar (#5438) 2025-12-12 09:37:17 -06:00
Adam 8ffa87b79c feat(desktop): archive sessions 2025-12-12 07:07:54 -06:00
Adam 61b02d0bac fix(desktop): audio stuff 2025-12-12 06:21:31 -06:00
Adam c160012c8b fix(desktop): homedir aware path on home 2025-12-12 06:21:31 -06:00
GitHub Action c0b06a7f62 ignore: update download stats 2025-12-12 2025-12-12 12:04:34 +00:00
Github Action add106072f Update Nix flake.lock and hashes 2025-12-12 11:16:22 +00:00
Adam 8a8bace3af feat(desktop): basic alerting 2025-12-12 05:14:51 -06:00
GitHub Action e28699e39f chore: format code 2025-12-12 09:44:46 +00:00
David Hill e06ff4f8f0 Merge branch 'dev' of https://github.com/sst/opencode into dev 2025-12-12 09:44:06 +00:00
David Hill 31ffab6773 wip: desktop sidebar icon updates 2025-12-12 09:44:04 +00:00
David Hill fbcc5792b1 fix: make the logo on the home screen non-selectable 2025-12-12 09:43:41 +00:00
Brendan Allan aab6900341 tauri: create window with full screen size 2025-12-12 17:04:00 +08:00
Github Action b63e364308 Update Nix flake.lock and hashes 2025-12-12 09:00:19 +00:00
GitHub Action f16dbfdf4f chore: format code 2025-12-12 08:59:18 +00:00
Brendan Allan 0a885c5350 tauri: initialise store and window-state plugins 2025-12-12 16:58:37 +08:00
Viktor Forsman 5916178fce fix: debug lsp diagnostics cmd for certain lsps (#5420) 2025-12-11 23:20:38 -06:00
Frank e7b79080f2 Zen: sync 2025-12-11 23:41:04 -05:00
Rhys Sullivan 58d2608447 [feat]: show indicator for in progress chats in the sessions list (#5417) 2025-12-11 21:57:03 -05:00
Sachnun 296381fe57 fix(tui): restore input on timeline revert and show newest first (#5366) 2025-12-11 20:07:31 -06:00
GitHub Action 125baa3ba9 chore: format code 2025-12-12 02:06:49 +00:00
Sachnun 0088c52b26 fix(server): make time field optional in session update validator (#5372) 2025-12-11 20:06:15 -06:00
xu0o0 859238ef41 acp: replay conversation history in session/load (#5385) 2025-12-11 20:02:06 -06:00
opencode-agent[bot] 78b3e52297 Removed cache mention from webfetch prompt. (#5412)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2025-12-11 19:53:39 -06:00
Zeno Jiricek 4d27a955ed docs: Add opencode-md-table-formatter and plugin template (#5405) 2025-12-11 17:02:49 -06:00
Koichi Nakayamada 8c010cacb9 fix(tui): ensure fatal error UI is readable in light mode (#5387) 2025-12-11 16:39:27 -06:00
Koichi Nakayamada f6179ba902 fix: add fg color to some TUI text elements for light mode visibility (#5378) 2025-12-11 16:29:34 -06:00
Adán 9cfeefcc6e fix: Windows LSP URIs using backslashes (Biome initialization failure) (#5317) 2025-12-11 16:28:39 -06:00
Aiden Cline ce4aad9b5c tweak: setting chat_template_args in transform 2025-12-11 16:22:10 -06:00
Aiden Cline 5d103fe75a tweak(tui): better error msg rendering 2025-12-11 16:22:10 -06:00
Dax Raad f655b89ea8 console: fix download route async handling 2025-12-11 16:55:23 -05:00
Dax Raad 641fda8a1e console: fix download links to use dynamic GitHub release version 2025-12-11 16:49:15 -05:00
Adam 083dfbe52d fix: avatar colors 2025-12-11 15:39:41 -06:00
GitHub Action a3f6a442c0 chore: format code 2025-12-11 21:34:17 +00:00
Jay V 4553c05399 docs: lander copy 2025-12-11 16:26:42 -05:00
Adam 108264576f fix: free model logic 2025-12-11 15:24:32 -06:00
Dax Raad d9d51df89d core: fix missing Flag import in session prompt 2025-12-11 16:18:04 -05:00
Dax Raad e6ea3b0a56 core: add client identification to user agent and request headers for better tracking 2025-12-11 16:18:04 -05:00
Adam 808483b797 fix: toast colors 2025-12-11 15:16:44 -06:00
Aiden Cline e91b00c541 tweak: bash tool, try to prevent the cd spam 2025-12-11 14:58:46 -06:00
Adam f9d40525e8 fix: remove settings button 2025-12-11 14:55:41 -06:00
Adam 8935abe0c5 fix: message nav popover placement 2025-12-11 14:52:06 -06:00
Aiden Cline 218bd3188e tweak: bash tool deny msg 2025-12-11 14:46:58 -06:00
Adam d3366e0719 fix: no loading state in message nav 2025-12-11 14:46:32 -06:00
Adam 33943d800f fix: message order ascending 2025-12-11 14:46:32 -06:00
Jorgen Henriksen 98cb5169c6 add experimental.chat.messages.transform hook (#5207)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-11 14:38:45 -06:00
Sachnun 8cf1c983c9 feat: add caching for opencode binary in GitHub Actions (#5384) 2025-12-11 14:14:37 -06:00