Skip to content

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.