Commit Graph

5821 Commits

Author SHA1 Message Date
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 4671824dd5 fix: small bug w/ install script 2025-12-16 00:20:05 -06:00
Aiden Cline 4192e0993f chore: centralize dep to catalog & fix typos 2025-12-15 23:07:55 -06:00
Aiden Cline e8c87fccdf ci: Update issue assignment and labeling guidelines
Clarified assignment responsibilities and labeling for issues related to OpenCode tools.
2025-12-15 22:11:30 -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
Lucas Duailibe a0770c1214 make install script use tmp dir (#5601) 2025-12-15 19:58:07 -06:00
Aiden Cline 23bf0e700b ci: cheaper model 2025-12-15 19:24:30 -06:00
Aiden Cline 34904d15cf ci: ignore 2025-12-15 19:18:39 -06:00
GitHub Action de0ef0b397 chore: format code 2025-12-16 01:16:20 +00:00
Aiden Cline adc747d21c ci: auto triage issues 2025-12-15 19:15:40 -06:00
opencode 3a68d7ace3 release: v1.0.162
Update Nix Hashes / update (push) Has been cancelled
v1.0.162
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
v1.0.161
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
opencode c50c1e78a1 release: v1.0.160
Update Nix Hashes / update (push) Has been cancelled
v1.0.160
2025-12-15 23:26:00 +00:00
Dax Raad 217437d6ee tui: fix dialog replacement to prevent nested dialogs from showing simultaneously 2025-12-15 18:21:54 -05:00
Dax Raad 99d44e7635 tui: fix model selection dialog to properly replace current dialog instead of creating nested dialogs 2025-12-15 18:14:33 -05:00
Luke Parker 93b87e3d73 fix(win32): correct ElixirLS extension typo (#5590) 2025-12-15 16:47:27 -06:00
GitHub Action d9b2726cf8 chore: format code 2025-12-15 22:40:18 +00:00
Luke Parker 38b2e646b2 fix(win32): use path.delimiter for PATH separator in LSP server lookups (#5589) 2025-12-15 16:39:42 -06:00
opencode d75b69846c release: v1.0.159
Update Nix Hashes / update (push) Has been cancelled
v1.0.159
2025-12-15 22:19:08 +00:00
Dax Raad c85c066886 fix dialog root complexity 2025-12-15 17:13:20 -05:00
Luke Parker 0cda6742de fix(windows): opencode github install (#5587) 2025-12-15 16:12:54 -06:00
Ariane Emory 915fded8a1 fix: restore ability to bind keys for model_cycle_favorite model_cycle_favorite_reverse (resolves #5198) (#5202) 2025-12-15 16:03:50 -06:00
opencode-agent[bot] 4f5a5d4b41 docs: enabled_providers docs section (#5586)
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-15 16:01:35 -06:00
Adam 5307919020 fix: multiline user input 2025-12-15 15:22:39 -06:00
Adam c1193b2996 fix: keybinds for agent and model selection 2025-12-15 15:19:19 -06:00
Adam 9be03220e6 fix: landing page CLS hero jump down 2025-12-15 15:10:48 -06:00
Adam 9f35ca3df5 fix: session nav on homepage 2025-12-15 15:10:17 -06:00
Adam 425298ef40 fix: default steps expanded unless done 2025-12-15 15:03:00 -06:00
Adam fc3be06aec fix: landing page CLS hero jump down 2025-12-15 14:59:24 -06:00
Aiden Cline 364cfe2993 tweak: add model flag support for agent create command 2025-12-15 14:55:59 -06:00
Jay V bec1128e68 docs: make project names clickable links in ecosystem documentation 2025-12-15 15:44:46 -05:00