spawn/packages/cli/src/sprite
A d4774fdc8e
fix(sprite): append to ~/.bash_profile and gate exec zsh on interactive shells (#2756)
- Use >> instead of > to append to ~/.bash_profile (preserves existing config)
- Gate exec zsh on interactive shells: [[ $- == *i* ]] && exec /usr/bin/zsh -l
- Bump CLI version to 0.21.7

Fixes #2740

Agent: code-health

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 23:55:33 -07:00
..
agents.ts feat: add downloadFile to CloudRunner + local OpenClaw config merge (#2636) 2026-03-14 15:47:32 -07:00
main.ts feat: add downloadFile to CloudRunner + local OpenClaw config merge (#2636) 2026-03-14 15:47:32 -07:00
sprite.ts fix(sprite): append to ~/.bash_profile and gate exec zsh on interactive shells (#2756) 2026-03-17 23:55:33 -07:00