Commit Graph

4352 Commits

Author SHA1 Message Date
Dax Raad dff2d2f102 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-16 14:21:19 -05:00
Adam 2307bcf714 feat(desktop): show retries 2025-12-16 13:19:32 -06:00
Adam f85010bb04 fix: layout badness 2025-12-16 12:53:12 -06:00
Adam 16dc05ca0e fix: defensive audio init 2025-12-16 12:53:12 -06:00
Adam 057d75ac3a feat(desktop): show write tool output 2025-12-16 12:53:11 -06:00
Adam fb566c1016 chore: cleanup 2025-12-16 12:53:11 -06:00
Dax Raad 9204d72e24 chore: update opencode plugin dependencies and fix tauri sidecar path 2025-12-16 13:52:40 -05:00
Dax Raad ca052fdec3 tui: fix autocomplete file loading and update dependencies 2025-12-16 13:37:22 -05:00
David Hill b9ca267c29 fix: remove the selected state from button when select deselected 2025-12-16 17:41:56 +00:00
David Hill 51a6c41f35 wip: add active state to open select 2025-12-16 17:35:04 +00:00
Fran Zekan 7b3a87c40f fix: enable shell alias expansion in ! command (#5621) 2025-12-16 11:32:31 -06:00
GitHub Action 789f06918d chore: format code 2025-12-16 17:30:08 +00:00
shekohex 03ccad78c1 docs: fix typo in Google Antigravity github link (#5625) 2025-12-16 11:29:31 -06:00
jinzhongjia 62619aa0b4 docs: Add new project entry for opencode.nvim frontend (#5626) 2025-12-16 11:29:06 -06:00
Connor Adams d7fff24097 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-16 11:28:40 -06:00
Aiden Cline 780439d6d2 fix: github install cmd if repo has . in it 2025-12-16 11:19:18 -06:00
David Hill 9b995dffbd fix: breadcrumb dropdown position left aligned 2025-12-16 17:16:51 +00:00
David Hill 1ef3b60eba Revert "wip: make the default container wider"
This reverts commit f7f5c622b3.
2025-12-16 17:16:51 +00:00
Tommy D. Rossi a493a99de1 fix: use system prompt field from prompt input (#5633)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-16 10:52:22 -06:00
David Hill 8560531a95 Merge branch 'dev' of https://github.com/sst/opencode into dev 2025-12-16 16:36:15 +00:00
David Hill f7f5c622b3 wip: make the default container wider 2025-12-16 16:35:57 +00:00
Brendan Allan 62ab2b0c91 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-16 23:34:44 +08:00
Simon D'Morias 26a71d29aa fix: preserve argument boundaries in run command (#4979) 2025-12-16 06:21:51 -06:00
David Hill b2c9c871c0 Revert "fix: strip parentheses from file paths generated by llm"
This reverts commit 96e6fda410.
2025-12-16 12:12:01 +00:00
GitHub Action a8fae6eeb1 chore: format code 2025-12-16 11:51:08 +00:00
David Hill 18822bf1ca Merge branch 'dev' of https://github.com/sst/opencode into dev 2025-12-16 11:50:25 +00:00
David Hill 96e6fda410 fix: strip parentheses from file paths generated by llm 2025-12-16 11:50:23 +00:00
David Hill 74ba72b2a7 fix: font size updates 2025-12-16 11:48:52 +00:00
David Hill dade7f76ae wip: font-size updates 2025-12-16 11:12:08 +00:00
Brendan Allan 0e8e5a6b7c tauri: explicitly kill sidecar before updater relaunch 2025-12-16 19:01:37 +08:00
David Hill 8d8c8f35ce Merge branch 'dev' of https://github.com/sst/opencode into dev 2025-12-16 10:54:51 +00:00
David Hill 8397e3ead6 fix: font size updates 2025-12-16 10:54:50 +00:00
GitHub Action b7b215da44 chore: format code 2025-12-16 10:33:49 +00:00
Brendan Allan ff00dec5ab tauri: macos-only app menu 2025-12-16 18:33:04 +08:00
Aiden Cline 4192e0993f chore: centralize dep to catalog & fix typos 2025-12-15 23:07:55 -06:00
Dax Raad 670f8a0771 tui: fix dialog select items taking up 2 lines when truncated
Prevents text wrapping in dialog select options by removing wrapMode,
ensuring truncated text stays on single line and maintains proper timestamp visibility
2025-12-15 22:57:52 -05:00
Luke Parker 7d98484c51 fix: debounce LSP diagnostics to get complete results (#5600) 2025-12-15 21:26:59 -06:00
DS 3058eb76cf fix: rejoin system prompt if experimental plugin hook triggers to preserve caching (#5550)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-15 20:00:26 -06:00
GitHub Action de0ef0b397 chore: format code 2025-12-16 01:16:20 +00:00
opencode 3a68d7ace3 release: v1.0.162
Update Nix Hashes / update (push) Has been cancelled
2025-12-16 00:40:27 +00:00
GitHub Action 16682362ef chore: format code 2025-12-16 00:36:01 +00:00
Dax Raad f5eda26794 tui: update dialog context and server to use new single dialog system 2025-12-15 19:35:19 -05:00
Dax Raad 0fd9b364f9 tui: refactor dialog system to use single active dialog instead of stack 2025-12-15 19:35:18 -05:00
opencode 72b904a6d5 release: v1.0.161
Update Nix Hashes / update (push) Has been cancelled
2025-12-16 00:17:15 +00:00
Adam 370bb4960e fix: undefined events 2025-12-15 18:13:11 -06:00
opencode-agent[bot] c10d1a13b5 docs: models --refresh flag in cli.mdx (#5596)
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-15 18:04:47 -06:00
Luke Parker 2e85975124 fix(win32): Normalise LSP paths on windows (fixes lua) (#5597) 2025-12-15 18:01:03 -06:00
Aiden Cline 8ddb0fcd82 tweak: add .catch for extractZip calls 2025-12-15 17:41:28 -06:00
GitHub Action 5859b4af68 chore: format code 2025-12-15 23:30:06 +00:00
Luke Parker b44ff619fb fix(win32): Missing LSP can now unzip on windows (#5594) 2025-12-15 17:29:30 -06:00