Skip to content

Commit 0ff4f06

Browse files
author
Tim Sinaeve
committed
chore: bump version to 0.8.9 and update release notes
1 parent 20b0c8c commit 0ff4f06

4 files changed

Lines changed: 43 additions & 3 deletions

File tree

VERSION_LOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1+
## v0.8.9 - The Agentic Polish & Transparency Update
2+
3+
### ✨ Features
4+
5+
- **Customizable Agent Tools**: Users can now enable or disable specific AI Agent tools (e.g., Document Management, Content Refactoring, Script Execution) in the **AI Chat** settings, providing more granular control over AI autonomy.
6+
7+
### 🛠 Improvements
8+
9+
- **RAG Execution Transparency**:
10+
- Integrated real-time log propagation from the backend RAG search and Agent tool execution process directly into the chat panel.
11+
- Users can now monitor search distances, source retrieval counts, and tool call statuses as they happen.
12+
- **Context Window Efficiency**: Optimized conversation history management by limiting it to the last 10 turns (user/assistant/tool calls), ensuring faster response times and better token utilization.
13+
- **Pinned Document Integration**: Refined how pinned documents are included in the prompt context to ensure more robust cross-document reasoning.
14+
15+
### 📝 Documentation
16+
17+
- **Manual Refresh**: Extensively updated both the **Functional Manual** and **Technical Manual** to reflect the new Agent tool selection and RAG logging architecture.
18+
- **Documentation Sync**: Standardized and synchronized all documentation files between the project root and the `docs/` folder.
19+
120
## v0.8.8 - The Agentic Workspace Update
221

22+
323
### ✨ Features
424

525
- **Agentic Chat & Workspace Orchestrator**:

docs/VERSION_LOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1+
## v0.8.9 - The Agentic Polish & Transparency Update
2+
3+
### ✨ Features
4+
5+
- **Customizable Agent Tools**: Users can now enable or disable specific AI Agent tools (e.g., Document Management, Content Refactoring, Script Execution) in the **AI Chat** settings, providing more granular control over AI autonomy.
6+
7+
### 🛠 Improvements
8+
9+
- **RAG Execution Transparency**:
10+
- Integrated real-time log propagation from the backend RAG search and Agent tool execution process directly into the chat panel.
11+
- Users can now monitor search distances, source retrieval counts, and tool call statuses as they happen.
12+
- **Context Window Efficiency**: Optimized conversation history management by limiting it to the last 10 turns (user/assistant/tool calls), ensuring faster response times and better token utilization.
13+
- **Pinned Document Integration**: Refined how pinned documents are included in the prompt context to ensure more robust cross-document reasoning.
14+
15+
### 📝 Documentation
16+
17+
- **Manual Refresh**: Extensively updated both the **Functional Manual** and **Technical Manual** to reflect the new Agent tool selection and RAG logging architecture.
18+
- **Documentation Sync**: Standardized and synchronized all documentation files between the project root and the `docs/` folder.
19+
120
## v0.8.8 - The Agentic Workspace Update
221

22+
323
### ✨ Features
424

525
- **Agentic Chat & Workspace Orchestrator**:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docforge",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"description": "An application to manage and refine documents.",
55
"main": "dist/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)