co-mono/packages
Daniel Nouri 8fc0610a53 fix: Use bash instead of sh on Unix systems
The bash tool is named "bash" and described as executing bash commands,
but was using sh on Unix. On many distros (Ubuntu, Debian, Alpine, etc.),
/bin/sh is a POSIX-only shell that doesn't support bash syntax like [[ ]],
arrays, or here-strings. This caused the LLM to write bash syntax that
failed, wasting tokens on rewrites.

Now prefers /bin/bash on Unix, falling back to sh only if bash isn't found.
2025-12-26 23:12:57 +01:00
..
agent Release v0.30.2 2025-12-26 03:25:55 +01:00
ai Add empty Unreleased section 2025-12-26 03:26:49 +01:00
coding-agent fix: Use bash instead of sh on Unix systems 2025-12-26 23:12:57 +01:00
mom Release v0.30.2 2025-12-26 03:25:55 +01:00
pods Release v0.30.2 2025-12-26 03:25:55 +01:00
proxy Release v0.30.2 2025-12-26 03:25:55 +01:00
tui Release v0.30.2 2025-12-26 03:25:55 +01:00
web-ui Release v0.30.2 2025-12-26 03:25:55 +01:00