Commit Graph

4387 Commits

Author SHA1 Message Date
GitHub Action dce9cd031f chore: format code 2025-12-17 14:52:05 +00:00
Brendan Allan 5a9be9e7cb tauri: only alert on update failure when triggered manually 2025-12-17 22:51:14 +08:00
Brendan Allan a2d3ff42e2 tauri: dev icons + separate prod config (#5691)
Co-authored-by: GitHub Action <action@github.com>
2025-12-17 22:23:03 +08:00
Adam 822a0f7e00 fix: command shortcuts 2025-12-17 07:36:53 -06:00
Amadeus Demarzi 1d4b48b425 Diffs Performance Improvements (#5653)
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-12-17 07:33:46 -06:00
David Hill 739754aa9d wip: auto-detect OS and show desktop download button 2025-12-17 11:43:04 +00:00
David Hill 205ff6bdfd fix: website cta button 2025-12-17 11:21:57 +00:00
Adam cbea48188c chore: cleanup 2025-12-17 03:58:16 -06:00
Adam b434331e4a feat(desktop): share sessions 2025-12-17 03:47:49 -06:00
Adam faf63918dd feat(desktop): lsp diagnostics displayed 2025-12-17 03:47:48 -06:00
GitHub Action 18574e90e0 chore: format code 2025-12-17 08:40:22 +00:00
Sebastian Herrlinger 735d7df5fb upgrade opentui to v0.1.61 2025-12-17 09:38:04 +01:00
Jeon Suyeol e1513efcbf Add availability to disable terminal title using OPENCODE_DISABLE_TERMINAL_TITLE env (#5661) 2025-12-16 23:57:03 -06:00
GitHub Action ffef4d2337 chore: format code 2025-12-17 01:28:42 +00:00
Spoon e9484d7368 plugin(hook): add task tool execution hooks and command context tracking (#5642) 2025-12-16 19:28:09 -06:00
Matt Silverlock 1e0e9549ce github: add configurable mentions input (#5655) 2025-12-16 19:14:50 -06:00
Adam 397638735c tui: increase session width to accommodate longer code blocks and improve readability 2025-12-16 17:31:26 -06:00
David Hill c1591b1a5c fix: load more button 2025-12-16 23:23:18 +00:00
GitHub Action b655fda50f chore: format code 2025-12-16 22:07:10 +00:00
Adam 3892173311 fix(share): content wasn't centered 2025-12-16 16:06:28 -06:00
opencode 895625c3f5 release: v1.0.164
Update Nix Hashes / update (push) Has been cancelled
2025-12-16 21:47:41 +00:00
Adam a83380b461 fix(desktop): prompt history nav 2025-12-16 15:42:35 -06:00
Aiden Cline 603f2cd47f fix: user invoked subtasks causing tool_use or missing thinking signa… (#5650) 2025-12-16 15:42:21 -06:00
Adam 32eada454c fix(desktop): auto-scroll 2025-12-16 15:32:14 -06:00
Adam 999060cc3c fix(desktop): focus prompt input after dialog close 2025-12-16 15:25:00 -06:00
Adam 1e89f27a85 fix(desktop): prompt history navigation 2025-12-16 15:10:44 -06:00
Adam 436c9368fd fix: auto-scroll 2025-12-16 15:10:43 -06:00
Adam ae59a13a97 fix: working logic 2025-12-16 15:10:43 -06:00
Adam 06ce09a3e8 fix: prompt input multi line input 2025-12-16 15:10:43 -06:00
Adam ca16f99f6e fix: defensive audio init 2025-12-16 15:10:43 -06:00
Eric Guo 8042729a81 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-16 14:50:33 -06:00
matvey 47459c2816 feat: add experimental oxfmt formatter (#5620) 2025-12-16 14:43:14 -06:00
Aiden Cline ece7816a60 fix: git branch filewatcher, add flag to completely disable watcher
publish-github-action / publish (push) Has been cancelled
Update Nix Hashes / update (push) Has been cancelled
2025-12-16 14:31:09 -06:00
Dax Raad 254a5e07fd core: update plugin dependency and config loading for .opencode directory support 2025-12-16 15:06:50 -05:00
Dax Raad bd3580f627 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-16 14:45:03 -05:00
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