adamdotdevin
4ae74882c0
fix: messages layout instability
2025-08-13 11:43:28 -05:00
spoons-and-mirrors
7ad47bcc01
fix(TUI): unsurfacing subagent from agents modal ( #1873 )
2025-08-12 17:38:35 -04:00
spoons-and-mirrors
8ee6dee6ff
feat: add session rename functionality to TUI modal ( #1821 )
...
Co-authored-by: opencode <noreply@opencode.ai >
Co-authored-by: Dax Raad <d@ironbay.co >
Co-authored-by: Dax <mail@thdxr.com >
2025-08-12 16:22:03 -04:00
spoons-and-mirrors
d5f4f56630
refactor(agent-modal): revamped UI/UX for the agent modal ( #1838 )
...
Co-authored-by: Dax Raad <d@ironbay.co >
Co-authored-by: Dax <mail@thdxr.com >
2025-08-12 16:21:57 -04:00
adamdotdevin
e08d5998da
fix: markdown lists
2025-08-12 13:22:28 -05:00
adamdotdevin
a32ee242ae
fix: word wrapping with hyphens
2025-08-12 13:03:35 -05:00
adamdotdevin
95ced9f6b6
fix: long word and attachment wrapping in editor
2025-08-12 10:34:54 -05:00
adamdotdevin
85487d2f48
fix: vscode extension cursor placement
2025-08-12 08:48:42 -05:00
adamdotdevin
8ee48dd4cd
fix: use real cursor instead of virtual cursor
2025-08-12 07:52:19 -05:00
adamdotdevin
6fb86ab3d1
fix: complete item on space
2025-08-11 18:58:42 -05:00
adamdotdevin
edfae413ca
Revert "feat: improve file attachment pasting ( #1704 )"
...
This reverts commit 1127a5df43 .
2025-08-11 18:37:34 -05:00
Aiden Cline
3dcfcfdebb
feat: add -c and -s args to tui command following run command pattern ( #1835 )
2025-08-11 18:32:09 -05:00
adamdotdevin
0b73c23c7c
fix: collapsed tool calls hidden at times
2025-08-11 13:54:58 -05:00
adamdotdevin
8d39f22200
fix: take up less vertical space
2025-08-11 13:38:39 -05:00
adamdotdevin
0e6cc67ee9
feat: toggle tool details visible
2025-08-11 11:58:46 -05:00
adamdotdevin
32eaf4076c
fix: don't display placeholder on error
2025-08-11 11:58:46 -05:00
adamdotdevin
4e44e6d270
fix: assistant message footer styles
2025-08-11 10:57:18 -05:00
adamdotdevin
224cabd720
fix: assistant message footer styles
2025-08-11 10:52:49 -05:00
adamdotdevin
04b03e8a4e
fix: assistant message footer styles
2025-08-11 10:50:00 -05:00
adamdotdevin
85c33cc5e8
fix: reformat assistant message footer
2025-08-11 09:38:52 -05:00
adamdotdevin
7e72ae534b
feat: placeholder on pending assistant message
2025-08-11 09:29:44 -05:00
adamdotdevin
d1cbf1d9ae
fix: re-render messages on session error
2025-08-11 09:19:45 -05:00
spoons-and-mirrors
437ae99bd4
Fix: Respect agent's preferred model at TUI startup ( #1683 )
...
Co-authored-by: opencode <noreply@opencode.ai >
2025-08-11 08:51:35 -05:00
spoons-and-mirrors
1c8ea078db
Feat: Implement Wrap-Around Navigation for List Selection (for Models and Tools modal) ( #1768 )
2025-08-11 08:47:51 -05:00
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