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: FUNCTIONAL_MANUAL.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,8 +136,25 @@ The document editor is powered by Monaco, the same editor core used in VS Code,
136
136
Import PDFs by dragging `.pdf` files from your operating system into the sidebar, using the "Import" options in context menus, or converting clipboard data through **New from Clipboard** when it contains PDF bytes or data URLs. Opening a PDF switches the editor to **Preview Only** mode automatically so you can focus on the embedded viewer. The preview displays the document in an inline reader with Chromium's native toolbar (page navigation, zoom, and print controls) and honors keyboard shortcuts exposed by the viewer. DocForge synchronizes the viewer with the global preview zoom so the zoom buttons, scroll wheel shortcuts, and reset commands behave consistently across file types. Because PDFs are stored as binary data, editing is disabled by default; switching to the editor view will show the raw payload, and changing it can corrupt the file.
137
137
138
138
#### Image Documents
139
-
140
-
PNG, JPEG, GIF, BMP, WEBP, and SVG assets are detected when you import them from disk, drop them into the sidebar, or pipe image data through **New from Clipboard**. Image documents also open directly in **Preview Only** mode. The preview uses DocForge's zoom and pan surface so you can scroll, drag to reposition, double-click to zoom, or press the on-screen controls to reset the view. Image metadata—such as pixel dimensions and MIME type—appears in the status bar while the preview is active, and the renderer clamps the image inside the workspace with padding so large assets remain manageable. Editing the underlying binary/text data is optional but discouraged unless you are intentionally replacing the encoded image contents.
139
+
140
+
PNG, JPEG, GIF, BMP, WEBP, and SVG assets are detected when you import them from disk, drop them into the sidebar, or pipe image data through **New from Clipboard**. Image documents also open directly in **Preview Only** mode. The preview uses DocForge's zoom and pan surface so you can scroll, drag to reposition, double-click to zoom, or press the on-screen controls to reset the view. Image metadata—such as pixel dimensions and MIME type—appears in the status bar while the preview is active.
141
+
142
+
**Interacting with Images**:
143
+
-**Pasting**: When an image document is open and unlocked, you can paste an image directly from your clipboard (**Ctrl+V**) to replace its content.
144
+
-**Drag-and-Drop**: Drop any image file from your computer onto the open image editor to update the document.
145
+
-**Manual Creation**: Create a new document, change its language to **Image**, and then paste or drop your content.
146
+
147
+
Editing the underlying binary/text data is optional but discouraged unless you are intentionally replacing the encoded image contents.
148
+
149
+
#### RAG (Chat with Workspace)
150
+
151
+
The "Chat with Workspace" feature allows you to query your entire collection of documents using a local AI model.
152
+
153
+
-**Indexing**: Before you can chat, DocForge needs to index your workspace. This process creates a semantic representation of your documents, allowing the AI to find relevant context even if the exact keywords don't match.
154
+
-**Configurable Retrieval**: In Settings, you can adjust the **RAG Similarity Threshold**. A lower value (e.g., 0.8) makes the search more restrictive, returning only highly relevant matches, while a higher value (e.g., 1.5) returns more context.
155
+
-**Context Limit**: You can configure the chat to analyze up to **500 documents** at once for deep workspace insights.
156
+
-**Source Attribution**: When the AI answers a question, it lists the specific documents it used as context. These sources are streamed immediately as soon as the search completes.
157
+
-**Smart Privacy**: If the AI determines that none of the retrieved documents contain the answer to your question, the source list is automatically hidden to keep the chat interface clean.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ DocForge is a desktop application designed to streamline the process of creating
35
35
-**Comprehensive Action Logging**: Every user action is logged, and the logger panel now supports range selections, modifier-aware drag selection, and configurable copy-to-clipboard exports with or without timestamps and levels.
36
36
-**Offline First:** All your data is stored locally on your machine.
37
37
-**Auto-Update:** Control automatic startup checks, opt into pre-release builds, and trigger manual "Check for Updates" scans that report success or errors inline.
38
+
-**RAG-Powered "Chat with Workspace":** Semantic search across your entire workspace. Adjust the similarity threshold to tune the relevance of retrieved context and analyze up to 500 documents at once.
39
+
-**Smart Source Attribution:** Chat responses include streamed sources that automatically hide if no relevant information is found, keeping your context clean and focused.
40
+
-**Enhanced Image Clipboard & Drag-Drop:** Create image documents directly from the clipboard, or update existing image nodes by simply pasting (**Ctrl+V**) or dropping an image file onto the editor.
38
41
-**Resizable Layout:** The sidebar, templates panel, and logger panel are all fully resizable to customize your workspace.
Copy file name to clipboardExpand all lines: VERSION_LOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,19 @@
1
-
# Version Log
1
+
## v0.8.7 - The RAG & Clipboard Image Update
2
+
3
+
### ✨ Features
4
+
5
+
-**RAG-Powered "Chat with Workspace"**:
6
+
- Finalized the workspace analysis tool with configurable **Similarity Threshold** and increased context limits (up to **500 documents**).
7
+
- Intelligent source attribution: Sources are now streamed immediately and automatically hidden if the AI determines no relevant information was found.
8
+
-**Enhanced Image Clipboard Support**:
9
+
-**New from Clipboard**: Now detects images on the system clipboard and automatically creates a new image document.
10
+
-**Direct Paste/Drop**: Drag-and-drop or paste images directly into existing image nodes to update their content.
11
+
-**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.
12
+
13
+
### 🐛 Fixes
14
+
15
+
-**RAG Reliability**: Optimized the retrieval logic to trigger search and streaming in parallel, reducing latency.
16
+
-**Copyright Maintenance**: Updated all internal About boxes and legal notices to **2026**.
0 commit comments