Haris Gušić
00d7aed797
fix: prompt submit error with `opencode -c` ( #4496 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-25 16:27:06 -06:00
Dax Raad
eb04cdac41
better overloaded message
2025-11-25 21:10:31 +00:00
Dax Raad
9eabbe2e76
retry anthropic overloaded errors
2025-11-25 15:47:34 -05:00
Aiden Cline
d914a08896
tweak stats command to show avg & median # of tokens per session
2025-11-25 14:14:06 -06:00
Youssef Achy
3366a71155
Theme selector UX (current theme indicator and easier selection) ( #4623 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-25 13:53:01 -06:00
Aiden Cline
4a95db6013
fix: add missing compacted event
2025-11-25 13:47:10 -06:00
Aiden Cline
020ee56f25
fix: dont auto continue if compaction was manual
2025-11-25 12:11:09 -06:00
Tommy D. Rossi
673dbeee09
fix: disable virtual extmarks for file/agent mentions ( #4731 )
2025-11-25 11:37:46 -06:00
Ariane Emory
5288041782
tweak: alphabetical (mostly) opencode models output ( #4725 )
...
Co-authored-by: Dax Raad <d@ironbay.co>
2025-11-25 11:37:05 -06:00
Ariane Emory
4273fa9ccf
fix: merge plugin selections ( resolves #4565 ) ( #4724 )
...
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: GitHub Action <action@github.com>
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-11-25 11:34:21 -06:00
Aiden Cline
0568c943ab
better scroll speed default for windows
2025-11-25 01:16:21 -06:00
Shantur Rathore
b1aaa8570e
prompt_async: Allows to receive prompt and return immediately, start … ( #4664 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-24 23:52:57 -06:00
Aiden Cline
16dbac6026
Revert "config: add setCacheKey in provider options ( #4654 )"
...
This reverts commit 9b6d03c497 .
2025-11-24 22:30:56 -06:00
Shantur Rathore
9b6d03c497
config: add setCacheKey in provider options ( #4654 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-24 22:20:52 -06:00
Dax Raad
69d1381ba3
core: refactor share system to separate session IDs from share IDs
...
- Generate shorter share IDs from session IDs for better URL structure
- Update API routes to use shareID parameter instead of sessionID
- Improve sync mechanism with better data queuing and deduplication
- Maintain backward compatibility while improving security and organization
2025-11-24 22:58:47 -05:00
Dax Raad
ccec8c4792
tui: align session panel content with consistent left padding
2025-11-25 03:08:12 +00:00
Dax Raad
6d630901b6
tui: use standard middle dot separator for better terminal compatibility
2025-11-24 22:00:44 -05:00
Adam
320622fc27
fix(tui): spacing
2025-11-24 20:44:30 -06:00
Dax Raad
fb8ef1f27b
tui: prevent re-fetching already synced sessions when switching sessions
2025-11-24 21:43:11 -05:00
Aiden Cline
23a721f0a2
remove hardcoded openrouter provider
2025-11-24 16:11:12 -06:00
Adam Hosker
dd6113c9d1
Add --refresh flag to models command ( #4707 )
2025-11-24 16:06:51 -06:00
Aiden Cline
9e44085a69
adjust bundled provider logic, fix tree shaking stuff ( #4708 )
2025-11-24 15:48:54 -06:00
Adam
acf1dd8500
wip(share): more styling
2025-11-24 15:10:40 -06:00
Adam
3fb57044d1
wip(share): more styling
2025-11-24 15:10:39 -06:00
Aiden Cline
a9a2c23736
add autoupdate: notify
2025-11-24 14:32:38 -06:00
Sebastian Herrlinger
b6c1df41fb
textarea highlight cursor color
2025-11-24 20:51:07 +01:00
GitHub Action
8167e90801
chore: format code
2025-11-24 18:40:01 +00:00
Sebastian Herrlinger
82ebf66cba
non-corpo loading spinner
2025-11-24 19:39:09 +01:00
Carli Samuele
bcb494d5d1
TUI: fix: add null check for user.time in duration calculation ( #4679 )
2025-11-24 02:06:09 -06:00
Ariane Emory
75c0c0a098
tweak: display MCPs in alphabetic order in the sidebar. ( #4680 )
...
Co-authored-by: Github Action <action@github.com>
2025-11-24 02:02:04 -06:00
Aiden Cline
abdc7b276a
fix: persist light vs dark mode
2025-11-24 01:51:13 -06:00
Aiden Cline
d4f6deb9ef
tweak: modified files sidebar
2025-11-24 01:51:13 -06:00
Aiden Cline
ac1e2bfd49
bump copilot plugin, give better error message for copilot ( #4678 )
2025-11-24 00:40:15 -06:00
Aiden Cline
b9b071c744
fix: fatal: undefined is not an object (evaluating 'color.buffer')
2025-11-23 23:56:15 -06:00
Albert O'Shea
a3a239967f
nix: bundle js dist with bun and patch tree-sitter wasm paths ( #4644 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Github Action <action@github.com>
2025-11-23 22:54:29 -06:00
Huang Qi
b4fd4bb257
fix: add explicit fallback model and prevent direct opencode provider calls ( #4653 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-23 22:51:15 -06:00
Frank
bbc9142fc5
wip: zen
2025-11-23 15:21:47 -05:00
Aiden Cline
7413c2715c
tweak: slight improvements to title gen
2025-11-23 14:04:39 -06:00
Aiden Cline
27ae341684
fix bash tool wsl
2025-11-23 12:29:15 -06:00
Aiden Cline
2509d03f42
tweak: fix bool
2025-11-23 11:43:09 -06:00
Ariane Emory
7d11986a0a
feature: optional selectedListItemText element in themes and luminance-based fallback to solve 4369 ( #4572 )
...
Co-authored-by: knanao <nao.7ken@gmail.com>
Co-authored-by: knanao <k@knanao.com>
2025-11-23 01:51:07 -06:00
Tyler Limbach
35fead2eca
fix: make tui session text respect theme fg ( #4618 ) ( #4620 )
2025-11-23 01:34:31 -06:00
Aiden Cline
30ffcaa667
tweak: start bundling in some ai-sdk packages ( #4649 )
2025-11-23 01:29:20 -06:00
terakael
ba11455786
fix: prevent permission shortcuts when ctrl/meta pressed ( #4631 )
...
Co-authored-by: terakael <terakael@gmail.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-22 23:58:10 -06:00
Dax Raad
768c81cdfd
core: prevent concurrent bun package installs that could cause corruption or conflicts
2025-11-22 17:32:53 -05:00
Dax Raad
bcea8ed593
tui: fix message completion timing and duration display in session view
2025-11-22 17:28:50 -05:00
Ravi Kumar
b92e8510f9
fix: auto upgrade toast message ( #4625 )
...
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: opencode <opencode@sst.dev>
2025-11-22 16:26:46 -06:00
Dax Raad
4c97e2e8bb
reset cache
2025-11-22 14:56:35 -05:00
Goni Zahavy
6afdb5c0e5
tui: added ctrl-z terminal suspension support ( #3983 )
2025-11-22 12:48:23 -06:00
shuv
bdcf864678
proper fix for image attachments ( #4562 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-22 12:47:57 -06:00
Dax Raad
a0831eade1
tui: remove bullet prefix from timestamps in session view for cleaner display
2025-11-22 13:11:08 -05:00
Dax Raad
b52b7c6ded
more flickering fixes
2025-11-22 13:03:44 -05:00
Dax Raad
e03a41144a
tui: keep assistant footer from crashing after compaction
2025-11-22 18:00:54 +00:00
Dax Raad
78a6325b64
improve model footer
2025-11-22 12:54:02 -05:00
Valerio Di Maggio
59742fbfee
Showed end time for agent loop and changed message time to show date if not current day ( #4503 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-22 11:49:50 -06:00
Dax Raad
2938a25ec5
sync
2025-11-22 16:43:47 +00:00
Dax Raad
75c29d4d1c
summary optimizaitons
2025-11-22 11:32:49 -05:00
Dax Raad
87054ee983
fix flickering/layout shift during work
2025-11-22 00:49:35 -05:00
Dax
49408c00e9
enterprise ( #4617 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-11-21 20:41:27 -05:00
Dax Raad
db9e2b1aac
ci: disable automatic config loading during CLI builds to prevent configuration interference
2025-11-21 19:08:51 -05:00
Tommy D. Rossi
1d7a9309d6
feat: lower opacity for thinking summaries ( #4610 )
2025-11-21 17:35:47 -06:00
Dax Raad
f5ac98251e
tui: split revert memo into smaller tracked computations to prevent unnecessary re-evaluations
2025-11-21 18:27:25 -05:00
Dax Raad
d8b60875c4
tui: batch SDK events to reduce render churn and improve responsiveness
...
Intelligently queue events and flush them in 16ms batches. Events processed within 16ms of the last flush are batched together to reduce the number of store updates and re-renders, preventing jank when receiving rapid consecutive events. Events after a 16ms gap are processed immediately to avoid adding latency.
2025-11-21 17:42:02 -05:00
Aiden Cline
adf7df0d5c
tweak: bash tool behavior w/ /bin/zsh
2025-11-21 16:30:00 -06:00
Dax Raad
00f991162f
if finish reason is unknown, continue
2025-11-21 16:51:32 -05:00
Ivan Starkov
b5d0c56b4c
fix: make bash tool respect $SHELL ( #3494 )
...
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-11-21 14:33:04 -06:00
Frank
e34df15ff5
update logic for local and dev providers
2025-11-21 13:31:33 -05:00
Patrick Wolf
416f2964b5
fix: preserve agent context during compaction ( #4556 )
2025-11-21 02:13:10 -06:00
Ian Maurer
e018e16898
fix(cli): ensure clean exit on provider/model errors ( #4223 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-21 02:01:19 -06:00
Aiden Cline
fffe20cbe5
add provider whitelist
2025-11-21 01:24:44 -06:00
geril07
c0d9f21c0f
feat: whitelist/blacklist config options for provider ( #3416 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-21 01:01:30 -06:00
Dax Raad
b59def2e4a
hide gpt5 nano
2025-11-21 00:58:02 -05:00
Dax Raad
d20ef569de
tui: replace text shimmer with animated progress bar during model processing
2025-11-21 00:47:27 -05:00
Dax Raad
ca2b871810
tui: simplify popular providers list to show only top 6 instead of applying provider priority sorting
2025-11-21 00:32:21 -05:00
Dax
23ea8ba1ce
Tui onboarding ( #4569 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-21 00:21:06 -05:00
Zak
c417fec246
tweak: adjust invalid directory error message ( #4567 )
...
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-11-20 22:36:07 -06:00
Aiden Cline
5413b16b57
fix: split not a function error
2025-11-20 22:33:59 -06:00
Spoon
43c021ed80
feat: add field to allow user only messages ( #4554 )
...
Co-authored-by: GitHub Action <action@github.com>
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-11-20 19:13:42 -06:00
Aiden Cline
adbb6037ac
fix: undefined err
2025-11-20 18:43:58 -06:00
Aiden Cline
cf934357c9
fix: make use openrouter ai sdk package to fix interlevened thinking models
2025-11-20 16:32:44 -06:00
Aiden Cline
8ab206b443
tweak: navigate to child session if it is asking for permissions
2025-11-20 15:46:49 -06:00
Aiden Cline
ec5c96e10d
Revert "Image tag fix for real this time ( #4540 )"
...
This reverts commit eb975bb89c .
2025-11-20 14:14:02 -06:00
Aiden Cline
d2a61290b9
Revert "ignore: write todo"
...
This reverts commit 5aa2078852 .
2025-11-20 14:13:56 -06:00
Aiden Cline
cba239bc8f
change default child session cycle keybind to <leader>right, and <leader>left
2025-11-20 14:01:02 -06:00
Aiden Cline
5aa2078852
ignore: write todo
2025-11-20 12:35:34 -06:00
shuv
eb975bb89c
Image tag fix for real this time ( #4540 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-20 12:34:39 -06:00
William Tan
4393cf8dbe
tweak: Prefer VISUAL environment variable over EDITOR per Unix convention ( #4549 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-20 11:27:16 -06:00
cc-bjojac
a9c56b813a
Make the MAX_OUTPUT_LENGTH in bash.ts overridable by OPENCODE_EXPERIMENTAL_BASH_MAX_OUTPUT_LENGTH ( #4497 )
...
Co-authored-by: Björn Jacobs <bjoern.jacobs.ext@bundesanzeiger.de>
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-11-20 10:45:13 -06:00
Haris Gušić
b1b73c9deb
fix: Autocomplete with existing space after trigger ( #4121 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-20 10:37:45 -06:00
processtrader
e7a157ef8f
fix: replace ruby-lsp with rubocop for better LSP performance ( #4543 )
2025-11-20 09:54:47 -06:00
Tommy D. Rossi
b12efb2023
fix: do not print ai sdk warnings ( #4541 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-20 08:42:24 -06:00
Aiden Cline
00b5e9f6ca
chore: rm unused code
2025-11-20 00:10:51 -06:00
Aiden Cline
6b3f424e4d
tweak: let user name export file
2025-11-19 23:58:40 -06:00
Aiden Cline
e7dfeec9c4
fix: make toast wrap
2025-11-19 22:50:27 -06:00
Aiden Cline
97893bd7e6
tweak: make /export go to cwd
2025-11-19 22:45:40 -06:00
Dax Raad
61007a9b94
refactor: switch to Switch/Match pattern for assistant message status rendering
2025-11-19 20:18:15 -05:00
althafdemiandra
468927e06a
chore: bump ai-sdk to v5.0.97 ( #4518 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-19 18:44:33 -06:00
Aiden Cline
51bba6e634
tweak: default to disabling fetch timeout in provider options
2025-11-19 16:20:29 -06:00
Daniel Polito
e1089bc5de
Adding LSP: PHP Intelephense ( #4504 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-19 16:01:18 -06:00
Iljo
4703e859bd
Add YAML language server support ( #4508 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-19 14:47:04 -06:00