Skip to content

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.