-
Release v0.0.88 Stable
released this
2026-06-28 04:31:27 +00:00 | 258 commits to main since this release- Run shell commands through
sh -c(orcmd /Con Windows), enabling pipes, joins, redirections, line-continuations, and globbing when capturing command output to the clipboard (fixes #59). - Pipe data directly into
akclipfrom 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-errorso 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()toif: steps.build.outcome == failureacross all three workflow levels, keeping the recovery path reliable. - README updated with shell-syntax and stdin-pipe examples for the new write flows.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Run shell commands through