• v0.0.87 b0c43ae0f7

    Ghost 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
  • v0.0.86 95722a9c59

    Ghost 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
  • v0.0.85 0503fb1399

    Ghost 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
  • v0.0.84 064379ebc5

    Ghost released this 2026-06-28 02:20:57 +00:00 | 278 commits to main since this release

    • Add AKCLIP_GET_CMD and AKCLIP_SET_CMD environment 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_CMD for the no-argument read path, AKCLIP_SET_CMD for 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 akclip binary, 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_content and set_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
  • v0.0.83 43e02315e5

    Ghost 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
  • v0.0.82 027dbb464b

    Ghost 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 detectbuild-iteratereleasebottlestidy run green from a push to main.
    • Ship Homebrew formula akclip v0.0.81 with precompiled Linux bottles for x86_64 (native) and arm64 (cross-compiled) so installs no longer need a local Rust toolchain.
    • Document the validated pipeline run (commit a14293e) in AGENTS.md as 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
  • v0.0.81 aba3f4858e

    Ghost 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
  • v0.0.80 f4ad3fb5c3

    Ghost 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); restrict TAP_TOKEN (personal access token) to cross-repo writes against the external Homebrew tap. Tap URL is now templated from github.server_url so the workflow is host-agnostic.
    • AI integration rewritten on top of opencode CLI — Replace the Ollama + _helpers.py JSON-roundtrip pipeline with direct opencode run invocations (prompt → file edits / release notes). Add an opencode preflight 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: true to every event trigger so superseded issue runs are killed instead of queued.
    • Runner label switched to rust-ci — Update runs-on from ubuntu-latest to the rust-ci self-hosted label so jobs land on the pre-built Rust + opencode image.
    Downloads
  • v0.0.76 32fbc44ea8

    Ghost 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
  • v0.0.75 8d7248ae72

    Ghost 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