Commit Graph

5718 Commits (f80e555a587949ae2a0d0dfd08690f2c4711b7a3)
 

Author SHA1 Message Date
Dax Raad f80e555a58 ci: fix release draft configuration to prevent automatic draft flag 2025-12-26 14:34:00 -06:00
GitHub Action 59a618ddcb chore: format code 2025-12-26 14:33:59 -06:00
Adam 1cbc9e252c fix(share): content wasn't centered 2025-12-26 14:33:59 -06:00
opencode 9e98bd3283 release: v1.0.164 2025-12-26 14:33:59 -06:00
Adam 15ca31370d fix(desktop): prompt history nav 2025-12-26 14:33:59 -06:00
Aiden Cline d9a6000a33 fix: user invoked subtasks causing tool_use or missing thinking signa… (#5650) 2025-12-26 14:33:59 -06:00
Adam daaf88b8e4 fix(desktop): auto-scroll 2025-12-26 14:33:59 -06:00
Adam c15b581131 fix(desktop): focus prompt input after dialog close 2025-12-26 14:33:59 -06:00
Adam 67973728ef fix(desktop): prompt history navigation 2025-12-26 14:33:58 -06:00
Adam 3d7bdfc52e fix: auto-scroll 2025-12-26 14:33:58 -06:00
Adam 02c8c2cb67 fix: working logic 2025-12-26 14:33:58 -06:00
Adam 53c386e2e5 fix: prompt input multi line input 2025-12-26 14:33:58 -06:00
Adam 196ce5af40 fix: defensive audio init 2025-12-26 14:33:58 -06:00
Eric Guo 299e88b9cf feat(desktop): Loading more session number per project by button (#5616)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-26 14:33:58 -06:00
matvey 0302b8317b feat: add experimental oxfmt formatter (#5620) 2025-12-26 14:33:57 -06:00
Aiden Cline cc7fa6af83 ci: include desktop & tauri in release notes 2025-12-26 14:33:57 -06:00
Aiden Cline 5dd09b13b1 ci: fix branch name 2025-12-26 14:33:57 -06:00
Aiden Cline 77c7b094a8 fix: git branch filewatcher, add flag to completely disable watcher 2025-12-26 14:33:57 -06:00
Aiden Cline 2fdf6e1029 ci: fix triage 2025-12-26 14:33:57 -06:00
Aiden Cline c3f1e631a0 ci: auto tag github action once a change is shipped for it 2025-12-26 14:33:57 -06:00
Dax Raad 9c8b670886 core: update plugin dependency and config loading for .opencode directory support 2025-12-26 14:33:57 -06:00
Dax Raad d0cb59c000 core: fix Tauri desktop app SSE connection timeout
- Add heartbeat events to /global/event and /event SSE endpoints
- Send server.heartbeat event every 30s to prevent WKWebView 60s timeout
- Fixes desktop app disconnecting from global events after 1 minute
2025-12-26 14:33:57 -06:00
Dax Raad 9dbbdcc555 fix 2025-12-26 14:33:57 -06:00
Dax Raad 8b3e0422ee ignore: update opencode plugin dependency 2025-12-26 14:33:57 -06:00
Dax Raad 13e26ff18a core: ensure desktop app loads user shell environment variables
Changes shell spawn flags from -l to -il so that ~/.zshrc and
~/.bashrc are sourced when starting the desktop app on macOS
and Linux. This fixes missing PATH and other environment
variables that users expect to be available.
2025-12-26 14:33:57 -06:00
Adam 183cbc1981 feat(desktop): show retries 2025-12-26 14:33:57 -06:00
Adam 25ca8cec4d fix: layout badness 2025-12-26 14:33:56 -06:00
Adam 01261e7f79 fix: defensive audio init 2025-12-26 14:33:56 -06:00
Adam e598524b40 feat(desktop): show write tool output 2025-12-26 14:33:56 -06:00
Adam 582d9b4187 chore: cleanup 2025-12-26 14:33:56 -06:00
Github Action babba4e6db Update Nix flake.lock and hashes 2025-12-26 14:33:56 -06:00
Dax Raad 419db64fc9 chore: update opencode plugin dependencies and fix tauri sidecar path 2025-12-26 14:33:56 -06:00
Dax Raad f386601cbd tui: fix autocomplete file loading and update dependencies 2025-12-26 14:33:55 -06:00
David Hill 12d5a83ba3 fix: remove the selected state from button when select deselected 2025-12-26 14:33:55 -06:00
David Hill cc17c3338e wip: add active state to open select 2025-12-26 14:33:55 -06:00
Fran Zekan 3460e29107 fix: enable shell alias expansion in ! command (#5621) 2025-12-26 14:33:55 -06:00
GitHub Action e11051a29a chore: format code 2025-12-26 14:33:55 -06:00
shekohex debba2ab37 docs: fix typo in Google Antigravity github link (#5625) 2025-12-26 14:33:54 -06:00
jinzhongjia 91b7c3bfa4 docs: Add new project entry for opencode.nvim frontend (#5626) 2025-12-26 14:33:54 -06:00
Connor Adams 8c15365133 docs: add homebrew command for `opencode-desktop` (#5631)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-26 14:33:54 -06:00
Aiden Cline b4db2b1bdd fix: github install cmd if repo has . in it 2025-12-26 14:33:54 -06:00
David Hill 5570b9f05f fix: breadcrumb dropdown position left aligned 2025-12-26 14:33:53 -06:00
David Hill 370aa7b515 Revert "wip: make the default container wider"
This reverts commit 1f18f389c0.
2025-12-26 14:33:53 -06:00
Tommy D. Rossi e8c2e494d0 fix: use system prompt field from prompt input (#5633)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-26 14:33:53 -06:00
GitHub Action 434e12666b chore: format code 2025-12-26 14:33:53 -06:00
Aiden Cline 1de89153d8 ci: tweak triage 2025-12-26 14:33:52 -06:00
Brendan Allan 22192a2e92 Keep release a draft until all builds are finished (#5632)
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: GitHub Action <action@github.com>
2025-12-26 14:33:52 -06:00
David Hill 73b6464998 wip: make the default container wider 2025-12-26 14:33:52 -06:00
Simon D'Morias 3f571c6117 fix: preserve argument boundaries in run command (#4979) 2025-12-26 14:33:51 -06:00
David Hill 4126084dfd Revert "fix: strip parentheses from file paths generated by llm"
This reverts commit 6c1a1a77b7.
2025-12-26 14:33:51 -06:00