You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(daemon): add memory monitor service with auto-capture/clear cycle
- DaemonMemoryService monitors RAM/heap at 30s intervals, triggers
capture/clear when >90% threshold, writes signal file for hook
- memory-guard.sh hook notifies user on next prompt submit
- Wired into UnifiedDaemon lifecycle + CLI status display
Also fixes pre-existing bugs:
- fix(capture): use test:run instead of test to avoid vitest watch hang
- fix(clear): add getStack() shim to RefactoredFrameManager
- fix(clear): align saveLedger/restoreFromLedger with actual return types
- fix(clear): add missing dbManager stubs (getRecentTraces, etc.)
0.8.0
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@stackmemoryai/stackmemory",
3
-
"version": "0.7.0",
3
+
"version": "0.8.0",
4
4
"description": "Project-scoped memory for AI coding tools. Durable context across sessions with MCP integration, frames, smart retrieval, Claude Code skills, and automatic hooks.",
0 commit comments