You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/VERSION_LOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Version Log
2
2
3
+
## v0.8.7 - The RAG & Clipboard Image Update
4
+
5
+
### ✨ Features
6
+
7
+
-**RAG-Powered "Chat with Workspace"**:
8
+
- Finalized the workspace analysis tool with configurable **Similarity Threshold** and increased context limits (up to **500 documents**).
9
+
- Intelligent source attribution: Sources are now streamed immediately and automatically hidden if the AI determines no relevant information was found.
10
+
-**Enhanced Image Clipboard Support**:
11
+
-**New from Clipboard**: Now detects images on the system clipboard and automatically creates a new image document.
12
+
-**Direct Paste/Drop**: Drag-and-drop or paste images directly into existing image nodes to update their content.
13
+
-**Navigation Polish**: Refined the "Create New Document" action in chat to navigate directly to the new file, ensuring a seamless transition from AI response to workspace document.
14
+
15
+
### 🐛 Fixes
16
+
17
+
-**RAG Reliability**: Optimized the retrieval logic to trigger search and streaming in parallel, reducing latency.
18
+
-**Copyright Maintenance**: Updated all internal About boxes and legal notices to **2026**.
0 commit comments