-
released this
2026-07-05 03:40:42 +00:00 | 156 commits to main since this releaseDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)
-
released this
2026-07-05 03:27:50 +00:00 | 157 commits to main since this release7398353 chore: bump version to 0.0.97
db14934Update Cargo.tomlDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)
-
released this
2026-07-05 02:35:32 +00:00 | 162 commits to main since this release1b3d59f chore: bump version to 0.0.96
ae50012Update AGENTS.mdDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)
-
akclip v0.0.95
StableAll checks were successfulPipeline / orchestrate (push) Successful in 4m12sreleased this
2026-07-04 15:58:02 +00:00 | 186 commits to main since this releaseWhat's Changed
- Infrastructure: Removed level0-sync — reusable workflows now called via @main ref
- Build: Optimized release binary with maximum compression (opt-level=z, lto, strip)
- CI/CD: Pipeline improvements for forgejo Actions
Full Changelog: https://forge.akinus21.com/akinus/akclip/compare/v0.0.94...v0.0.95
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Release v0.0.94 Stable
released this
2026-07-04 05:30:04 +00:00 | 189 commits to main since this releaseWhat's Changed
- fix(ci): AI build-fix iteration 1
- feat: add detailed bottle building + TAP_TOKEN push instructions
Full Changelog: https://forge.akinus21.com/akinus/akclip/compare/v0.0.93...v0.0.94
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Release v0.0.93
StableAll checks were successfulPipeline / orchestrate (push) Successful in 4m43sreleased this
2026-07-04 01:55:52 +00:00 | 202 commits to main since this releaseWhat's Changed
- feat: @forgejo-actions mention trigger in comments — Add support for @forgejo-actions mentions in comments to trigger builds and actions
Full Changelog: https://forge.akinus21.com/akinus/akclip/compare/v0.0.92...v0.0.93
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Version 0.0.92 Stable
released this
2026-07-04 01:45:00 +00:00 | 203 commits to main since this releaseRelease Notes
- Minor refactor: removed release-bot-skip marker as thin bootstrap makes it unnecessary
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Release v0.0.90 Stable
released this
2026-06-28 16:57:18 +00:00 | 244 commits to main since this release- Use dynamic binary name variable in bottle directory structure for improved CI consistency
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.89 Stable
released this
2026-06-28 15:27:36 +00:00 | 248 commits to main since this release- Update Homebrew formula with precompiled Linux bottles (x86_64 and arm64) for faster installation
- Add
level0-syncworkflow to automatically sync CI/CD pipeline files from thedevops-pipelinetemplate repo - Add 5-attempt retry loop to OpenCode triage and auto-fix calls for improved resilience
- Fix bottle packaging to use
$BINinstead of hardcoded binary name; restore missingrm/mkdir/cpsteps - Update
AGENTS.mddocumentation for the newlevel0-syncworkflow andinstall.shchanges
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
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