CodeAgora v0.1.0 is the first stable release line for the CLI, GitHub Action, MCP server, and Desktop app surface.
npm i -g @codeagora/review
agora init
git diff | agora reviewFor MCP clients:
{
"mcpServers": {
"codeagora": {
"command": "npx",
"args": ["-y", "@codeagora/mcp"]
}
}
}For GitHub Actions:
- uses: bssm-oss/CodeAgora@v0.1.0@codeagora/review@0.1.0is published on npmlatest.@codeagora/mcp@0.1.0is published on npmlatest.- GitHub Action users can pin
bssm-oss/CodeAgora@v0.1.0. - GitHub Release
v0.1.0is a stable release, not a prerelease.
The release includes a macOS arm64 Desktop DMG:
https://github.com/bssm-oss/CodeAgora/releases/download/v0.1.0/CodeAgora_0.1.0_aarch64.dmgThe Desktop DMG is an unsigned preview build for v0.1.0. It is not Developer ID signed, not notarized, and does not enable the Tauri updater channel. macOS Gatekeeper warning is expected.
- Release workflow: https://github.com/bssm-oss/CodeAgora/actions/runs/27674620478
- Evidence artifact:
release-evidence-v0.1.0 - Release assets:
CodeAgora_0.1.0_aarch64.dmgdesktop-unsigned-dmg-evidence.jsondesktop-unsigned-dmg-gate.logevidence-manifest.json
Developer ID signing, notarization, stapling, stable Tauri updater distribution, and Vercel production deployment verification are tracked as follow-up work and are not claimed by the v0.1.0 unsigned Desktop preview.
Full changelog: https://github.com/bssm-oss/CodeAgora/compare/v0.1.0-rc.5...v0.1.0