Commit graph

464 commits

Author SHA1 Message Date
Dax
96bdeb3c7b
OpenTUI is here (#2685) 2025-10-31 15:07:36 -04:00
oribi
2d5df3ad76
fix: agent model selection priority issue (#3572) 2025-10-30 09:32:39 -05:00
Aiden Cline
aca32eaa1c fix: tui not showing some errors 2025-10-30 01:41:28 -05:00
Khang Ha (Kelvin)
4b5e447961
Fix "bufio.Scanner token too long" error by replacing Scanner with Reader in SSE (#3531) 2025-10-30 01:04:06 -05:00
ElecTwix
d983b9485d
fix: add doom loop detection (#3445)
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-30 00:13:18 -05:00
kcrommett
7216a8c86d
fix: editor paste functionality for text attachments (#3489) 2025-10-27 17:51:33 -05:00
geril07
c2ef930d2a
add option to allow agent switches to not change model (#3356) 2025-10-22 17:51:46 -05:00
Affaan Mustafa
8db5951287
feat: Improve editor detection with auto-discovery and better error messages (#3155)
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
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-10-21 20:49:42 -05:00
Squibid
95d413bec6
theme: add mellow theme (#3198) 2025-10-19 22:34:04 -05:00
Joscha Götzer
1cb5a70382
feat(theme): Add Night Owl theme (#3269) 2025-10-19 22:30:04 -05:00
Walter
6adc16ca8a
fix(tui): Allow modals to handle ESC key before force closing (#3279) 2025-10-19 22:16:54 -05:00
Adam
3c282c3c37
fix(tui): suggestions gap on home page 2025-10-08 06:56:18 -05:00
Aiden Cline
fe45a76c55
fix: adjust model dialog to handle same model id but different names (#2881)
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-09-30 11:43:57 -05:00
Aiden Cline
c398485213
fix: tui stuck saying generating... even when it is done (#2872)
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
2025-09-29 23:55:47 -05:00
Adam
05e6c3d8a0
fix(tui): cursor position 2025-09-26 06:13:23 -05:00
Dax Raad
5c67bebf86 tui: fix cursor position offset in home screen 2025-09-26 05:46:16 -04:00
Dax Raad
55d154d4ac tui: fix opencode logo spacing in home view 2025-09-26 01:40:32 -04:00
Dax Raad
7ec3900208 core: enable reasoning.encrypted_content and reasoningSummary for opencode provider\ntui: adjust editorY position calculation 2025-09-26 01:27:53 -04:00
David Hill
8f135d13e3 Update opencode logo 2025-09-25 23:22:50 +01:00
Dax Raad
38ea0fc051 turn back on compaction summaries 2025-09-20 18:52:30 -04:00
Adam
2460108223
fix: remove grok msg 2025-09-19 09:59:47 -05:00
Timo Clasen
16f9edc1a0
fix(TUI): display correct branch name in git worktree (#2626) 2025-09-17 09:46:18 -05:00
Dax Raad
78d6b3a963 fix crash when todo content is empty fixes #2622 2025-09-16 04:28:35 -04:00
Aiden Cline
89d820b1c4
fix: visual token bug (#2603) 2025-09-14 21:23:52 -05:00
Aiden Cline
3752bb9717
fix: token counting visual bug (#2587) 2025-09-13 19:46:24 -05:00
Chris Covington
53f1f16122
feat: Add an experimental option to disable paste summaries (#2552)
Co-authored-by: rekram1-node <aidenpcline@gmail.com>
2025-09-11 14:21:08 -05:00
Aiden Cline
4614e4983e
fix: command being passed as arg when no args present (#2553) 2025-09-11 13:03:12 -05:00
Dax Raad
aa9ebe5d7c ignore: compacting
Some checks are pending
deploy / deploy (push) Waiting to run
Format / format (push) Waiting to run
2025-09-11 02:31:28 -04:00
Dax Raad
4c94753eda compaction improvements 2025-09-11 02:22:51 -04:00
Dax Raad
38e8c42cf0 ci: format 2025-09-09 23:44:04 -04:00
Aiden Cline
4d481dea7e
fix: dont paste collapse if in bash mode (#2482) 2025-09-07 20:24:49 -05:00
Aiden Cline
a97612287f
fix: file fuzzy search (#2409) 2025-09-03 23:20:16 -05:00
Aiden Cline
26f75d4e68
fix: tui attachment bound (#2361) 2025-09-01 16:33:36 -05:00
Dax
f993541e0b
Refactor to support multiple instances inside single opencode process (#2360)
This release has a bunch of minor breaking changes if you are using opencode plugins or sdk

1. storage events have been removed (we might bring this back but had some issues)
2. concept of `app` is gone - there is a new concept called `project` and endpoints to list projects and get the current project
3. plugin receives `directory` which is cwd and `worktree` which is where the root of the project is if it's a git repo
4. the session.chat function has been renamed to session.prompt in sdk. it no longer requires model to be passed in (model is now an object)
5. every endpoint takes an optional `directory` parameter to operate as though opencode is running in that directory
2025-09-01 17:15:49 -04:00
Aiden Cline
2946898934
fix: ensure command uses currently selected model (#2336)
Some checks are pending
deploy / deploy (push) Waiting to run
2025-08-30 15:41:06 -05:00
Aiden Cline
dac821229e
fix: resolve [pasted lines] when passing paste as arguments for command (#2333)
Some checks are pending
deploy / deploy (push) Waiting to run
2025-08-30 10:56:00 -05:00
Roderik van der Veer
924e84b0de
fix: change command selection to prefer exact matches over fuzzy sear… (#2314) 2025-08-30 09:44:27 -05:00
Aiden Cline
d7a9f343c5
tui: show actual error if command fails (#2296)
Some checks are pending
deploy / deploy (push) Waiting to run
2025-08-28 18:42:55 -05:00
Aiden Cline
37cf262094
fix: tui not showing err toasts (#2290) 2025-08-28 10:55:47 -05:00
spoons-and-mirrors
6233251fc0
fix: shimmer cpu cost (#2084) 2025-08-27 06:18:26 -05:00
Frank
e73a7c23d0 Revert "fix(tui): too early"
This reverts commit 564418f1ff.
2025-08-26 16:13:16 -04:00
adamdotdevin
564418f1ff
fix(tui): too early 2025-08-25 12:04:49 -05:00
adamdotdevin
34982b5d18 fix(tui): wording 2025-08-25 16:38:25 +00:00
adamdotdevin
836c2060c7
fix(tui): sort custom commands lower 2025-08-25 11:32:15 -05:00
adamdotdevin
6357136ca5
fix(tui): sort custom commands lower 2025-08-25 11:29:56 -05:00
adamdotdevin
0a0b363587
feat(tui): grok free 2025-08-25 11:27:58 -05:00
adamdotdevin
f1684c9e15
fix(tui): fix logo color
Some checks are pending
deploy / deploy (push) Waiting to run
2025-08-25 10:08:52 -05:00
Aiden Cline
cc66e06101
fix: command model selection (#2219) 2025-08-24 12:06:48 -05:00
Dax
133fe41cd5
slash commands (#2157)
Co-authored-by: adamdotdevin <2363879+adamdottv@users.noreply.github.com>
2025-08-22 17:04:28 -04:00
Aiden Cline
574be9febf
fix: keybind panic (#2092) 2025-08-19 22:39:59 -05:00