vertc 0.0.1-rc.3
Pre-release
Pre-release
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-demoweb template, sign in to Volcengine, select RTC and conversational-AI resources, and start local development throughinit,auth login, anddev. - Diagnostics and recovery: use
doctorfor evidence-based readiness checks andexplain-errorfor an offline SDK and conversational-AI error catalog. - Agent- and automation-friendly behavior: machine-readable JSON output, stable typed
error.codevalues, 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 prettyThe 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.gzvertc_0.0.1-rc.3_darwin_arm64.tar.gzvertc_0.0.1-rc.3_linux_amd64.tar.gzvertc_0.0.1-rc.3_linux_arm64.tar.gzvertc_0.0.1-rc.3_windows_amd64.zipvertc_0.0.1-rc.3_windows_arm64.zipchecksums.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.