• v0.0.88 00a71f1c9e

    Ghost released this 2026-06-28 04:31:27 +00:00 | 258 commits to main since this release

    • Run shell commands through sh -c (or cmd /C on Windows), enabling pipes, joins, redirections, line-continuations, and globbing when capturing command output to the clipboard (fixes #59).
    • Pipe data directly into akclip from stdin to set the clipboard, e.g. ps -aux | grep akclip | akclip, in addition to the existing read/write flows.
    • CI build step now uses continue-on-error so jobs report success when the AI-fix loop recovers a failing build, instead of staying red after opencode's retry fixed the issue.
    • AI-fix loop gate switched from if: failure() to if: steps.build.outcome == failure across all three workflow levels, keeping the recovery path reliable.
    • README updated with shell-syntax and stdin-pipe examples for the new write flows.
    Downloads