Commit Graph

  • 8397f63af1 docs(cursor): Add standalone setup guide for Cursor users without Claude Code Alex Newman 2025-12-29 20:47:22 -05:00
  • bca6b06919 feat(cursor): Enhance context injection and project registry management Alex Newman 2025-12-29 20:25:16 -05:00
  • 8d485890b9 feat(cursor): Add Claude-Mem Cursor hooks installation and management Alex Newman 2025-12-29 20:14:23 -05:00
  • 6c25bbcbf4 docs: update CHANGELOG.md for v8.2.10 release Alex Newman 2025-12-29 19:11:41 -05:00
  • 22760f0b7a chore(release): v8.2.10 v8.2.10 Alex Newman 2025-12-29 19:10:32 -05:00
  • b30c3d193f fix(worker): Auto-restart worker on version mismatch (#484) Alex Newman 2025-12-29 19:08:24 -05:00
  • 78f6008d63 docs: update CHANGELOG.md for v8.2.9 release Alex Newman 2025-12-29 18:45:13 -05:00
  • 89919db7ce chore(release): v8.2.9 v8.2.9 Alex Newman 2025-12-29 18:42:46 -05:00
  • 794a93489f Merge pull request #492 from thedotmack/windows-fix Alex Newman 2025-12-29 18:41:00 -05:00
  • fdb3eb11c3 fix(hooks): reduce timeout values for worker service commands to improve responsiveness Alex Newman 2025-12-29 18:22:33 -05:00
  • a85d523371 remove bun lock Alex Newman 2025-12-29 18:05:34 -05:00
  • 3b28b779c8 Increase polling duration for worker readiness check from 5 seconds to 15 seconds, updating related comments for clarity. Alex Newman 2025-12-29 17:55:11 -05:00
  • 3ea180c1ef refactor(worker): Remove file-based locking and improve Windows stability Erik M Jacobs 2025-12-29 12:11:04 -05:00
  • 0330b4d37e docs: update CHANGELOG.md for v8.2.8 Alex Newman 2025-12-29 16:25:28 -05:00
  • 6b1e91188b chore: bump version to 8.2.8 v8.2.8 Alex Newman 2025-12-29 16:24:06 -05:00
  • 87169a78a4 Merge pull request #489 from thedotmack/bugfix/chroma-mcp-orphan-cleanup Alex Newman 2025-12-29 16:21:45 -05:00
  • 2bb07dd41a feat: register signal handlers in constructor for earlier cleanup protection Alex Newman 2025-12-29 16:17:58 -05:00
  • 9eedbd4fbd fix: address PR review feedback - remove duplicate signal handlers and ensure PID cleanup Alex Newman 2025-12-29 16:10:19 -05:00
  • 5bd8181db9 build: rebuild worker service with signal handler fix Alex Newman 2025-12-29 15:55:35 -05:00
  • 571926ecfa feat: add graceful shutdown handling to WorkerService Alex Newman 2025-12-29 15:54:22 -05:00
  • f7561bd4f8 update worker service Alex Newman 2025-12-29 00:37:08 -05:00
  • 7194443e42 Merge branch 'updates/docs' Alex Newman 2025-12-29 00:35:21 -05:00
  • d874ce6eb3 fix: escape less-than character in search-architecture.mdx to resolve MDX parsing error Alex Newman 2025-12-29 00:34:14 -05:00
  • dce4d7a3f9 Merge pull request #480 from thedotmack/updates/docs Alex Newman 2025-12-29 00:31:01 -05:00
  • d28e71298b docs: update CHANGELOG.md from releases Alex Newman 2025-12-29 00:26:54 -05:00
  • 00d0bc51e0 Refactor search documentation to implement a 3-layer workflow for memory retrieval; update tool names and usage examples for clarity and efficiency. Enhance troubleshooting section with new error handling and token management strategies. Alex Newman 2025-12-29 00:26:06 -05:00
  • 75c5b750d8 chore: bump version to 8.2.7 v8.2.7 Alex Newman 2025-12-29 00:25:12 -05:00
  • 809489bc8e Merge pull request #477 from thedotmack/bugfix/mcp-clarity Alex Newman 2025-12-29 00:17:03 -05:00
  • f1aa4c3943 fix: wrap migration 17 in transaction and update docs Alex Newman 2025-12-28 23:43:34 -05:00
  • 678cfacca9 Remove outdated troubleshooting documentation for database, diagnostics, reference, and worker operations in claude-mem plugin. Alex Newman 2025-12-28 23:34:24 -05:00
  • 0e913a25ff Refactor mem-search operations: remove outdated documentation files, enhance search parameters, and improve token efficiency guidelines. Update MCP server descriptions for clarity on search and timeline functionalities. Remove unnecessary zip build process for mem-search skill. Alex Newman 2025-12-28 23:32:52 -05:00
  • 979918d202 Refactor MCP server tool definitions and workflows Alex Newman 2025-12-28 23:25:26 -05:00
  • 656a7f7c0f Refactor session ID references from sdk_session_id to memory_session_id across multiple services and database queries Alex Newman 2025-12-28 23:13:47 -05:00
  • d7c183b3e1 fix: rename 'mem-search' to 'mcp-search' for consistency across documentation and configuration Alex Newman 2025-12-28 22:55:05 -05:00
  • b92eb3dbb5 docs: update CHANGELOG.md from releases Alex Newman 2025-12-28 22:35:25 -05:00
  • edda67e8ed chore: bump version to 8.2.6 v8.2.6 Alex Newman 2025-12-28 22:34:46 -05:00
  • f45b548a1a Merge pull request #476 from thedotmack/bugfix/win-revert-cc-path-to-executable Alex Newman 2025-12-28 22:33:35 -05:00
  • e1c8305fa4 test(session): Add comprehensive tests for session ID refactoring and memory session ID capture Alex Newman 2025-12-28 22:30:43 -05:00
  • 30b142d318 fix(session): Semantic renaming and memory session ID capture for resume Alex Newman 2025-12-28 22:19:57 -05:00
  • b8ce27bd31 feat(queue): Simplify queue processing and enhance reliability Alex Newman 2025-12-28 16:28:58 -05:00
  • 06739cfdfa Implement Queue System Simplification Plan to unify processing logic and eliminate in-memory state Alex Newman 2025-12-28 16:19:40 -05:00
  • 4ecdc4c9b3 Enhance queue processing and recovery mechanisms Alex Newman 2025-12-28 15:44:54 -05:00
  • 2d92e8a63f Enhance lock acquisition and error handling in worker service Alex Newman 2025-12-28 14:40:36 -05:00
  • e12a30397d Remove PLAN-SESSION-CONTINUITY-FIX.md as it is no longer needed Alex Newman 2025-12-27 22:22:45 -05:00
  • c383c3c447 Update CHANGELOG.md for v8.2.5 Alex Newman 2025-12-27 22:19:39 -05:00
  • fa093297b6 Bump version to 8.2.5 v8.2.5 Alex Newman 2025-12-27 22:18:21 -05:00
  • d61cd89b8c Merge pull request #466 from thedotmack/bugfix/linger Alex Newman 2025-12-27 22:16:44 -05:00
  • ab2db783bc Refactor DatabaseManager to initialize ChromaSync lazily and remove background backfill on startup Alex Newman 2025-12-27 22:00:49 -05:00
  • 949b845992 Enhance logger to handle Error objects separately in debug mode Alex Newman 2025-12-27 21:55:20 -05:00
  • 64328d4120 Refactor SessionManager to simplify message handling and remove linger timeout Alex Newman 2025-12-27 21:40:44 -05:00
  • 661eac2b1c Update CHANGELOG.md for v8.2.4 Alex Newman 2025-12-27 21:26:33 -05:00
  • 831cb6a2fc Bump version to 8.2.4 v8.2.4 Alex Newman 2025-12-27 21:25:21 -05:00
  • 2cf176e8c9 Refactor session initialization in SessionRoutes to improve prompt handling Alex Newman 2025-12-27 21:23:21 -05:00
  • 23358e2c6d fix: restore correct privacy tag stripping order in session init Alex Newman 2025-12-27 21:19:19 -05:00
  • 12fdb43ce4 Refactor code structure for improved readability and maintainability Alex Newman 2025-12-27 20:45:56 -05:00
  • 2ec9e58607 fix: integrate centralized logger across services and hooks for improved logging consistency Alex Newman 2025-12-27 20:45:28 -05:00
  • 339e452bc0 test: add logger coverage test suite to enforce logging standards Alex Newman 2025-12-27 20:31:46 -05:00
  • c71248f3a1 fix: remove misleading statements about changelog and tests in CLAUDE.md Alex Newman 2025-12-27 20:24:21 -05:00
  • 5f34cae636 Refactor logger to output only to log file and stderr Alex Newman 2025-12-27 20:22:31 -05:00
  • 356e3acae3 Refactor logging in hooks, services, and routes to use centralized logger Alex Newman 2025-12-27 20:20:43 -05:00
  • b7d0664868 fix: enhance session continuity by propagating session ID in SDKAgent and adding diagnostic logging Alex Newman 2025-12-27 20:07:23 -05:00
  • 501e929138 fix: enhance session continuity by propagating session ID in SDKAgent and adding diagnostic logging Alex Newman 2025-12-27 20:03:31 -05:00
  • 4aab8362e1 docs: update CHANGELOG.md for v8.2.3 Alex Newman 2025-12-27 17:28:49 -05:00
  • 6c60ff7bcf Merge branch 'bugfix/worker' v8.2.3 Alex Newman 2025-12-27 17:27:32 -05:00
  • dada4e52c2 chore: bump version to 8.2.3 Alex Newman 2025-12-27 17:27:15 -05:00
  • 59b7d15301 Merge pull request #462 from thedotmack/bugfix/worker Alex Newman 2025-12-27 17:24:41 -05:00
  • 98b8d72ca8 fix: update worker port environment variable and shutdown API endpoint in smart-install script Alex Newman 2025-12-27 17:19:42 -05:00
  • d8912a7bba Implement file-based locking mechanism for worker operations to prevent race conditions Alex Newman 2025-12-27 16:58:49 -05:00
  • 6f6cdf221b fix: update restart command from 'claude-mem restart' to 'npm run worker:restart' in documentation and scripts Alex Newman 2025-12-27 16:32:02 -05:00
  • 181447ee6a chore: update version to 8.2.2 in package.json Alex Newman 2025-12-26 23:37:25 -05:00
  • bfe45ae75e docs: update CHANGELOG.md for v8.2.2 Alex Newman 2025-12-26 23:24:18 -05:00
  • 6c6a92f201 chore: bump version to 8.2.2 v8.2.2 Alex Newman 2025-12-26 23:23:15 -05:00
  • f28f2d691a fix: resolve critical error handling issues in worker lifecycle Alex Newman 2025-12-26 23:21:32 -05:00
  • f9b43ac47b Merge pull request #459 from thedotmack/feature/openrouter-provider Alex Newman 2025-12-26 23:20:50 -05:00
  • ea02eb8354 feat: add modal footer with save button and status indicators Alex Newman 2025-12-26 23:14:03 -05:00
  • 1fc1419edd Enhance error handling and validation in agents and routes Alex Newman 2025-12-26 22:36:14 -05:00
  • 69cd734b53 feat: Add OpenRouter provider settings and documentation Alex Newman 2025-12-26 22:21:14 -05:00
  • f38e78bdd5 feat: Change default OpenRouter model to xiaomi/mimo-v2-flash:free Alex Newman 2025-12-26 22:14:57 -05:00
  • 610be468e4 fix: Add missing OpenRouter and Gemini settings to settingKeys array Alex Newman 2025-12-26 22:09:26 -05:00
  • fe95b0edda Update mem-search plugin with new features and improvements Alex Newman 2025-12-26 21:55:09 -05:00
  • 306f636534 Merge main into feature/openrouter-provider Alex Newman 2025-12-26 21:53:54 -05:00
  • 071b0156a9 chore: release v8.2.1 - worker lifecycle hardening v8.2.1 Alex Newman 2025-12-26 21:24:21 -05:00
  • 49f8bf0f64 Merge pull request #458 from thedotmack/bugfix/spawn-worker Alex Newman 2025-12-26 21:21:13 -05:00
  • d616307781 fix: address PR review findings for worker lifecycle Alex Newman 2025-12-26 21:12:11 -05:00
  • 84a23450c8 fix: use readiness endpoint for health checks instead of port check Alex Newman 2025-12-26 20:56:14 -05:00
  • def01790ea fix: handle Windows taskkill errors in orphaned process cleanup Alex Newman 2025-12-26 20:54:39 -05:00
  • 2a60794485 fix: handle Unix kill errors in orphaned process cleanup Alex Newman 2025-12-26 20:51:41 -05:00
  • d6041ae4ec fix: validate spawn pid before writing PID file Alex Newman 2025-12-26 20:49:54 -05:00
  • 77ceca7a6e fix: handle process exit in waitForProcessesExit filter Alex Newman 2025-12-26 20:48:15 -05:00
  • 85bd88f110 test: add comprehensive tests for hook constants and worker spawn functionality Alex Newman 2025-12-26 20:17:18 -05:00
  • 90360db9fc Update mem-search plugin with new features and improvements Alex Newman 2025-12-26 19:29:11 -05:00
  • a7a7187b83 refactor: remove obsolete build steps for deleted files Alex Newman 2025-12-26 19:06:37 -05:00
  • b0f47a840f chore: delete obsolete process management files Alex Newman 2025-12-26 19:03:05 -05:00
  • b02ff4c0a5 refactor: update hooks.json to use worker-service.cjs CLI Alex Newman 2025-12-26 19:01:09 -05:00
  • b7c6649d9e feat: implement self-spawn pattern for background worker execution Alex Newman 2025-12-26 18:59:21 -05:00
  • 8326fa59df fix: increase timeouts for slow systems Alex Newman 2025-12-26 18:55:40 -05:00
  • e3186ede5d fix: add context window management to prevent runaway API costs Jarad DeLorenzo 2025-12-26 15:38:14 -05:00
  • 86d0d1a21a feat: add OpenRouter provider support and enhance context generation Jarad DeLorenzo 2025-12-26 08:32:42 -05:00
  • 3f8beaa10d chore: update version to 8.2.0 in package.json Alex Newman 2025-12-25 21:53:11 -05:00
  • 3d31c6e46d docs: update CHANGELOG.md for v8.2.0 Alex Newman 2025-12-25 21:52:21 -05:00