Skip to content

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 11:36
· 14 commits to main since this release

Run generated commands in the user's actual shell (SHELL -c on Unix) instead of hardcoding sh -c, so shell dialect, exported variables and syntax match the shell the model was told to generate for. Also teaches the model to avoid unexported shell-specific variables like ZSH_CUSTOM and use absolute paths instead.

Full Changelog: v0.25.0...v0.26.0