-
v5.0.0
Release v5.0.0: Hybrid Search Architecture with ChromaDB semantic search and SQLite temporal filtering
-
v4.3.4
Release v4.3.4: Fix SessionStart hooks on resume
-
v4.3.3
Release v4.3.3: Configurable session display and first-time setup UX
-
v4.3.2
Release v4.3.2: User-facing context display via stderr hook
-
v4.3.1
Release v4.3.1: SessionStart hook context injection fix - Fixed SessionStart hook by silencing npm install output - Changed npm loglevel from error to silent in hooks.json - Ensures clean JSON output for proper context injection - Consolidated hooks architecture (removed bin/hooks wrapper layer) - Fixed double shebang issues in hook executables
-
v4.3.0
Release v4.3.0: Progressive Disclosure Context Major feature release introducing layered memory retrieval with observation indexing, token cost visibility, and enhanced context injection.
-
v4.2.10
Release v4.2.10: Windows compatibility fix Fixed Windows compatibility issue caused by hardcoded macOS-specific Claude executable path. Changes: - Removed hardcoded path: /Users/alexnewman/.nvm/versions/node/v24.5.0/bin/claude - Removed pathToClaudeCodeExecutable parameter from SDK query() calls - SDK now automatically detects Claude Code executable path on all platforms - Improved cross-platform compatibility (Windows, macOS, Linux) Technical Details: - Updated src/sdk/worker.ts - Updated src/services/worker-service.ts - Rebuilt plugin/scripts/worker-service.cjs Impact: Worker service now works correctly on all platforms.
-
v4.2.9
v4.2.9: Progressive disclosure experimental feature announcement - Documentation updates inviting users to test observation-level context injection
-
v4.2.8
Release v4.2.8: Critical bugfix for session ID handling
-
v4.2.6
Release v4.2.6: Critical bugfix for observation validation
-
v4.2.5
Release v4.2.5: Critical bugfix for summary validation
-
v4.2.4
Release v4.2.4: Enhanced summary prompt clarity
-
v4.2.1
Release v4.2.1 - Anti-meta-referential prompt improvements
-
v4.1.1
Release v4.1.1 - Remove redundant advanced_search and fix MCP bugs
-
v4.0.8
Release v4.0.8: Session lifecycle improvements and code cleanup Major improvements: - Fixed session status semantics (completed vs failed) - Removed 575 lines of legacy worker code - Removed hardcoded user-specific paths - Improved session lifecycle management See commit messages for full details.
-
v4.0.2
Release v4.0.2 - PM2 Bundling & Error Handling - PM2 bundled as dependency (no global install required) - Worker scripts use local PM2 via npx - Worker auto-start uses node_modules/.bin/pm2 - Fail loudly on missing dependencies - Clear error messages guide users to npm install - Removed silent fallback hiding installation failures - Updated README system requirements - Added marketplace metadata for distribution