mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
`inheritUserEnvironment` set the daemon's PATH to NixOS user/system profiles only, missing `~/.nix-profile/bin` and `~/.local/state/nix/profile/bin` where home-manager installs per-user CLIs. Result: agents like claude/opencode installed via home-manager were invisible to the daemon and provider checks failed with "Provider 'X' is not available. Please ensure the CLI is installed." Prepend both home-manager profile dirs to PATH when running as a real user (cfg.user != "paseo"), and update the option doc accordingly. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>