Skip to content

initial commit - #12

Open
nfurfaro wants to merge 1 commit into
mainfrom
furnic/claude-path-fix
Open

initial commit#12
nfurfaro wants to merge 1 commit into
mainfrom
furnic/claude-path-fix

Conversation

@nfurfaro

@nfurfaro nfurfaro commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

fixes #11

@nfurfaro
nfurfaro requested a review from freesig April 1, 2026 17:01
@freesig

freesig commented Apr 6, 2026

Copy link
Copy Markdown
Collaborator

Does this permanently add these to PATH though as that would be bad

@nfurfaro

nfurfaro commented Apr 7, 2026

Copy link
Copy Markdown
Contributor Author

No — not permanently. The PATH modification is scoped to the spawned claude child process only (cmd.env("PATH", …) . It doesn't touch your shell, ~/.zshrc, launchctl, or the parent process environment. Each invocation rebuilds it from the current PATH env var at runtime.

Note that this seems to be only needed for the TUI crate.

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.

Spec-forest can lack AI features if it can't find claude.

2 participants