v1.0.7: Fixed session_key bug in chunk_messages()
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user