release: prepare Agora CLI v0.2.9 - #63
Open
digitallysavvy wants to merge 19 commits into
Open
Conversation
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
… clarify project selection process
# Conflicts: # CHANGELOG.md
digitallysavvy
requested review from
littleDogWang,
plutoless and
sunshinexcode
August 21, 2026 17:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepare Agora CLI v0.2.9 with consistent quickstart environment setup, explicit project selection, Android onboarding, Windows installer compatibility, dependency maintenance, and expanded test coverage.
This release incorporates the work from #57, #58, #59, and #60.
Changes
agora initandagora quickstart.server/.envusingAGORA_APP_IDandAGORA_APP_CERTIFICATE.APP_IDandAPP_CERTIFICATEnames.quickstart create --template-onlyfor explicit clone-only workflows.QUICKSTART_PROJECT_REQUIREDbefore cloning in JSON, CI, non-TTY, and--yesworkflows without a project.actions/setup-nodeandactions/setup-goto v7.Testing
go test ./...internal/clistatement coverage: 75.1%cmd/gendocsstatement coverage: 93.9%Coverage includes public CLI behavior for:
Release dependencies
The following upstream quickstart migrations must merge before publishing v0.2.9:
Compatibility note
agora quickstart createno longer silently performs a clone-only workflow when no project resolves. Use--template-onlyexplicitly, select a project interactively, or provide--projectfor deterministic automation.