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: VERSION_LOG.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,3 @@
1
-
## v0.8.9 - The RAG Indexing & Transparency Fix
2
-
3
-
### 🐛 Fixes
4
-
5
-
-**RAG Workspace Indexing**:
6
-
* Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
7
-
* Corrected the `rag_vectors` virtual table schema by removing an unsupported `PRIMARY KEY` constraint.
8
-
* Added automated schema recovery logic to detect and report missing or broken vector tables.
9
-
-**Transparency & Feedback**:
10
-
***Main Process Error Propagation**: Backend indexing errors are now captured and displayed directly in the Chat Panel log, providing clear feedback if document processing fails.
11
-
***Enhanced Status Diagnostics**: The "Build Index" process now performs a pre-flight check of the database schema and reports specific configuration or initialization errors.
12
-
***Detailed Content Logs**: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
13
-
14
1
## v0.8.8 - The Agentic Workspace Update
15
2
16
3
### ✨ Features
@@ -30,9 +17,18 @@
30
17
31
18
### 🐛 Fixes
32
19
20
+
-**RAG Workspace Indexing**:
21
+
* Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
22
+
* Corrected the `rag_vectors` virtual table schema by removing an unsupported `PRIMARY KEY` constraint.
23
+
* Added automated schema recovery logic to detect and report missing or broken vector tables.
24
+
-**Transparency & Feedback**:
25
+
***Main Process Error Propagation**: Backend indexing errors are now captured and displayed directly in the Chat Panel log, providing clear feedback if document processing fails.
26
+
***Enhanced Status Diagnostics**: The "Build Index" process now performs a pre-flight check of the database schema and reports specific configuration or initialization errors.
27
+
***Detailed Content Logs**: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
33
28
-**Chat Stability**: Fixed several syntax and state synchronization errors in the chat panel that could cause crashes during long-running tool executions.
34
29
-**Tag Balance**: Resolved various build-breaking JSX tag mismatches in the Chat UI.
description="Allows the AI to perform actions like reading/editing documents, creating files, and running scripts. Requires a model that supports tool-calling (Ollama 0.1.34+ or OpenAI)."
description="When enabled, the AI will ask for your permission before performing any destructive actions (like deleting or moving files) or running scripts."
Copy file name to clipboardExpand all lines: docs/VERSION_LOG.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,3 @@
1
-
## v0.8.9 - The RAG Indexing & Transparency Fix
2
-
3
-
### 🐛 Fixes
4
-
5
-
-**RAG Workspace Indexing**:
6
-
* Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
7
-
* Corrected the `rag_vectors` virtual table schema by removing an unsupported `PRIMARY KEY` constraint.
8
-
* Added automated schema recovery logic to detect and report missing or broken vector tables.
9
-
-**Transparency & Feedback**:
10
-
***Main Process Error Propagation**: Backend indexing errors are now captured and displayed directly in the Chat Panel log, providing clear feedback if document processing fails.
11
-
***Enhanced Status Diagnostics**: The "Build Index" process now performs a pre-flight check of the database schema and reports specific configuration or initialization errors.
12
-
***Detailed Content Logs**: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
13
-
14
1
## v0.8.8 - The Agentic Workspace Update
15
2
16
3
### ✨ Features
@@ -30,9 +17,18 @@
30
17
31
18
### 🐛 Fixes
32
19
20
+
-**RAG Workspace Indexing**:
21
+
* Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
22
+
* Corrected the `rag_vectors` virtual table schema by removing an unsupported `PRIMARY KEY` constraint.
23
+
* Added automated schema recovery logic to detect and report missing or broken vector tables.
24
+
-**Transparency & Feedback**:
25
+
***Main Process Error Propagation**: Backend indexing errors are now captured and displayed directly in the Chat Panel log, providing clear feedback if document processing fails.
26
+
***Enhanced Status Diagnostics**: The "Build Index" process now performs a pre-flight check of the database schema and reports specific configuration or initialization errors.
27
+
***Detailed Content Logs**: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
33
28
-**Chat Stability**: Fixed several syntax and state synchronization errors in the chat panel that could cause crashes during long-running tool executions.
34
29
-**Tag Balance**: Resolved various build-breaking JSX tag mismatches in the Chat UI.
Copy file name to clipboardExpand all lines: docs/releases/v0.8.8.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,18 @@ This release transforms the chat panel into an active **Workspace Agent** capabl
24
24
25
25
-**Chat Stability**: Fixed several syntax and state synchronization errors in the chat panel that could cause crashes during long-running tool executions.
26
26
-**Tag Balance**: Resolved various build-breaking JSX tag mismatches in the Chat UI.
27
+
-**RAG Workspace Indexing Fix**:
28
+
- Resolved a bug where the indexing process would successfully discover documents but fail to process any chunks, resulting in an empty index.
29
+
- Corrected the `rag_vectors` virtual table schema in the database initialization logic.
30
+
- Fixed a silent failure in the SQLite extension loading process that could cause transactions to roll back without user notification.
31
+
32
+
### ✨ Improvements
33
+
34
+
#### Error Visibility & Transparency
35
+
-**Main Process Error Propagation**: Indexing errors from the main process are now propagated to the renderer and displayed in the **Chat Panel log**.
36
+
-**Diagnostic Troubleshooting**: Added clear troubleshooting tips when indexing results in 0 processed documents (e.g., suggestions to check Ollama status).
37
+
-**Engine Status Checks**: The application now performs a detailed check of the RAG engine status on startup and when building the index, identifying missing tables or unsupported architectures.
38
+
-**Enhanced Logging**: Added document-level logging to track content retrieval and chunking, making it easier to identify why specific documents might be skipped.
39
+
40
+
---
41
+
*For a full history of changes, see the [Version Log](../../VERSION_LOG.md).*
0 commit comments