Skip to content

Releases: volcengine/VolcEngineRTC_CLI

vertc 0.0.3

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:10

vertc 0.0.3 is the first stable public release of the VolcEngine RTC CLI. It improves first-run usability for developers and coding agents while tightening the release pipeline around reproducible, version-correct artifacts.

Highlights

  • Makes the Chinese guide the default README and adds a dedicated English guide.
  • Uses readable output when stdout is a terminal while preserving JSON for pipes, redirects, and automation.
  • Updates GitHub Actions and Go dependency pins to reviewed upstream versions, with CI and vulnerability checks covering the public source.
  • Strengthens verification for all seven release assets, checksums, packaged Skills, and npm inputs.
  • Keeps checked-in official Skill metadata on a reserved development placeholder, then stamps Skill and package versions from the requested stable or prerelease identity only inside isolated release trees.
  • Adds an exact-commit public-release preflight so reserved or mismatched source identities are rejected before a tag is published.
  • Keeps prerelease packages isolated on the npm next channel while stable releases use latest.
  • Improves InteractAI workflow guidance so cached CLI and Skill lifecycle notices are reported after the current task completes.

Install

npm install -g @volcengine/rtc-cli@0.0.3
vertc version

Release archives cover macOS, Linux, and Windows on amd64 and arm64. Verify standalone downloads with the published checksums.txt file.

vertc 0.0.1-rc.3

vertc 0.0.1-rc.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Aug 15:25

This release candidate refreshes vertc, the Volcengine RTC developer-workflow CLI, with a corrected post-publication verification path for embedded Skills. It continues to focus on the voice-agent × web workflow. As a release candidate, commands and workflow details may still change before the first stable release.

Highlights

  • Guided project setup: scaffold the pinned official rtc-aigc-demo web template, sign in to Volcengine, select RTC and conversational-AI resources, and start local development through init, auth login, and dev.
  • Diagnostics and recovery: use doctor for evidence-based readiness checks and explain-error for an offline SDK and conversational-AI error catalog.
  • Agent- and automation-friendly behavior: machine-readable JSON output, stable typed error.code values, clean stdout/stderr separation, dry-run support, and embedded workflow Skills.
  • Secure local configuration: project metadata remains reviewable, credentials use protected local storage, and RTC AppKey values stay out of project configuration, command arguments, logs, and structured output.
  • Cross-platform distribution: prebuilt archives for macOS, Linux, and Windows on amd64 and arm64, with SHA-256 verification during npm installation and update.
  • Reproducible release assets: archives are stamped from the immutable public source identity and can be rebuilt consistently from the same commit.
  • Verified embedded Skills: post-publication checks now recognize root-level Skill manifests in both tar.gz and zip release archives, with end-to-end regression coverage across all supported targets.

Install

npm install -g @volcengine/rtc-cli
vertc version --format pretty

The npm latest dist-tag points to 0.0.1-rc.3 for this preview.

Release assets

  • vertc_0.0.1-rc.3_darwin_amd64.tar.gz
  • vertc_0.0.1-rc.3_darwin_arm64.tar.gz
  • vertc_0.0.1-rc.3_linux_amd64.tar.gz
  • vertc_0.0.1-rc.3_linux_arm64.tar.gz
  • vertc_0.0.1-rc.3_windows_amd64.zip
  • vertc_0.0.1-rc.3_windows_arm64.zip
  • checksums.txt

Current scope

  • Supported scene and platform: voice-agent × web.
  • GitHub marks this version as a pre-release and does not mark it as Latest.
  • Feedback from this candidate will inform the first stable release.

vertc 0.0.1-rc.2

vertc 0.0.1-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Aug 12:39

This is the first distributed public release candidate of vertc, the Volcengine RTC developer-workflow CLI. It focuses on the voice-agent × web workflow. As a release candidate, commands and workflow details may still change before the first stable release.

  • Guided project setup: scaffold the pinned official rtc-aigc-demo web template, sign in to Volcengine, select RTC and conversational-AI resources, and start local development through init, auth login, and dev.
  • Diagnostics and recovery: use doctor for evidence-based readiness checks and explain-error for an offline SDK and conversational-AI error catalog.
  • Agent- and automation-friendly behavior: machine-readable JSON output, stable typed error.code values, clean stdout/stderr separation, dry-run support, and embedded workflow Skills.
  • Secure local configuration: project metadata remains reviewable, credentials use protected local storage, and RTC AppKey values stay out of project configuration, command arguments, logs, and structured output.
  • Cross-platform distribution: prebuilt archives for macOS, Linux, and Windows on amd64 and arm64, with SHA-256 verification during npm installation and update.
  • Reproducible release assets: archives are stamped from the immutable public source identity and can be rebuilt consistently from the same commit.
npm install -g @volcengine/rtc-cli
vertc version --format pretty

The npm latest dist-tag points to 0.0.1-rc.2 for this preview.

  • vertc_0.0.1-rc.2_darwin_amd64.tar.gz

  • vertc_0.0.1-rc.2_darwin_arm64.tar.gz

  • vertc_0.0.1-rc.2_linux_amd64.tar.gz

  • vertc_0.0.1-rc.2_linux_arm64.tar.gz

  • vertc_0.0.1-rc.2_windows_amd64.zip

  • vertc_0.0.1-rc.2_windows_arm64.zip

  • checksums.txt

  • Supported scene and platform: voice-agent × web.

  • GitHub marks this version as a pre-release and does not mark it as Latest.

  • Feedback from this candidate will inform the first stable release.