-
Release v0.0.87 Stable
released this
2026-06-28 03:49:02 +00:00 | 265 commits to main since this release- Fix: in the level 3 (issues) workflow, the fix prompt is now branched by issue label so bug and enhancement fixes generate appropriately scoped changes.
- Tweak: separate code paths for bug vs enhancement labels improve triage-to-fix handoff accuracy.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.86 Stable
released this
2026-06-28 03:33:22 +00:00 | 269 commits to main since this release- Fix level 1 pipeline to skip release steps when language is detected as "other"
- Improve level 3 issue workflow to handle cases where the AI produces no file changes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.85 Stable
released this
2026-06-28 02:48:56 +00:00 | 274 commits to main since this release- Fix level3 issue automation: issues are now closed after the AI fix branch is pushed, instead of remaining open until the PR merges.
- Internal: merge devops -> main (#58) bringing the level3 fix into the release branch.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.84 Stable
released this
2026-06-28 02:20:57 +00:00 | 278 commits to main since this release- Add
AKCLIP_GET_CMDandAKCLIP_SET_CMDenvironment variable overrides on macOS, Linux, and Windows, letting users route clipboard read/write through a custom command instead of the platform default. - Promote the existing CLI env-var overrides (
AKCLIP_GET_CMDfor the no-argument read path,AKCLIP_SET_CMDfor the "command -> clipboard" path) so they are honored consistently across all three platform backends, not just the top-level CLI. - Replace placeholder tests with end-to-end integration tests that spawn the compiled
akclipbinary, locking shared environment mutation behind a mutex so the suite can run safely in parallel. - Cover the env-override path on each platform with success, non-zero exit, and missing-binary cases, plus default-path smoke tests for both
get_clipboard_contentandset_clipboard_content. - Treat empty command output as an error when writing to the clipboard, surfacing a clear "produced no output to copy" message instead of silently no-op-ing.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Add
-
Release v0.0.83 Stable
released this
2026-06-28 01:55:20 +00:00 | 283 commits to main since this release- Fix issue triage workflow: add checkout and preflight steps to the level3 triage job so the AI agent reliably reads the codebase before classifying newly opened issues.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.82 Stable
released this
2026-06-28 01:35:57 +00:00 | 287 commits to main since this release- Validate the level 1 CI pipeline end-to-end on akclip, confirming
detect→build-iterate→release→bottles→tidyrun green from a push tomain. - Ship Homebrew formula
akclipv0.0.81 with precompiled Linux bottles forx86_64(native) andarm64(cross-compiled) so installs no longer need a local Rust toolchain. - Document the validated pipeline run (commit
a14293e) inAGENTS.mdas a reference for the 3-level Forgejo workflow architecture. - Roll forward devops → main via merge PR #53, bringing the pipeline docs and bottle/formula refresh onto the production branch.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Validate the level 1 CI pipeline end-to-end on akclip, confirming
-
Release v0.0.81 Stable
released this
2026-06-28 01:22:55 +00:00 | 291 commits to main since this release- No user-visible changes in this release.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.80 Stable
released this
2026-06-28 01:16:55 +00:00 | 293 commits to main since this release- CI token strategy unified — Use
${{ github.token }}(forgejo-actions auto-user) for all in-repo operations (checkouts, release API, PRs, comments, label toggles); restrictTAP_TOKEN(personal access token) to cross-repo writes against the external Homebrew tap. Tap URL is now templated fromgithub.server_urlso the workflow is host-agnostic. - AI integration rewritten on top of
opencodeCLI — Replace the Ollama +_helpers.pyJSON-roundtrip pipeline with directopencode runinvocations (prompt → file edits / release notes). Add anopencodepreflight check to the runner setup so missing tooling fails fast. - Release pipeline hardened — Add explicit error reporting around the release upload, deduplicate the formula-commit step, and make the comments-fetch step tolerate Forgejo response-shape variations. Refresh in-repo documentation to match.
- Level 3 workflow polish — Apply
cancel-in-progress: trueto every event trigger so superseded issue runs are killed instead of queued. - Runner label switched to
rust-ci— Updateruns-onfromubuntu-latestto therust-ciself-hosted label so jobs land on the pre-built Rust + opencode image.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- CI token strategy unified — Use
-
Release v0.0.76 Stable
released this
2026-06-27 04:34:22 +00:00 | 317 commits to main since this release- DevOps Integration: Merged the devops branch into
main, bringing updated CI/CD workflows and configurations. - Test Configuration Cleanup: Removed the obsolete level2 test trigger file to streamline test execution.
- Pipeline Stability: Improved build and deployment processes for more reliable releases.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- DevOps Integration: Merged the devops branch into
-
Release v0.0.75 Stable
released this
2026-06-27 01:56:06 +00:00 | 320 commits to main since this release## Release Notes - **Documentation**: Replaced the outdated tap‑sync limitation notes with clear instructions for using the `TAP_TOKEN` environment variable. - **Homebrew**: Updated the Homebrew formula to **v0.0.74**, now shipping with pre‑built bottles for faster installation on macOS. - **Maintenance**: General chores and internal cleanup to improve overall stability and build performance.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)