Skip to content

Commit 99a85b7

Browse files
author
Tim Sinaeve
committed
fix: restore VERSION_LOG.md formatting and fix validation failure
1 parent 63c92fc commit 99a85b7

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

VERSION_LOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
## v0.8.9 - The RAG Indexing & Transparency Fix
2-
1:
3-
2: ### 🐛 Fixes
4-
3:
5-
4: - **RAG Workspace Indexing**:
6-
5: * Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
7-
6: * Corrected the `rag_vectors` virtual table schema by removing an unsupported `PRIMARY KEY` constraint.
8-
7: * Added automated schema recovery logic to detect and report missing or broken vector tables.
9-
8: - **Transparency & Feedback**:
10-
9: * **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-
10: * **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-
11: * **Detailed Content Logs**: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
13-
12:
14-
13: ## v0.8.8 - The Agentic Workspace Update
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+
## v0.8.8 - The Agentic Workspace Update
1515

1616
### ✨ Features
1717

docs/VERSION_LOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
## v0.8.9 - The RAG Indexing & Transparency Fix
2-
1:
3-
2: ### 🐛 Fixes
4-
3:
5-
4: - **RAG Workspace Indexing**:
6-
5: * Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
7-
6: * Corrected the `rag_vectors` virtual table schema by removing an unsupported `PRIMARY KEY` constraint.
8-
7: * Added automated schema recovery logic to detect and report missing or broken vector tables.
9-
8: - **Transparency & Feedback**:
10-
9: * **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-
10: * **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-
11: * **Detailed Content Logs**: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
13-
12:
14-
13: ## v0.8.8 - The Agentic Workspace Update
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+
## v0.8.8 - The Agentic Workspace Update
1515

1616
### ✨ Features
1717

0 commit comments

Comments
 (0)