diff --git a/CHANGELOG.md b/CHANGELOG.md index 117486ef..3613efc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [8.0.5] - 2025-12-24 + +## Bug Fixes + +- **Context Loading**: Fixed observation filtering for non-code modes, ensuring observations are properly retrieved across all mode types + +## Technical Details + +Refactored context loading logic to differentiate between code and non-code modes, resolving issues where mode-specific observations were filtered by stale settings. + +## [8.0.4] - 2025-12-23 + +## Changes + +- Changed worker start script + ## [8.0.3] - 2025-12-23 Fix critical worker crashes on startup (v8.0.2 regression)