fix: chat history persistence and webview state restoration

This commit is contained in:
g1nation
2026-05-01 19:41:00 +09:00
parent e696d29f2f
commit ac902c1841
4 changed files with 57 additions and 14 deletions
+9
View File
@@ -1,3 +1,12 @@
# Patch Notes - v2.33.6 (2026-05-01)
## 🛠️ Critical Bug Fixes
- **Chat Persistence Overhaul:** Resolved an issue where chat history disappeared after switching sidebar tabs.
- **Webview State Management:** Implemented `vscode.setState` for instant UI restoration.
- **Internal Message Logic:** Refined message filtering to ensure intermediate agent steps are visible to the user.
---
# Patch Notes - v2.33.5 (2026-05-01)
## 🎨 UI Refinement