summaryrefslogtreecommitdiffhomepage
path: root/packages/tui
AgeCommit message (Collapse)Author
2025-11-02DELETE GO BUBBLETEA CRAP HOORAYDax Raad
2025-10-31OpenTUI is here (#2685)Dax
2025-10-30fix: agent model selection priority issue (#3572)oribi
2025-10-30fix: tui not showing some errorsAiden Cline
2025-10-30Fix "bufio.Scanner token too long" error by replacing Scanner with Reader in ↵Khang Ha (Kelvin)
SSE (#3531)
2025-10-30fix: add doom loop detection (#3445)ElecTwix
Co-authored-by: Aiden Cline <[email protected]>
2025-10-27fix: editor paste functionality for text attachments (#3489)kcrommett
2025-10-22add option to allow agent switches to not change model (#3356)geril07
2025-10-21feat: Improve editor detection with auto-discovery and better error messages ↵Affaan Mustafa
(#3155) Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-10-19theme: add mellow theme (#3198)Squibid
2025-10-19feat(theme): Add Night Owl theme (#3269)Joscha Götzer
2025-10-19fix(tui): Allow modals to handle ESC key before force closing (#3279)Walter
2025-10-08fix(tui): suggestions gap on home pageAdam
2025-09-30fix: adjust model dialog to handle same model id but different names (#2881)Aiden Cline
2025-09-29fix: tui stuck saying generating... even when it is done (#2872)Aiden Cline
2025-09-28ignore: go mod tidy (#2851)Aiden Cline
2025-09-26fix(tui): cursor positionAdam
2025-09-26tui: fix cursor position offset in home screenDax Raad
2025-09-26tui: fix opencode logo spacing in home viewDax Raad
2025-09-26core: enable reasoning.encrypted_content and reasoningSummary for opencode ↵Dax Raad
provider\ntui: adjust editorY position calculation
2025-09-25Update opencode logoDavid Hill
2025-09-20turn back on compaction summariesDax Raad
2025-09-19fix: remove grok msgAdam
2025-09-17fix(TUI): display correct branch name in git worktree (#2626)Timo Clasen
2025-09-16fix crash when todo content is empty fixes #2622Dax Raad
2025-09-14fix: visual token bug (#2603)Aiden Cline
2025-09-13fix: token counting visual bug (#2587)Aiden Cline
2025-09-11feat: Add an experimental option to disable paste summaries (#2552)Chris Covington
Co-authored-by: rekram1-node <[email protected]>
2025-09-11fix: command being passed as arg when no args present (#2553)Aiden Cline
2025-09-11ignore: compactingDax Raad
2025-09-11compaction improvementsDax Raad
2025-09-09ci: formatDax Raad
2025-09-07fix: dont paste collapse if in bash mode (#2482)Aiden Cline
2025-09-03fix: file fuzzy search (#2409)Aiden Cline
2025-09-01fix: tui attachment bound (#2361)Aiden Cline
2025-09-01Refactor to support multiple instances inside single opencode process (#2360)Dax
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-08-30fix: ensure command uses currently selected model (#2336)Aiden Cline
2025-08-30fix: resolve [pasted lines] when passing paste as arguments for command (#2333)Aiden Cline
2025-08-30fix: change command selection to prefer exact matches over fuzzy sear… (#2314)Roderik van der Veer
2025-08-28tui: show actual error if command fails (#2296)Aiden Cline
2025-08-28fix: tui not showing err toasts (#2290)Aiden Cline
2025-08-27fix: shimmer cpu cost (#2084)spoons-and-mirrors
2025-08-26Revert "fix(tui): too early"Frank
This reverts commit 564418f1ff80fc4d39b864de76f36c8f1eb4fbd4.
2025-08-25fix(tui): too earlyadamdotdevin
2025-08-25fix(tui): wordingadamdotdevin
2025-08-25fix(tui): sort custom commands loweradamdotdevin
2025-08-25fix(tui): sort custom commands loweradamdotdevin
2025-08-25feat(tui): grok freeadamdotdevin
2025-08-25fix(tui): fix logo coloradamdotdevin
2025-08-24fix: command model selection (#2219)Aiden Cline