Commit 6fe942f
authored
Release v0.18.0 - Compact mobile UI, tool expansion controls, smoother streaming, session fixes and Winget automation (#568)
## Thanks for contributions
- [@shantur](https://github.com/shantur):
[#535](#535),
[#556](#556),
[#557](#557),
[#562](#562),
[#563](#563),
[#564](#564),
[#565](#565),
[#567](#567)
- [@pascalandr](https://github.com/pascalandr):
[#533](#533),
[#551](#551)
- [@JDis03](https://github.com/JDis03):
[#484](#484),
[#536](#536)
- [@aayurt](https://github.com/aayurt):
[#552](#552)
## Highlights
- **Compact mode is much better on mobile**: The message UI has been
redesigned for compact layouts, with cleaner controls and a denser
conversation view that works better on smaller screens.
- **Tool output is easier to control**: New tool-level expansion
settings let you choose how much tool-call detail you want to see,
making busy sessions easier to scan.
- **Streaming output feels steadier**: Bash output, tool output, and
assistant responses now stay pinned more reliably while streaming,
reducing jumps and missed updates.
- **Project sessions are scoped more accurately**: Session lists now
respect the active project more consistently, so switching projects is
less likely to show unrelated sessions.
- **Tab closing is more dependable**: Closing tabs has been tightened up
to avoid cases where the wrong tab behavior could interrupt your
workflow.
## What’s Improved
- **Cleaner compact conversation layout**: Message blocks, message
sections, tool calls, permissions, questions, todos, and task output
have all been polished for a more readable compact experience.
- **More useful tool-call presentation**: Tool calls now have a stronger
registry-backed rendering path, clearer titles, improved status display,
and better per-tool output handling.
- **Better follow behavior near the bottom of sessions**: The session
view now tracks bottom-follow intent more carefully, helping the app
stay with new output when you expect it to.
- **Smoother live session creation**: Session-created events from the
live event stream are now handled directly, so new sessions appear more
reliably without manual refreshes.
- **Improved permission denial feedback**: Denied permissions now
produce simpler, less noisy feedback in the conversation.
## Fixes
- **More reliable autoscroll during long responses**: Hold-mode
assistant autoscroll, message-part tool output autoscroll, and streaming
bash output pinning were stabilized.
- **Less duplicated streaming text**: SSE part deltas are throttled and
buffered more carefully to prevent stale delta text from being
duplicated in streamed messages.
- **Better session list isolation**: Project session list requests are
now scoped so sessions from one project do not bleed into another
project’s list.
- **More stable tab management**: A tab close bug was fixed to make
multi-session navigation safer.
- **Release pipeline reliability**: Winget release automation is now
wired into the release workflow so Windows package updates can be
published more consistently.
## Docs
- **New contributor guide**: A `CONTRIBUTING.md` guide was added to help
new contributors set up the project and understand the development
workflow.
- **Winget release docs updated**: Supporting documentation for Winget
release automation was refreshed.
### Contributors
- [@shantur](https://github.com/shantur)
- [@pascalandr](https://github.com/pascalandr)
- [@JDis03](https://github.com/JDis03)
- [@aayurt](https://github.com/aayurt)
**Full Changelog**:
[v0.17.0...v0.18.0](v0.17.0...v0.18.0)
## Merged Pull Requests
### [@shantur](https://github.com/shantur)
- PR [#535](#535)
“fix(ui): simplify permission denial feedback”
- PR [#556](#556)
“fix(ui): keep streaming bash output pinned”
- PR [#557](#557) “WIP:
Compact mode message UI redesign”
- PR [#562](#562)
“fix(ui): handle session created SSE events”
- PR [#563](#563)
“feat(ui): Add tool level expansion settings.”
- PR [#564](#564)
“Improve compact mobile UI controls”
- PR [#565](#565)
“fix(ui): scope project session list requests”
- PR [#567](#567)
“fix(ui): keep message-part tool output auto-scroll synced”
### [@pascalandr](https://github.com/pascalandr)
- PR [#533](#533) “fix:
stabilize hold-mode assistant autoscroll”
- PR [#551](#551) “fix:
wire Winget automation into release pipeline”
### [@JDis03](https://github.com/JDis03)
- PR [#484](#484) “docs:
add CONTRIBUTING.md guide for new contributors”
- PR [#536](#536)
“fix(ui): throttle SSE part deltas and prevent stale delta text
duplication”
### [@aayurt](https://github.com/aayurt)
- PR [#552](#552)
“Bugfix/tab close bug”142 files changed
Lines changed: 5695 additions & 3001 deletions
File tree
- .github/workflows
- docs/guides
- packages
- electron-app
- opencode-plugin
- server
- tauri-app
- src-tauri
- ui
- src
- components
- instance
- session
- settings
- tool-call
- renderers
- lib
- i18n/messages
- de
- en
- es
- fr
- he
- ja
- ne
- ru
- zh-Hans
- stores
- message-v2
- styles
- components
- messaging
- tool-call
- panels
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
100 | 112 | | |
101 | 113 | | |
102 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
7 | 26 | | |
8 | 27 | | |
9 | 28 | | |
10 | 29 | | |
11 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
12 | 77 | | |
13 | 78 | | |
14 | | - | |
| 79 | + | |
| 80 | + | |
15 | 81 | | |
16 | 82 | | |
17 | 83 | | |
| |||
35 | 101 | | |
36 | 102 | | |
37 | 103 | | |
38 | | - | |
39 | | - | |
| 104 | + | |
| 105 | + | |
40 | 106 | | |
41 | 107 | | |
42 | 108 | | |
| |||
79 | 145 | | |
80 | 146 | | |
81 | 147 | | |
82 | | - | |
| 148 | + | |
83 | 149 | | |
84 | 150 | | |
85 | 151 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| 43 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments