mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-24 20:28:16 +02:00
Enabling Claude/Codex in Settings -> Code Mode failed on Windows with "tar (child): Cannot connect to C: resolve failed / gzip: stdin: unexpected end of file". PATH `tar` resolves to a GNU tar (Git/MSYS2) that misreads the absolute archive path "C:\...\engine.tgz" as a remote host:path spec. Pin extraction to the bsdtar shipped in System32, which handles drive-letter paths natively, with a relative-path fallback if it is absent. macOS/Linux behavior is unchanged. |
||
|---|---|---|
| .. | ||
| apps | ||
| packages | ||
| patches | ||
| .gitignore | ||
| ANALYTICS.md | ||
| CODE_MODE_ENGINES_PLAN.md | ||
| eslint.config.mts | ||
| LIVE_NOTE.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||