-
v0.6.0 Stable
released this
2026-09-09 13:35:38 +00:00 | 1 commits to main since this releasev0.6.0 - 2026-09-09
- Added: Repo label CRUD — create, read, list, update, delete — across the CLI, MCP server, and OpenCode plugin (#42).
- Added:
whoamiandrepo listsubcommands and matching MCP and OpenCode plugin tools.
No breaking changes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2026-09-06 22:29:21 +00:00 | 12 commits to main since this releasev0.5.5 — tooling and doc hygiene only; no feature changes.
Tooling
- chore(mise): set BUN_MAX_WORKERS=1 at project scope
- chore(workflows): drop publish.yaml; releases are local now
Docs
- docs: consolidate host gotchas and releasing runbook
- docs(release): wrap build gates in mise tasks; ship release as draft until assets land
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.5.4
Stablereleased this
2026-09-06 21:52:43 +00:00 | 16 commits to main since this releaseRelease-pipeline simplification for a more robust release process: dropped OIDC JWT minting and the npm registry publish path; the workflow now just runs lint, typecheck, test, build, then uploads
forgejoctlandforgejoctl.tar.gzas release assets.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
released this
2026-09-04 22:13:10 +00:00 | 27 commits to main since this releasev0.5.1 - 2026-09-04
Consolidated changelog of user-facing changes since v0.3.0. The underlying
features already shipped in v0.4.0, v0.4.1, v0.4.2, and v0.5.0; v0.5.1
documents them in one place.Releases & tags coverage
Eleven release and tag operations now ship across all three adapters (MCP,
OpenCode plugin, CLI). Tag-only addressing throughout; passtag="latest"to
get_releaseto resolve the latest non-prerelease, non-draft release.- Added:
list_releases,get_release,create_release,update_release,
delete_release,list_tags,get_tag,create_tag,delete_tag,
list_release_assets,delete_release_assetin MCP, OpenCode plugin, and CLI. - Added:
release_asset_uploadin the CLI for attaching the compiled
binary or tarball to a release. Asset upload stays CLI-only — MCP stdio has
no outbound binary blocks, and the CLI is the natural CI consumer with the
file path on disk. - Added:
update_pull_request(title and body via PATCH) in MCP, OpenCode
plugin, and CLI; coverage previously ended atcreate_pull_request.
Authentication
- Added:
FORGEJO_TOKEN_FILEenv var — path to a file containing the API
token. Defaults to/run/secrets/forgejo-tokenand takes precedence over
FORGEJO_TOKEN. Useful for containerized deployments and CI where
mounting a secret file is preferred over injecting the token directly.
Packaging
- Fixed: removed
exports["./server"]frompackage.json. The subpath
pointed atdist/server.js, whose top-levelcreateMcpServer/runMcpServer
exports triggered OpenCode's legacy plugin loader and crashed reading
.config/.eventon non-Hooks return values (introduced in v0.4.0).
Usebunx @sebatec-eu/forgejoctl serve-mcpfor MCP entry — the CLI
subcommand is the supported path.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added: