Tags give the ability to mark specific points in history as being important
-
v5.0.0
ec41cfac · ·Release v5.0.0: Hybrid Search Architecture with ChromaDB semantic search and SQLite temporal filtering
-
-
-
-
v4.3.1
c75563a8 · ·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
d4d6185b · ·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
ae2c7897 · ·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
05ddf354 · ·v4.2.9: Progressive disclosure experimental feature announcement - Documentation updates inviting users to test observation-level context injection
-
-
-
-
-
-
-
-
-
v4.0.8
be265db7 · ·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
47c1398c · ·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