You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add a 3-minute timeout and logging to bootstrap.sh to prevent hanging
while waiting for Xcode Command Line Tools.
- Add a 5-second timeout in install.sh using perl to prevent hanging
when reading the legacy zsh PATH.
- Replace unsafe eval with array-based command execution in aic.fish
to prevent command injection from malicious git diffs.
- Enforce strict prompt constraints in aic.fish and ait.fish to forbid
markdown blocks and conversational filler text.
- Add awk-based fallback parser in aic.fish to forcefully extract the
commit message if the AI model disobeys output constraints.
- Include bootstrap.sh in the Makefile shellcheck linting target.
- Clear the local fisher plugin cache during Makefile plugin updates.
0 commit comments