v1.0.7: Fixed session_key bug in chunk_messages()

This commit is contained in:
2026-02-14 18:47:57 +00:00
parent 5c490e53e6
commit 476d7eec2d
3 changed files with 18 additions and 2 deletions

View File

@@ -2,6 +2,20 @@
All notable changes to the OpenClaw RAG Knowledge System will be documented in this file.
## [1.0.7] - 2026-02-14
### Fixed
- **Bug in chunk_messages()**: Fixed undefined variable `session_key` referenced in metadata generation
- Added `session_key` parameter to `chunk_messages()` function signature
- Fixed bug identified in ClawHub security scan report
- Pass `session_key` from ingestion loop to chunk_messages() call
- Resolves scope issue where function referenced non-existent variable
### Security
- Fixes code quality issue identified in security scan (bug in implementation)
---
## [1.0.6] - 2026-02-14
### Changed