9b603e5f7519a39dfd61a9a050a8d78871312299
Added GET /api/projects/suggestions endpoint that provides intelligent project suggestions based on session context. The endpoint: - Takes sessionId as a required query parameter - Retrieves session from in-memory or historical sessions - Calculates scores for each project using multiple criteria: * Directory match (90 points): session workingDir === project path * Subdirectory match (50 points): session workingDir starts with project path * Used today (20 points): project lastActivity < 1 day ago * Used this week (10 points): project lastActivity < 7 days ago * Name similarity (15 points): overlap between session dir name and project name - Returns top 3 scored suggestions with reasons - Also returns all projects sorted alphabetically - Filters out projects with zero scores from suggestions - Handles missing sessions with appropriate error responses Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
9b603e5f75
·
2026-01-19 16:58:56 +00:00
10 Commits
Description
Super charging claude code with a massive feature list of MCPs, agents, tooling and skills!
Languages
TypeScript
76.3%
Python
12%
Shell
4.4%
JavaScript
4.1%
HTML
2.1%
Other
1%