Use Node's os module instead of hardcoded Unix paths: - tui.ts: path.join(os.tmpdir(), 'tui') for debug dir - cmux/index.ts: join(tmpdir(), 'cmux.sock') for default socket path - voice/index.ts: os.homedir() as fallback instead of '/tmp' Fixes portability on Windows and macOS where /tmp may not exist or resolves to a different path (e.g. /private/tmp on macOS). |
||
|---|---|---|
| .. | ||
| native | ||
| pi-agent-core | ||
| pi-ai | ||
| pi-coding-agent | ||
| pi-tui | ||