Releases: AgoraIO/cli
Releases · AgoraIO/cli
Release list
v0.2.7
Changelog
- 5ad9fa9: ci(release): make sigstore bundle mirroring best-effort; add explicit shell (@plutoless)
- 53108c2: ci(release): mirror binaries, latest.json, and installers to S3 (@plutoless)
- aad8582: ci: disable npm publishing; skip apt-repo job when GPG key unset (#45) (@plutoless)
- 03cb3b6: docs(installer): document S3 mirror env vars in install.sh --help (@plutoless)
- 443d10c: feat(installer): add S3 fallback to install.ps1 version + downloads (@plutoless)
- 37b9de9: feat(installer): add S3 mirror + AGORA_INSTALL_SOURCE env vars to install.sh (@plutoless)
- a359912: feat(installer): add S3 mirror + AGORA_INSTALL_SOURCE vars to install.ps1 (@plutoless)
- 604c7a1: feat(installer): add download_with_fallback to install.sh (@plutoless)
- 506d961: feat(installer): add fast-fail vs retry fetch profiles to install.sh (@plutoless)
- c7c804f: feat(installer): route install.ps1 archive/checksums through S3 fallback (@plutoless)
- 6bb0ec7: feat(installer): route version/archive/checksums through S3 fallback (@plutoless)
- 255ad74: fix(installer): do not send GitHub auth header to the S3 mirror (token leak) (@plutoless)
- f96c497: fix(installer): name only attempted sources in install.ps1 failure messages (@plutoless)
- 437e09f: fix(installer): name only the mirror in s3-only failure messages (install.sh) (@plutoless)
- e0e1cce: test(ci): add S3 fallback E2E for install.sh and install.ps1 (@plutoless)
- 2608c2b: test(ci): assert checksum rejection on mirrored archive in PowerShell fallback E2E (@plutoless)
- 08ae0f3: test(ci): harden fixture-server readiness and pin source in pre-existing smoke tests (@plutoless)
- 11a9188: test(ci): use fixed-port fixture server in Unix smoke test (fix macOS flake) (@plutoless)
- 805eecb: test(ci): use sha256sum/shasum fallback in Unix fallback E2E for macOS (@plutoless)
- 6b69c93: test(installer): add failing unit test for download_with_fallback (@plutoless)
v0.2.6
What's Changed
- Release/v0.2.6 by @digitallysavvy in #43
- Add project webhook CLI support by @plutoless in #38
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Patch/v0.2.5 by @digitallysavvy in #28
- docs(release): update installer migration docs by @digitallysavvy in #29
- Release/v0.2.5 by @digitallysavvy in #37
- Add region-aware CLI profile support by @sunshinexcode in #40
New Contributors
- @sunshinexcode made their first contribution in #40
Full Changelog: v0.2.4...v0.2.5
v0.2.4
v0.2.3
What's Changed
- Fix release Cosign bundle signing by @plutoless in #25
New Contributors
- @plutoless made their first contribution in #25
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
Changelog
- 9245fb7: added cooldown delays for dependancy updates (@digitallysavvy)
- 237f3db: added min wait time before updating deps (@digitallysavvy)
- b4a7f96: feat: add headlessSafe and interactivity fields to introspect JSON (@digitallysavvy)
- 4da2e6a: feat: forward MCP progress notifications for long-running tools (@digitallysavvy)
- e734e31: feat: hint when project env prints raw stdout in pretty TTY mode (@digitallysavvy)
- c064bc2: fix quickstart git clone credential handling (@digitallysavvy)
- fe90d74: fix to use platform-agnostic absolute path (@digitallysavvy)
- 4d2c7d3: fix: align module path and rename release archives to agora-cli (@digitallysavvy)
- 23e47eb: fix: harden CLI automation defaults for CI and agents (@digitallysavvy)
- ad8135d: fix: harden quickstart clone with friendly errors and override visibility (@digitallysavvy)
- 4dcf43e: fix: version-aware upgrade archive naming and release docs (@digitallysavvy)
- eb3dcc6: removed stale files (@digitallysavvy)
- c93c0d6: removed unused functions, fix lint error (@digitallysavvy)
- 58ec151: updated deps (@digitallysavvy)
- edbb792: updated go to 1.26.3 (@digitallysavvy)
- c98769f: updated troubleshooting docs (@digitallysavvy)
v0.2.0
Changelog
- a6bae77: chore(ci): add Pages, govulncheck, dependabot, and code owners (@digitallysavvy)
- 860e84a: chore(release): prepare v0.1.10 docs and version references (@digitallysavvy)
- 25fa505: chore(release): rename npm platform packages and add install.sh uninstall (@digitallysavvy)
- d7149f5: chore(release): set v0.2.0 changelog date to 2026-05-01 (@digitallysavvy)
- 566a9db: ci: install golangci-lint via go install for Go 1.26 toolchain compatibility (@digitallysavvy)
- 2077f09: docs(cli): remove legacy CLI references and rename integration tests (@digitallysavvy)
- 61576e9: docs(release): prepare v0.2.0 changelog and documentation (@digitallysavvy)
- 857e541: docs(release): set v0.2.0 changelog date to 2026-05-04 (@digitallysavvy)
- b09124f: f (@digitallysavvy)
- 2a74b0a: feat(cli): add MCP server, feature catalog, and init agent rule drops (@digitallysavvy)
- f436928: feat(cli): add install doctor, env-help, skills, and telemetry refactor (@digitallysavvy)
- 330059a: feat(cli): cache project lists, harden completion, and enrich agora open (@digitallysavvy)
- a18c4b9: feat(cli): default features, RTM data center, and init project selection (@digitallysavvy)
- 96b462f: feat(cli): detect framework for project env write and sync local binding (@digitallysavvy)
- 7a819c2: feat(cli): refine init project selection and refresh introspect golden (@digitallysavvy)
- 46d6dbe: fix generated command docs drift (@digitallysavvy)
- a62a2f1: fix pages artifact permissions (@digitallysavvy)
- 15bf2c4: fix(cli): detect terminal width for pretty block output (@digitallysavvy)
- 2bb22e2: fix(cli): harden Windows OAuth and improve interactive output (@digitallysavvy)
- 0e95ced: fix(cli): satisfy golangci-lint (errcheck, unused, errorlint, ineffassign) (@digitallysavvy)
- 4620b92: regenerated commands to fix build errors (@digitallysavvy)
- 65200fb: updated ignore list (@digitallysavvy)
- 28c5267: updated mcp user facing docs, to remove transport flag, local subprocess is default and only option (@digitallysavvy)
v0.1.9
Changelog
- 27652f3: fix(upgrade): use install receipts for upgrade detection - manual vs package manager (@digitallysavvy)
v0.1.8
Changelog
- 25b71e7: ci: stabilize Windows installer smoke test (@digitallysavvy)
- 00c2b27: fix auth login on Windows by preserving OAuth PKCE params (@digitallysavvy)
- 7a5b0f0: fix(auth): harden Windows OAuth callback handling, preserve PKCE login flow on Windows (@digitallysavvy)