Skip to content

v0.2.2

Choose a tag to compare

@wowo-zZ wowo-zZ released this 02 Apr 10:00
612b69c

SkillHub v0.2.2

A focused maintenance release that improves deployment usability and adds a new bilingual documentation site.

Highlights

Public URL-aware Docker deployment

  • Added --public-url to runtime.sh so deployment commands can use the real external address.
  • Generated install commands and skill.md content now avoid leaking localhost in Docker deployments.
  • Updated the web quick-start flow and runtime config to render public-facing URLs correctly.
  • Refreshed README.md and README_zh.md with the new deployment parameter and examples.

New bilingual documentation site

  • Added a VitePress documentation site with Chinese (/) and English (/en/) locales.
  • Included quickstart, introduction, FAQ, and feature guides for skill publish, discovery, namespace, review, scanner, and social workflows.
  • Added a GitHub Pages deployment workflow for the new docs site.
  • Added make docs-dev, make docs-build, and make docs-preview targets for local docs work.

Maintenance

  • Reorganized .gitignore for cleaner local development defaults.
  • Added .codex/ to .gitignore to reduce noise from local tooling.

Documentation

Full Changelog