Commit Graph

  • 577cac8831 Add Platform Integration Guide for claude-mem worker service Alex Newman 2025-12-08 22:36:00 -05:00
  • 8da92c6569 docs: update hooks.mdx with improved architecture diagrams and data flow representation Alex Newman 2025-12-08 21:54:48 -05:00
  • a18b43744c docs: comprehensive hook lifecycle guide for platform implementers Alex Newman 2025-12-08 21:49:55 -05:00
  • 7c4979eba1 docs: update CHANGELOG.md for v7.0.0 Alex Newman 2025-12-08 15:17:49 -05:00
  • ffe1e1622d fix: update context-hook.js and worker-service.cjs for improved functionality and error handling Alex Newman 2025-12-08 15:16:45 -05:00
  • 8cfa04f93d chore: bump version to 7.0.0 v7.0.0 Alex Newman 2025-12-08 15:16:30 -05:00
  • deef86380f Merge pull request #179 from thedotmack/refactor/mcp-to-worker Alex Newman 2025-12-08 15:15:17 -05:00
  • aa1e65cbb6 fix: regenerate package-lock.json for refactor branch dependencies Alex Newman 2025-12-07 23:42:21 -05:00
  • 9192bb6f21 Merge branch 'main' into refactor/mcp-to-worker Alex Newman 2025-12-07 23:41:07 -05:00
  • 512486bd85 chore: cleanup from PR review Alex Newman 2025-12-07 23:37:43 -05:00
  • b9814e87f4 feat: add PrivacyCheckValidator to centralize user prompt privacy checks Alex Newman 2025-12-07 22:38:51 -05:00
  • 54c53fda04 feat: Introduce SessionEventBroadcaster and SessionCompletionHandler for improved session management Alex Newman 2025-12-07 22:35:31 -05:00
  • f494d3b168 Refactor settings management to use SettingsDefaultsManager Alex Newman 2025-12-07 22:15:26 -05:00
  • 9cb4b9d02a feat: Refactor Settings and Viewer routes to extend BaseRouteHandler for improved error handling Alex Newman 2025-12-07 22:08:06 -05:00
  • 922f04e66a refactor: improve type safety by removing 'as any' casts Alex Newman 2025-12-07 21:41:40 -05:00
  • b1fb135d9c refactor: remove obsolete uvx cleanup code from worker service Alex Newman 2025-12-07 21:32:50 -05:00
  • 476f81ceca fix: move SQL query from route handler to SessionStore for better separation of concerns Alex Newman 2025-12-07 21:28:36 -05:00
  • 34ba526fa8 fix: eliminate code duplication in SessionRoutes with ensureGeneratorRunning method Alex Newman 2025-12-07 21:21:17 -05:00
  • efcc557e4f Refactor WorkerService to allow searchRoutes to be nullable Alex Newman 2025-12-07 21:16:42 -05:00
  • 0a34786df9 fix: enhance null safety and improve logging in SearchManager Alex Newman 2025-12-07 20:56:19 -05:00
  • 7175b527a6 Refactor search functionality to utilize SearchManager Alex Newman 2025-12-07 19:31:15 -05:00
  • c415ff5120 feat(timeline): implement TimelineService for building and formatting timeline items Alex Newman 2025-12-07 19:14:18 -05:00
  • 83b4806718 Refactor logging and improve service initialization Alex Newman 2025-12-07 18:13:07 -05:00
  • cb1d939750 refactor: Append runtime information to context hook output Alex Newman 2025-12-07 17:25:29 -05:00
  • 9855ccf66d Refactor context-hook to use execSync for fetching context and simplify output structure; migrate from bun:sqlite to better-sqlite3 in Database and migrations; update SearchRoutes to dynamically import context generator for improved context handling. Alex Newman 2025-12-07 17:23:30 -05:00
  • 85f30126aa fix: Remove stderr output from context hook to fix session start injection claude[bot] 2025-12-06 22:30:14 +00:00
  • 225424a19e Fix Python 3.14 incompatibility: Pin uvx to Python 3.13 for chroma-mcp (#171) Copilot 2025-12-06 17:29:20 -05:00
  • 2e67821445 fix: Correct context-generator import path in SearchRoutes claude[bot] 2025-12-06 22:25:58 +00:00
  • bbed39c71b Merge branch 'feat/tests' into refactor/hooks-to-worker Alex Newman 2025-12-05 20:43:14 -05:00
  • 3aaee6f13a refactor: Organize worker into clean route-based HTTP architecture Alex Newman 2025-12-05 20:27:49 -05:00
  • 795a430f1a feat(tests): add comprehensive happy path tests for session lifecycle Alex Newman 2025-12-05 19:40:48 -05:00
  • 0a667afc0f built files for plugin Alex Newman 2025-12-05 19:11:33 -05:00
  • 8e0b1ee4e1 refactor: Convert all hooks to HTTP clients (remove all SQL) Alex Newman 2025-12-05 19:10:51 -05:00
  • d3aaef926b feat: Add worker HTTP endpoints for hook operations Alex Newman 2025-12-05 19:10:38 -05:00
  • 42fde819a3 feat: Add context-generator service (ported from bun branch) Alex Newman 2025-12-05 19:10:32 -05:00
  • 4eeb8391c6 docs: Update CHANGELOG.md from releases Alex Newman 2025-12-05 15:35:19 -05:00
  • 213557dd6e chore: Bump version to 6.5.3 v6.5.3 Alex Newman 2025-12-05 15:34:39 -05:00
  • e1d2ffeb02 fix: Hide console window on Windows when spawning child processes (#166) Alex Newman 2025-12-04 16:02:35 -05:00
  • 9e66a4843e docs: Update CHANGELOG.md from releases Alex Newman 2025-12-04 15:41:35 -05:00
  • 0a3b50c875 chore: Upgrade better-sqlite3 to v12.5.0 for Node.js 25 compatibility v6.5.2 Alex Newman 2025-12-04 15:23:24 -05:00
  • a8d31d465f Upgrade better-sqlite3 to ^12.5.0 for Node.js 25 compatibility (#165) Copilot 2025-12-04 15:22:30 -05:00
  • 186f54b3fd docs: Update CHANGELOG.md from releases Alex Newman 2025-12-04 13:31:00 -05:00
  • be28c095e2 Release v6.5.1: Product Hunt Launch Day UI Updates v6.5.1 Alex Newman 2025-12-04 13:29:56 -05:00
  • 28305f73bb docs: Update CHANGELOG.md from releases Alex Newman 2025-12-03 21:48:50 -05:00
  • c6708b3684 Release v6.5.0: Documentation Overhaul v6.5.0 Alex Newman 2025-12-03 21:47:59 -05:00
  • 375dd1c3d6 feat: Add Context Settings Modal with Terminal Preview and UI Enhancements (#161) Alex Newman 2025-12-03 21:34:41 -05:00
  • c78500cac2 Merge pull request #163 from thedotmack/copilot/fix-search-server-build-references Alex Newman 2025-12-03 17:21:04 -05:00
  • 2b683f99bb fix: Update search-server references from .mjs to .cjs to match actual build output copilot-swe-agent[bot] 2025-12-03 22:17:12 +00:00
  • 00e2b0c55f Initial plan copilot-swe-agent[bot] 2025-12-03 22:13:59 +00:00
  • fbd4df4285 Merge branch 'feature/restore-when-to-skip-guidance' - Add WHEN TO SKIP guidance to observation prompt Alex Newman 2025-12-01 23:06:26 -05:00
  • ca24048e15 feat: Restore "WHEN TO SKIP" guidance to continuation prompt Alex Newman 2025-12-01 23:04:51 -05:00
  • f9fd85fa4d chore: update CHANGELOG.md from releases Alex Newman 2025-12-01 22:08:34 -05:00
  • bc7e0ba3e0 chore: bump version to 6.4.9 v6.4.9 Alex Newman 2025-12-01 22:06:50 -05:00
  • cbfc94bc26 Merge pull request #160 from thedotmack/feature/context-settings Alex Newman 2025-12-01 22:03:30 -05:00
  • c768a80bf0 Refactor context configuration and settings handling Alex Newman 2025-12-01 19:26:33 -05:00
  • 6dc648f07c feat: add functionality to extract and display prior session messages Alex Newman 2025-12-01 18:10:55 -05:00
  • b116681529 refactor: improve context economics display logic and logging Alex Newman 2025-12-01 17:43:04 -05:00
  • d1876cb6e0 Refactor observation handling: centralize constants and improve context settings Alex Newman 2025-12-01 17:29:48 -05:00
  • e1017b483b feat: Enhance context settings with validation and UI options Alex Newman 2025-12-01 16:53:35 -05:00
  • 8d5b886f63 docs: Update CHANGELOG.md for v6.4.1 Alex Newman 2025-11-30 23:30:15 -05:00
  • 6e8d823139 Release v6.4.1: Live AMA Announcement v6.4.1 Alex Newman 2025-11-30 23:29:11 -05:00
  • e1212d2dd9 docs: Update CHANGELOG.md for v6.4.0 Alex Newman 2025-11-30 23:15:55 -05:00
  • d3ae18434f Release v6.4.0: Dual-tag system, search API improvements, and privacy features v6.4.0 Alex Newman 2025-11-30 23:09:51 -05:00
  • 8bdf228a92 Merge remote-tracking branch 'origin/bracket-nonsense' Alex Newman 2025-11-30 22:59:50 -05:00
  • 2b223b7cd9 feat: Add dual-tag system for meta-observation control (#153) Alex Newman 2025-11-30 22:57:26 -05:00
  • 7cad4f0114 docs: Update CHANGELOG.md for v6.3.7 Alex Newman 2025-11-30 22:54:01 -05:00
  • 41835954be fix: Remove orphaned closing brace in smart-install.js causing syntax error v6.3.7 Alex Newman 2025-11-30 22:52:13 -05:00
  • 2431a1bd9e fix: Add 'dist/' to .gitignore to prevent built files from being tracked Alex Newman 2025-11-30 22:50:08 -05:00
  • 7fd0f28343 docs: Update all search API documentation for simplified parameters Alex Newman 2025-11-30 19:03:19 -05:00
  • 50535499d9 fix: Simplify search endpoint parameters to avoid bracket encoding Alex Newman 2025-11-30 18:46:39 -05:00
  • 4eb6557fbb docs: Update CHANGELOG.md for v6.3.6 Alex Newman 2025-11-30 17:35:33 -05:00
  • a22098d661 chore: Bump version to 6.3.6 v6.3.6 Alex Newman 2025-11-30 17:31:23 -05:00
  • 69b17e15a2 feat: Auto-detect and rebuild native modules on Node.js version changes (#149) Dmytro Gaivoronsky 2025-11-30 14:28:07 -08:00
  • de279ef6bf docs: Update CHANGELOG.md for v6.3.5 Alex Newman 2025-11-30 17:10:28 -05:00
  • c6fed386ef chore: Bump version to 6.3.5 v6.3.5 Alex Newman 2025-11-30 17:08:33 -05:00
  • ffcd7d21b3 Restore Community Button and Responsive Mobile Navigation (#152) Alex Newman 2025-11-30 17:06:01 -05:00
  • efb7507a8f docs: Update CHANGELOG.md for v6.3.4 Alex Newman 2025-11-30 16:09:42 -05:00
  • 01b3103567 chore: Bump version to 6.3.4 v6.3.4 Alex Newman 2025-11-30 16:08:03 -05:00
  • 4739b9e413 Merge branch 'pr-130-source' into test-pr-130 Alex Newman 2025-11-30 15:37:45 -05:00
  • 45acdf84c1 docs: Update CHANGELOG.md for v6.3.3 Alex Newman 2025-11-30 15:12:53 -05:00
  • 03b85d2af2 chore: Bump version to 6.3.3 v6.3.3 Alex Newman 2025-11-30 15:01:02 -05:00
  • 03fefca884 Enhance memory search functionality with timeline context retrieval (#151) Alex Newman 2025-11-30 14:58:01 -05:00
  • 01be3156fb fix: context hook updates and cleanup (#150) Alex Newman 2025-11-28 20:17:44 -05:00
  • a48a67ca76 fix: use spawnSync to avoid command injection risks Dmitry Guyvoronsky 2025-11-25 16:57:10 -08:00
  • 155465f52a docs: Update CHANGELOG.md for v6.3.2 Alex Newman 2025-11-25 16:38:59 -05:00
  • 0a70bcecc5 chore: Bump version to 6.3.2 v6.3.2 Alex Newman 2025-11-25 16:38:06 -05:00
  • 4e5913611a feat(search-server): enhance decision search with optional semantic query support Alex Newman 2025-11-25 16:37:08 -05:00
  • 73982dc709 docs: Update CHANGELOG.md for v6.3.1 Alex Newman 2025-11-25 15:48:37 -05:00
  • 93de6d97f5 chore: Bump version to 6.3.1 v6.3.1 Alex Newman 2025-11-25 15:47:47 -05:00
  • 29e6e026b6 feat: Add beta channel for experimental features and update documentation Alex Newman 2025-11-25 15:44:52 -05:00
  • 1b394cdf4e docs: Update CHANGELOG.md for v6.3.0 Alex Newman 2025-11-25 14:14:25 -05:00
  • 6ffa4cfde5 chore: Bump version to 6.3.0 v6.3.0 Alex Newman 2025-11-25 14:13:32 -05:00
  • 8caf159d99 feat: Add branch-based beta toggle for switching between stable and beta versions Alex Newman 2025-11-25 14:12:49 -05:00
  • 2a2206d886 fix: add Windows compatibility for PM2 detection Dmitry Guyvoronsky 2025-11-24 13:27:46 -08:00
  • e3a63c0294 docs: Update CHANGELOG.md for v6.2.1 Alex Newman 2025-11-23 16:20:18 -05:00
  • 634033b730 chore: Bump version to 6.2.1 v6.2.1 Alex Newman 2025-11-23 16:18:58 -05:00
  • 54ef1496d2 fix: Refresh in-memory session project when updated in database Alex Newman 2025-11-23 16:14:53 -05:00
  • 5d23c60b76 fix: Update project name when session already exists in createSDKSession Alex Newman 2025-11-23 16:06:46 -05:00
  • 9314ede6e9 docs: Update CHANGELOG.md for v6.2.0 Alex Newman 2025-11-22 00:29:25 -05:00
  • 58f4053a61 chore: Bump version to 6.2.0 v6.2.0 Alex Newman 2025-11-22 00:27:34 -05:00