f7f62ef3f3
feat(SessionStore): auto-create session records if missing
Alex Newman
2025-10-21 22:13:13 -04:00
726f167ebf
feat: Implement full-text search for user prompts
Alex Newman
2025-10-21 22:02:06 -04:00
a62887a6e0
docs: Add plan for storing raw user prompts
Alex Newman
2025-10-21 21:55:15 -04:00
635cc87462
fix: Auto-create sessions in worker when observations/summaries arrive
Alex Newman
2025-10-21 21:46:50 -04:00
c27f07023c
fix: Remove all session validation to prevent continuation errors after /exit
Alex Newman
2025-10-21 21:44:58 -04:00
e073c0b75f
chore: Release v4.1.1 - Remove redundant advanced_search and fix MCP bugs
v4.1.1
Alex Newman
2025-10-21 19:15:19 -04:00
562194612e
Remove advanced search functionality from search-server and SessionSearch classes
Alex Newman
2025-10-21 19:12:36 -04:00
02bce8a6e6
Enhance observation parsing and querying functionality
Alex Newman
2025-10-21 19:01:11 -04:00
e9bcb7e9db
Enhance search tips and tool descriptions for improved user guidance
Alex Newman
2025-10-21 17:36:22 -04:00
86214b93a9
Add support for index view in context hook and refactor summary retrieval method
Alex Newman
2025-10-21 17:28:39 -04:00
ef572ec032
Refactor summary generation from session-level to request-level
Alex Newman
2025-10-21 17:27:14 -04:00
3cb99ab7f4
Swap 'Completed' and 'Learned' output formatting in context hook for clarity; adjust color coding accordingly
Alex Newman
2025-10-21 16:41:27 -04:00
20136121d8
Refactor context hook output formatting to improve readability; remove unnecessary line breaks
Alex Newman
2025-10-21 16:40:14 -04:00
df0f3fd96c
Enhance context hook output formatting and add file aggregation for sessions
Alex Newman
2025-10-21 16:37:16 -04:00
fe861a85bd
Refactor PM2 commands in package.json for worker management; add CLAUDE.md documentation
Alex Newman
2025-10-21 16:19:27 -04:00
32f45a1100
Add search tips and format options for observation and session search results
Alex Newman
2025-10-21 15:34:39 -04:00
1ea692e0b0
chore: Update license information and add user settings manager script
Alex Newman
2025-10-21 15:12:34 -04:00
861cd20adf
chore: Update version to 4.1.0 in plugin.json
v4.1.0
Alex Newman
2025-10-21 01:08:10 -04:00
d275715974
Release v4.1.0 - Graceful session cleanup and MCP search server restoration
Alex Newman
2025-10-21 01:07:56 -04:00
fd4684dcb3
Refactor search server to use Model Context Protocol SDK; update tool handling and response formatting
Alex Newman
2025-10-21 01:03:35 -04:00
c54e50ec0c
refactor: Update cleanupHook documentation to reflect session completion logic
Alex Newman
2025-10-21 01:01:11 -04:00
c42444e06c
Refactor cleanupHook to remove HTTP session deletion and mark session as completed in the database
Alex Newman
2025-10-21 00:59:06 -04:00
cb2f2a0432
fix: Update command in SessionStart hook for correct node_modules path and remove package.json
Alex Newman
2025-10-20 18:18:07 -04:00
692bb07dfe
fix: Add pm2 dependency to package.json for improved process management
Alex Newman
2025-10-20 18:07:46 -04:00
58e9dcc0fc
fix: Update hook commands and reduce timeout values for improved performance
Alex Newman
2025-10-20 17:59:43 -04:00
f60ee3b4f5
fix: Update version to 4.0.6 and remove redundant npm install commands from hooks
Alex Newman
2025-10-20 17:57:23 -04:00
7ed166323c
fix: Update UserPromptSubmit hook to install better-sqlite3 with a message
Alex Newman
2025-10-20 17:55:39 -04:00
651989c423
refactor: Replace TypeScript bootstrap with bash dependency checks
Alex Newman
2025-10-20 17:01:24 -04:00
9dd8b180ac
fix: Use dynamic imports in hooks to fix better-sqlite3 loading
Alex Newman
2025-10-20 16:54:28 -04:00