singularity-forge/packages
Iouri Goussev e23a27c025 refactor: replace hardcoded /tmp paths with os.tmpdir()/homedir() (#1708)
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).
2026-03-21 08:46:34 -06:00
..
native refactor: remove dead code (unused exports) (#1486) 2026-03-19 15:33:32 -06:00
pi-agent-core fix: preserve user messages during abort with origin-aware queue clearing (#1439) (#1521) 2026-03-19 18:05:04 -06:00
pi-ai fix: update Anthropic OAuth endpoints to platform.claude.com (#1608) 2026-03-20 10:27:20 -06:00
pi-coding-agent release: v2.40.0 2026-03-20 21:54:27 +00:00
pi-tui refactor: replace hardcoded /tmp paths with os.tmpdir()/homedir() (#1708) 2026-03-21 08:46:34 -06:00