v1.2.1 - Fix session data loss on switch, add terminal panel for coding/agentic modes

This commit is contained in:
admin
2026-05-19 15:28:15 +04:00
Unverified
parent d62a850ac5
commit 9f7e3b03ae
6 changed files with 456 additions and 12 deletions

View File

@@ -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