- Save shell commands to input history and recall them in bash mode by pressing Up on an empty ! prompt to browse previous shell commands
- When large images are compressed, tell the model the original and delivered image details, keep the original image available, and support cropped or full-resolution reads for fine details
- Clear the screen fully when starting a new session via /new, /clear, or a session switch
- Show an up arrow on the web composer send button
- Refresh the web UI icon set and unify the message copy and undo button hover states and tooltips
- Improve compaction handoff summaries for more reliable resumed sessions by keeping the latest intent, key tool results, decisions, open questions, and context to re-check
- Trim redundant and incorrect tooltips in the web UI
- Let the web sidebar collapse an expanded workspace session list back to its first page
- Fix TUI rendering bugs that caused the screen to go blank and the input box to disappear
- Fix the TUI crashing when the terminal is resized to a very narrow width while the input contains CJK or emoji text
- Fix the session search dialog showing a horizontal scrollbar for long session titles or snippets
- Fix web tooltips that could get stuck on screen when their trigger element is removed while open
- Fix the sidebar session row shifting its title and status badges when hovered
- Fix the web UI becoming sluggish after opening many sessions
- Remove duplicate newline-shortcut handling from the prompt editor
- Remove the experimental micro compaction feature and its toggle from the experiments panel
Patch Changes
-
#1304
0fc0ae3- When large images are compressed, tell the model the original and delivered image details. Keep the original image available, and support cropped or full-resolution reads for fine details. -
#1315
b40bb71- Fix TUI rendering bugs that caused the screen to go blank and the input box to disappear. -
#1303
2639786- Fix the TUI crashing when the terminal is resized to a very narrow width while the input contains CJK or emoji text. -
#1315
b40bb71- Clear the screen fully when starting a new session via /new, /clear, or a session switch. -
#1301
c3653a1- Show an up arrow on the web composer send button. -
#1290
3ea84a5- Fix the session search dialog showing a horizontal scrollbar for long session titles or snippets. -
#1316
5322c63- Fix web tooltips that could get stuck on screen when their trigger element is removed while open. -
#1319
e8ab7ca- Fix the sidebar session row shifting its title and status badges when hovered. -
#1293
6a469b3- Refresh the web UI icon set and unify the message copy and undo button hover states and tooltips. -
#1311
b40649b- Remove duplicate newline-shortcut handling from the prompt editor. -
#1317
78a058a- Remove the experimental micro compaction feature and its toggle from the experiments panel. -
#1283
ea55911- Improve compaction handoff summaries for more reliable resumed sessions. They now keep the latest intent, key tool results, decisions, open questions, and context to re-check. -
#1295
77eb3a9- Save shell commands to input history and recall them in bash mode. Press Up on an empty!prompt to browse previous shell commands. -
#1316
5322c63- Trim redundant and incorrect tooltips in the web UI. -
#1320
444e6b1- Fix the web UI becoming sluggish after opening many sessions. -
#1322
5441ad1- Let the web sidebar collapse an expanded workspace session list back to its first page.