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
fix: codex-sm linear sync, db enhancements, and hook installer updates
- Remove LINEAR_API_KEY env guard from codex-sm exit sync — let sync
command handle auth detection (supports env var, .env, and OAuth)
- Enhance sqlite-adapter and frame-database with additional queries
- Update linear sync engine with improved error handling
- Update hook installer with new capabilities
- Bump dependencies in package.json
Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 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": "1.2.3",
3
+
"version": "1.2.4",
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