-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
The integrated terminal within the Claudia application (v1.0.41) is unable to find and execute command-line tools that are available in my standard user shell environment. This results in command not found errors when the AI attempts to run common development tools like pnpm.
This issue appears to be specific to the Claudia wrapper, as Claude Code can successfully execute these commands when used by itself (open claude in Terminal while in project directory). The problem suggests that Claudia's shell session is not correctly inheriting the PATH variable from my user shell configuration (e.g., .zshrc or .bash_profile).
Steps to Reproduce
Open a project in the Claudia desktop application.
Start a new code session.
Ask the AI to perform a task that requires a command-line tool installed in a non-standard path (e.g., via Homebrew or a node version manager). For example, "Use pnpm to add the node-cron dependency."
Observe the terminal output.
Expected Behavior
Claudia's terminal should access the same PATH environment variable as my native terminal. It should successfully find and execute the pnpm command, and any other command-line tools I have installed.
Actual Behavior
The command fails with a command not found error. The AI attempts to run the command, but the shell session within Claudia cannot locate the pnpm executable.
As seen in the screenshot below, the initial command failed, and a follow-up diagnostic command (which pnpm) also failed to find the executable.
Screenshot

Environment
Application: Claudia Code v1.0.41
Operating System: macOS 26.0 Beta (25A5306g) - Tahoe
Shell: zsh