362 Commits

Author SHA1 Message Date
spoons-and-mirrors c41ca1f535 Feat: Add F2 Keybind to Cycle Through the 5 Most Recent Models (#1778) 2025-08-11 07:00:32 -05:00
Aiden Cline 21df5bbd20 feat (tui): agents dialog (#1802) 2025-08-11 01:46:38 -04:00
Dax Raad 1cc168f826 show combined output of bash tool progressively 2025-08-11 01:23:00 -04:00
adamdotdevin 80347b1ad4 feat: thinking blocks rendered in tui and share page 2025-08-10 19:25:03 -05:00
spoons-and-mirrors a593e45195 Feat: Add Agent Name in the LLM Response Footer (and re-order it) (#1770) 2025-08-09 20:22:16 -05:00
Dominik Engelhardt 1127a5df43 feat: improve file attachment pasting (#1704) 2025-08-08 20:06:38 -05:00
Dax 9c7361c901 Remove unused OpenTelemetry tracing and fix overlapping highlights (#1738)
Co-authored-by: opencode <noreply@opencode.ai>
2025-08-08 20:20:01 -04:00
Yihui Khuu 45d7b7b28e fix(tui): preserve scroll position when reflowing due to message stream (#1716) 2025-08-08 13:14:09 -05:00
Timo Clasen d089f906a2 fix(TUI): enable general (sub-) agent for @ referencing (#1705) 2025-08-08 05:36:55 -05:00
Dax 77c101d742 Merge agent and mode into one (#1689)
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-07 16:32:12 -04:00
Aiden Cline 12ab0c9048 fix: modal pastes (#1677) 2025-08-07 13:23:58 -05:00
Aiden Cline 3913566e28 fix: text selection bug (#1664) 2025-08-07 05:32:34 -05:00
Aiden Cline 77a4ffd7e0 fix: interface conversion panic (#1655) 2025-08-06 14:02:33 -05:00
Aiden Cline a1a434a627 fix: highlight after text wrap (#1640) 2025-08-06 05:17:35 -05:00
adamdotdevin a05e74f539 feat: better assistant message visual 2025-08-05 19:05:44 -05:00
Aiden Cline 2319c08054 fix: markdown table renders (#1623) 2025-08-05 17:16:35 -05:00
Omar Shaarawi 771f7bbf41 validate file part bounds to prevent panic (#1612) 2025-08-05 05:18:50 -05:00
Min Chun Fu 7acd4fa85d added vesper theme (#1602) 2025-08-04 16:45:00 -05:00
Dax Raad eca7b8fd11 hack to return tool call errors back to model 2025-08-04 12:15:24 -04:00
Dominik Engelhardt 6b58ab0b47 Choose model according to the docs (#1536) 2025-08-02 09:29:03 -05:00
Yihui Khuu 128bafa095 fix(tui): attachment highlighting issues in messages (#1534) 2025-08-02 09:26:44 -05:00
Yihui Khuu 680e611a10 fix(tui): attachment source is not stored when using message from message history (#1542) 2025-08-02 09:23:32 -05:00
Aiden Cline eebd7ed5ff fix: include stderr in bash tool output (#1511) 2025-08-01 19:20:32 -05:00
adamdotdevin 5aa811a6c5 fix: unshare command missing 2025-08-01 09:30:42 -05:00
Dax Raad 701cd937a8 wip: permissions 2025-07-31 16:51:55 -04:00
adamdotdevin b18a96eb67 fix: permission state hangs 2025-07-31 11:36:08 -05:00
Dax Raad ca454c91ca wip: refactor permissions 2025-07-31 12:26:47 -04:00
adamdotdevin 22c1112903 feat: more scriptable tui (api) 2025-07-31 11:24:23 -05:00
neolooong 1d503b1536 fix(editor): handle UTF-8 characters properly in SetValueWithAttachments (#1469) 2025-07-31 10:45:43 -05:00
adamdotdevin 9f429d8dd9 wip: tui permissions 2025-07-31 09:59:17 -05:00
Dax Raad 4a53957e9d release undo/redo 2025-07-30 13:09:18 -04:00
Aiden Cline a33870ea66 fix: attachment highlighting (#1427) 2025-07-30 11:43:34 -05:00
adamdotdevin c3685d1efe feat: show git diff in reverted messages 2025-07-29 13:11:38 -05:00
Andrea Grandi 173da3caaf feat: show current git branch in status bar, and make it responsive (#1339)
Co-authored-by: adamdotdevin <2363879+adamdottv@users.noreply.github.com>
2025-07-29 11:15:04 -05:00
Dax Raad 53ecda4ef1 wip: undo properly remove messages from UI 2025-07-28 22:58:31 -04:00
Dax Raad fa6fad2bac ignore: tweak
publish / publish (push) Has been cancelled
2025-07-28 12:20:37 -04:00
Dax Raad ff611ae792 fix phantom tool call failed messages and empty text parts with some models 2025-07-28 12:19:38 -04:00
Aiden Cline f9d45b7d3b fix: attachment bugs (#1335) 2025-07-27 12:21:31 -05:00
Didier Durand 03e9ee7293 fixing various typos in text. (#1185) 2025-07-25 20:20:01 -04:00
Yihui Khuu 58c47c20a2 fix: header width to display header in one line when sharing disabled (#1310) 2025-07-25 09:32:06 -05:00
Dax Raad 82e28e2717 agents better display when spawning
publish / publish (push) Has been cancelled
2025-07-24 23:08:03 -04:00
Aiden Cline 0463894731 (tui) tweak: add setting for scroll speed (#1288) 2025-07-24 16:34:59 -05:00
Aiden Cline cbffb6baad fix: slog error log serialization (#1276) 2025-07-24 07:19:00 -05:00
danielfyhr c1ce8564d2 add aura theme (#1280) 2025-07-24 07:17:27 -05:00
Dax Raad da84388d6c disable undo/redo for now 2025-07-23 21:02:13 -04:00
Rico Sta. Cruz cd758913cc fix: update max visible height in list tests (#1269) 2025-07-23 20:49:15 -04:00
Dax Raad 1d0162ebae fix header width 2025-07-23 20:48:35 -04:00
Dax Raad cbf56d2cbd wip: fix redoing 2025-07-23 20:42:02 -04:00
Dax 11d236609d basic undo feature (#1268)
Co-authored-by: adamdotdevin <2363879+adamdottv@users.noreply.github.com>
Co-authored-by: Jay V <air@live.ca>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Andrew Joslin <andrew@ajoslin.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Tobias Walle <9933601+tobias-walle@users.noreply.github.com>
2025-07-23 20:30:46 -04:00
Aiden Cline 4caae581b8 tweak: handle pasted attachment references (#1257) 2025-07-23 15:41:17 -05:00