Commit Graph

5660 Commits (200ea62f56da4c9deddc8c8167910a85d33d5e64)
 

Author SHA1 Message Date
Aiden Cline 200ea62f56 fix: small bug w/ install script 2025-12-26 14:33:50 -06:00
Aiden Cline 158f68070f chore: centralize dep to catalog & fix typos 2025-12-26 14:33:49 -06:00
Aiden Cline aea35df988 ci: Update issue assignment and labeling guidelines
Clarified assignment responsibilities and labeling for issues related to OpenCode tools.
2025-12-26 14:33:49 -06:00
Dax Raad 73b44d198e 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-26 14:33:49 -06:00
Luke Parker 3b75ffdc41 fix: debounce LSP diagnostics to get complete results (#5600) 2025-12-26 14:33:48 -06:00
DS bf8210d750 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-26 14:33:48 -06:00
Lucas Duailibe 033212c201 make install script use tmp dir (#5601) 2025-12-26 14:33:48 -06:00
Aiden Cline dc5df2cd10 ci: cheaper model 2025-12-26 14:33:48 -06:00
Aiden Cline ca2f281a30 ci: ignore 2025-12-26 14:33:48 -06:00
GitHub Action 85ba9b7831 chore: format code 2025-12-26 14:33:48 -06:00
Aiden Cline 1f3129fe96 ci: auto triage issues 2025-12-26 14:33:48 -06:00
opencode b0c241a59f release: v1.0.162 2025-12-26 14:33:47 -06:00
GitHub Action 780e32bc2b chore: format code 2025-12-26 14:33:47 -06:00
Dax Raad 133e0983d6 tui: update dialog context and server to use new single dialog system 2025-12-26 14:33:47 -06:00
Dax Raad 1f24cccd66 tui: refactor dialog system to use single active dialog instead of stack 2025-12-26 14:33:47 -06:00
opencode 3774fafb26 release: v1.0.161 2025-12-26 14:33:46 -06:00
Adam c0842ec113 fix: undefined events 2025-12-26 14:33:46 -06:00
opencode-agent[bot] 2560cba9ef 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-26 14:33:46 -06:00
Luke Parker 9b470429de fix(win32): Normalise LSP paths on windows (fixes lua) (#5597) 2025-12-26 14:33:46 -06:00
Aiden Cline e8dba6264f tweak: add .catch for extractZip calls 2025-12-26 14:33:46 -06:00
GitHub Action bb47a1e0f8 chore: format code 2025-12-26 14:33:45 -06:00
Luke Parker 7e9f77117f fix(win32): Missing LSP can now unzip on windows (#5594) 2025-12-26 14:33:45 -06:00
opencode ca7ac43cff release: v1.0.160 2025-12-26 14:33:45 -06:00
Dax Raad 471ec0350c tui: fix dialog replacement to prevent nested dialogs from showing simultaneously 2025-12-26 14:33:44 -06:00
Dax Raad 90077b6dd0 tui: fix model selection dialog to properly replace current dialog instead of creating nested dialogs 2025-12-26 14:33:44 -06:00
Luke Parker 5fc0a55f54 fix(win32): correct ElixirLS extension typo (#5590) 2025-12-26 14:33:44 -06:00
GitHub Action 3ad2a40e89 chore: format code 2025-12-26 14:33:43 -06:00
Luke Parker 59da2e16b2 fix(win32): use path.delimiter for PATH separator in LSP server lookups (#5589) 2025-12-26 14:33:43 -06:00
opencode a9a5cf0a76 release: v1.0.159 2025-12-26 14:33:43 -06:00
Dax Raad e9f899cb9a fix dialog root complexity 2025-12-26 14:33:42 -06:00
Luke Parker 8b976833a3 fix(windows): opencode github install (#5587) 2025-12-26 14:33:42 -06:00
Ariane Emory fc5493e8bd fix: restore ability to bind keys for model_cycle_favorite model_cycle_favorite_reverse (resolves #5198) (#5202) 2025-12-26 14:33:42 -06:00
opencode-agent[bot] ecef4d2a92 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-26 14:33:42 -06:00
Adam 2771367dc4 fix: multiline user input 2025-12-26 14:33:42 -06:00
Adam e0ca160360 fix: keybinds for agent and model selection 2025-12-26 14:33:42 -06:00
Adam 94d6c1bc92 fix: landing page CLS hero jump down 2025-12-26 14:33:41 -06:00
Adam f58c96fea5 fix: session nav on homepage 2025-12-26 14:33:41 -06:00
Adam f4336b504a fix: default steps expanded unless done 2025-12-26 14:33:41 -06:00
Adam acd2d77e47 fix: landing page CLS hero jump down 2025-12-26 14:33:41 -06:00
Aiden Cline c0aaba9f65 tweak: add model flag support for agent create command 2025-12-26 14:33:41 -06:00
Jay V 58a37e72e7 docs: make project names clickable links in ecosystem documentation 2025-12-26 14:33:41 -06:00
Adam 589cdc40e3 fix: missing event type (global) 2025-12-26 14:33:41 -06:00
Ariane Emory b77826f3c5 fix: record shell mode in history (resolves #5454) (#5551) 2025-12-26 14:33:40 -06:00
GitHub Action 46b04f1163 chore: format code 2025-12-26 14:33:40 -06:00
Aiden Cline 31ddd0798a add ability to set topK 2025-12-26 14:33:40 -06:00
opencode 813c330c47 release: v1.0.158 2025-12-26 14:33:40 -06:00
Adam 6205f0bde0 fix: modal search 2025-12-26 14:33:40 -06:00
justfortheloveof c28709827f tweak: prioritize fuzzysort results that start with user input (#5571) 2025-12-26 14:33:40 -06:00
Adam ce7f4c0e6e fix: allow for non-vcs projects in desktop 2025-12-26 14:33:40 -06:00
GitHub Action 362502cf6f chore: format code 2025-12-26 14:33:39 -06:00