Personal_AI_Infrastructure icon indicating copy to clipboard operation
Personal_AI_Infrastructure copied to clipboard

2.1.0 - ENV path inconsistent

Open sti0 opened this issue 5 days ago • 1 comments

Installer installs to $PAI_DIR/.env: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Bundles/Official/install.ts#L98 Voice server loads from home dir: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Packs/pai-voice-system/src/voice/server.ts#L29 Hooks read from $PAI_DIR and fall back to .config/pai: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Packs/pai-voice-system/src/hooks/stop-hook-voice.ts#L36

sti0 avatar Jan 08 '26 14:01 sti0