Commit Graph

5 Commits

Author SHA1 Message Date
d-kimsuon
ebc6ecef39 chore: remove unrelated changes 2025-09-17 22:11:56 +09:00
kouyaman345
42d028b06d fix: Handle missing Claude projects directory and Node.js compatibility issues
- Add proper error handling for missing ~/.claude/projects directory
- Fix TypeError when d.parentPath is undefined (Node.js compatibility)
- Replace toSorted() with sort() for Node.js 18 compatibility
- Handle readdir errors gracefully and return empty arrays

These changes prevent the application from crashing with 'Internal Server Error'
when the Claude projects directory doesn't exist or when using Node.js < 20.
2025-09-07 07:17:36 +09:00
d-kimsuon
7c96a6316c feat: resume and new task 2025-09-01 17:31:56 +09:00
d-kimsuon
88ca98ac7f chore: update release script 2025-09-01 03:33:01 +09:00
d-kimsuon
64489e3f8b chore: add release script 2025-08-31 16:53:02 +09:00