Commit Graph

9 Commits

Author SHA1 Message Date
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
66754d9f36 feat: improve command viewer 2025-09-01 03:23:22 +09:00
d-kimsuon
14b074c03c feat: implement sessions sidebar 2025-08-30 16:05:32 +09:00
d-kimsuon
6cbb7fba7c refactor: format and refactor files 2025-08-30 15:20:50 +09:00
d-kimsuon
efd06c720e feat: add filter option only having user messages 2025-08-30 15:16:53 +09:00
d-kimsuon
bd0aeb490b feat: implement sub chain message view feature 2025-08-30 15:00:02 +09:00
d-kimsuon
bfa19a6e85 chore: format files 2025-08-30 13:26:29 +09:00
d-kimsuon
16ec283e50 feat: implement general viewer ui 2025-08-30 03:08:48 +09:00
d-kimsuon
0d5ac6c66f feat: implmenet core apis 2025-08-30 02:04:11 +09:00