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
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