2026-09-05 15:58:23 +03:00
|
|
|
---
|
|
|
|
|
version: 1.14.1
|
|
|
|
|
date: 2026-07-07
|
2026-09-05 16:45:29 +03:00
|
|
|
title: Recaps and suggested replies in chat
|
2026-09-05 15:58:23 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## App
|
|
|
|
|
|
|
|
|
|
### New
|
2026-09-05 15:58:34 +03:00
|
|
|
- **Chat:** a finished reply can show a short recap and a suggested next message. Each one has its own setting.
|
|
|
|
|
- Settings: a Small Model setting picks the model that writes recaps, suggestions, and other helper text.
|
|
|
|
|
- Voice: read-aloud can summarize long text with the Small Model before speaking it.
|
|
|
|
|
- Chat: the timeline dialog loads older messages when the session history is not fully fetched yet.
|
2026-09-05 15:58:23 +03:00
|
|
|
|
|
|
|
|
### Improvements
|
2026-09-05 15:58:34 +03:00
|
|
|
- Notes/Todos: adding selected chat text to a note summarizes it with the Small Model.
|
|
|
|
|
- Git/GitHub: commit messages and pull-request text are written by the Small Model from settings.
|
|
|
|
|
- Chat: file references with a line range like `src/file.ts:10-20` are clickable (thanks to @Catan).
|
|
|
|
|
- Mobile: the dictation transcript grows the composer the same way typed text does.
|
2026-09-05 15:58:23 +03:00
|
|
|
|
|
|
|
|
### Fixes
|
2026-09-05 15:58:34 +03:00
|
|
|
- Git/Diff: opening a changed file jumps to the first changed line.
|
|
|
|
|
- Mobile: the composer keeps focus when the keyboard opens.
|
|
|
|
|
- Mobile: iOS PWA safe areas, keyboard overlays, and the connection check on app resume behave correctly.
|
|
|
|
|
- Desktop: a password-protected instance opened from the desktop app or a browser gets the right unlock screen.
|
|
|
|
|
- VS Code: favorite models stay saved after the extension restarts (thanks to @Catan).
|
|
|
|
|
- VS Code: closing Settings returns to the view you came from (thanks to @Catan).
|
2026-09-05 15:58:23 +03:00
|
|
|
|
|
|
|
|
## VS Code
|
|
|
|
|
|
|
|
|
|
### New
|
2026-09-05 15:58:34 +03:00
|
|
|
- Chat: the timeline dialog loads older messages when the session history is not fully fetched yet.
|
2026-09-05 15:58:23 +03:00
|
|
|
|
|
|
|
|
### Improvements
|
2026-09-05 15:58:34 +03:00
|
|
|
- Chat: file references with a line range like `src/file.ts:10-20` are clickable (thanks to @Catan).
|
|
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
- Chat: favorite models stay saved after the extension restarts (thanks to @Catan).
|
|
|
|
|
- Settings: closing Settings returns to the view you came from (thanks to @Catan).
|