in file https://github.com/shelltime/cli/blob/main/model/ccusage_service.go#L213 and https://github.com/shelltime/cli/blob/main/model/ccusage_service.go#L214, we call exec.LookPath to get the executable bunx or npx. But it could not find the daemon service. maybe because the PATH is not inherited from the env.
pls create a custom LookPath function try to find the properly executable binary.
@claude
in file
https://github.com/shelltime/cli/blob/main/model/ccusage_service.go#L213andhttps://github.com/shelltime/cli/blob/main/model/ccusage_service.go#L214, we callexec.LookPathto get the executablebunxornpx. But it could not find the daemon service. maybe because the PATH is not inherited from the env.pls create a custom
LookPathfunction try to find the properly executable binary.@claude