Skip to content

Conversation

@Scoteezy
Copy link
Contributor

Summary

  • Fix project path generation to handle directories with spaces and underscores
  • Added (space) and _ (underscore) to the character replacement regex in
    getProjectPath()

Problem

Directories with spaces or underscores in their names could cause issues with Claude
session file paths.

Solution

Extended the regex from /[\\\/\.:]/g to /[\\\/\.: _]/g to replace these characters
with hyphens.

@bra1nDump bra1nDump merged commit a9385ca into slopus:main Jan 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants