v1.2.1 - Fix session data loss on switch, add terminal panel for coding/agentic modes
This commit is contained in:
10
README.md
10
README.md
@@ -631,6 +631,16 @@ data: [DONE]
|
||||
|
||||
## Changelog
|
||||
|
||||
### v1.2.1 (2026-05-19)
|
||||
- Fixed: messages lost when switching conversations during streaming generation
|
||||
- Streaming responses auto-save every 20 tokens to prevent data loss
|
||||
- Partial responses preserved when switching sessions mid-generation
|
||||
- Added in-app terminal panel for Coding and Agentic modes
|
||||
- Terminal parses code blocks, file operations, and tool calls from AI responses
|
||||
- Terminal toggle button with collapsible panel (persists state)
|
||||
- Conversation list now shows message count per session
|
||||
- Improved conversation switch safety with flush-before-switch pattern
|
||||
|
||||
### v1.2.0 (2026-05-19)
|
||||
- Added light mode / dark mode toggle
|
||||
- Theme persists across sessions via localStorage
|
||||
|
||||
Reference in New Issue
Block a user