-
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