Releases: thought2code/video-driven-skill
Releases · thought2code/video-driven-skill
v0.1.1
v0.1.1 (2026-05-20)
Patch release: align GHCR image registry and install script URLs with the repository owner thought2code.
Fixed
docker-compose.release.yml— image paths now useghcr.io/thought2code/...scripts/install.sh/scripts/install.ps1— download compose and.envfromthought2code/video-driven-skillREADME.md/README.zh-CN.md— install docs and GHCR links updated
Install (this release)
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/thought2code/video-driven-skill/v0.1.1/scripts/install.sh | bash -s -- --ref v0.1.1 --tag v0.1.1Windows (PowerShell)
$env:VD_SKILL_REF='v0.1.1'; $env:VD_SKILL_IMAGE_TAG='v0.1.1'; irm https://raw.githubusercontent.com/thought2code/video-driven-skill/v0.1.1/scripts/install.ps1 | iexSet AI_API_KEY in .env, then open http://localhost:3000.
Container images
| Image | Tags |
|---|---|
ghcr.io/thought2code/video-driven-skill-backend |
v0.1.1, latest |
ghcr.io/thought2code/video-driven-skill-frontend |
v0.1.1, latest |
v0.1.0
Video Driven Skill v0.1.0 (2026-05-20)
First versioned release with pre-built Docker images on GitHub Container Registry (GHCR) and a no-clone install path for end users.
Note: Compose files and install scripts in this tag still reference
ingorewhofor GHCR. Use v0.1.1 for a working out-of-the-box install, or apply the registry fix manually when using v0.1.0 images.
Highlights
- GHCR images — Backend and frontend images are built and published automatically when a
v*Git tag is pushed. - Release install —
docker-compose.release.ymlplusscripts/install.sh/scripts/install.ps1for running without cloning the repo. - Documentation — README (EN / 简体中文) reorganized with separate paths for end users vs developers.
Container images
| Image | Tag examples |
|---|---|
ghcr.io/thought2code/video-driven-skill-backend |
v0.1.0, latest |
ghcr.io/thought2code/video-driven-skill-frontend |
v0.1.0, latest |
Quick start (Docker)
Recommended: install v0.1.1 instead.
For this tag’s images only:
export VD_SKILL_IMAGE_TAG=v0.1.0
docker pull ghcr.io/thought2code/video-driven-skill-backend:v0.1.0
docker pull ghcr.io/thought2code/video-driven-skill-frontend:v0.1.0Configure via build from source or upgrade to v0.1.1 install scripts.
Requirements
- Docker
- An OpenAI-compatible API key (
AI_API_KEYin.env) for skill generation