-
Notifications
You must be signed in to change notification settings - Fork 82
chore(claude-code): use $HOME variable instead of hardcoded path and remove symlink #592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…oded path in symlink creation
a758b67 to
8766ec2
Compare
…remove symlink creation
|
I think just exporting the bin to path in the install script achieves what we want without needing the symlink at all |
|
@35C4n0r let me know what you think on this tomorrow |
|
@DevelopmentCats instead of using export in start.sh let's use: This would ensure the path is updated globally. |
Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
❌ Version Bump Validation FailedBump Type: Module versions need to be updated but haven't been bumped yet. Required Actions:
Script Output:
|
Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
Description
/home/coderpath.Type of Change
Module Information
Path:
registry/[coder/modules/claude-codeNew version:
v4.2.7Breaking change: [ ] Yes [x] No
Testing & Validation
bun test)bun fmt)Related Issues