summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/internal/components/chat/message.go
AgeCommit message (Collapse)Author
2025-11-02DELETE GO BUBBLETEA CRAP HOORAYDax Raad
2025-10-30fix: add doom loop detection (#3445)ElecTwix
Co-authored-by: Aiden Cline <[email protected]>
2025-09-16fix crash when todo content is empty fixes #2622Dax Raad
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-19fix: keybind panic (#2092)Aiden Cline
2025-08-19fix(TUI): make it less shimmer (#2076)Timo Clasen
2025-08-19fix: add type checking for MCP tool path parameters (#2073)Aiden Cline
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2025-08-18fix(tui): title bg color missing on system themeadamdotdevin
2025-08-18feat: add shimmer text rendering (#2027)Ytzhak
2025-08-15feat(tui): navigate child sessions (subagents)adamdotdevin
2025-08-15feat: better queued visualadamdotdevin
2025-08-15Feat: Render tool metadata after permission rejection. (#1949)Mariano Uvalle
Signed-off-by: jmug <[email protected]>
2025-08-13chore: rename bash -> shelladamdotdevin
2025-08-13fix: messages layout instabilityadamdotdevin
2025-08-12fix: word wrapping with hyphensadamdotdevin
2025-08-11fix: take up less vertical spaceadamdotdevin
2025-08-11fix: assistant message footer stylesadamdotdevin
2025-08-11fix: assistant message footer stylesadamdotdevin
2025-08-11fix: assistant message footer stylesadamdotdevin
2025-08-11fix: reformat assistant message footeradamdotdevin
2025-08-11show combined output of bash tool progressivelyDax Raad
2025-08-10feat: thinking blocks rendered in tui and share pageadamdotdevin
2025-08-09Feat: Add Agent Name in the LLM Response Footer (and re-order it) (#1770)spoons-and-mirrors
2025-08-08Remove unused OpenTelemetry tracing and fix overlapping highlights (#1738)Dax
Co-authored-by: opencode <[email protected]>
2025-08-07Merge agent and mode into one (#1689)Dax
The concept of mode has been deprecated, there is now only the agent field in the config. An agent can be cycled through as your primary agent with <tab> or you can spawn a subagent by @ mentioning it. if you include a description of when to use it, the primary agent will try to automatically use it Full docs here: https://opencode.ai/docs/agents/
2025-08-07fix: text selection bug (#1664)Aiden Cline
2025-08-06fix: interface conversion panic (#1655)Aiden Cline
2025-08-06fix: highlight after text wrap (#1640)Aiden Cline
2025-08-05feat: better assistant message visualadamdotdevin
2025-08-05validate file part bounds to prevent panic (#1612)Omar Shaarawi
2025-08-04hack to return tool call errors back to modelDax Raad
2025-08-02fix(tui): attachment highlighting issues in messages (#1534)Yihui Khuu
2025-08-01fix: include stderr in bash tool output (#1511)Aiden Cline
2025-07-31wip: tui permissionsadamdotdevin
2025-07-30fix: attachment highlighting (#1427)Aiden Cline
2025-07-24agents better display when spawningDax Raad
2025-07-22tweak: cleanup cancelled markdown (#1222)Aiden Cline
2025-07-21feat(tui): paste minimizing (#784)plyght
Co-authored-by: adamdotdevin <[email protected]>
2025-07-19fix bash tool renderingDax Raad
2025-07-19Revert "fix: prevent sparse spacing in hyphenated words (#1102)"Dax Raad
This reverts commit 2b44dbdbf105f1c5d1cd34b7ae86925ff41e4c79.
2025-07-19fix: escape ansi sequences (#1139)Aiden Cline
2025-07-19fix: prevent sparse spacing in hyphenated words (#1102)Tom
2025-07-16feat(tui): layout config to render full widthadamdotdevin
2025-07-16fix(tui): diagnostics renderingadamdotdevin
2025-07-16fix(tui): pending tool call widthadamdotdevin
2025-07-16fix(tui): render attachments in user messages in accent coloradamdotdevin
2025-07-16chore(tui): simplify messages component, remove navigate, add copy last messageadamdotdevin
2025-07-15fix panicDax Raad
2025-07-15bring back task toolDax Raad
2025-07-11tweak: plan interactions should match web (TUI) (#895)Aiden Cline