Skip to content

ModelFaucet v1.0.1

Choose a tag to compare

@HiClawBot HiClawBot released this 18 Jun 04:11
· 2 commits to main since this release

English

ModelFaucet 1.0.1 is a source GA hardening patch focused on deployment validation and release hygiene.

Highlights

  • Added pnpm compose:verify to validate both default and hosted Docker Compose configs from one reusable command.
  • Added pnpm deps:review for dependency review before releases.
  • Added English and Simplified Chinese deployment validation docs covering Docker/Compose, secret manager, CORS, public readiness, and database checks.
  • Updated CI to use pnpm compose:verify on the Docker-capable runner.
  • Updated GA readiness verification to check deployment validation docs and new release scripts.
  • Updated README, docs homepage, roadmap, release checklist, and changelog for 1.0.1.

Security boundaries remain unchanged: provider API keys are server-side only, no hidden BYOK markup was added, and cloud-side guards continue to reject localhost/private-network targets.

中文

ModelFaucet 1.0.1 是 source GA hardening patch,重点是部署验证和发布门禁。

重点

  • 新增 pnpm compose:verify,用一个可复用命令验证默认和 hosted Docker Compose config。
  • 新增 pnpm deps:review,用于 release 前依赖审查。
  • 新增中英文部署验证文档,覆盖 Docker/Compose、secret manager、CORS、public readiness 和 database checks。
  • CI 改为在 Docker-capable runner 上运行 pnpm compose:verify
  • GA readiness verification 现在会检查部署验证文档和新的发布脚本。
  • README、文档首页、roadmap、release checklist 和 changelog 已更新到 1.0.1

安全边界保持不变:provider API keys 只能在服务端;没有添加隐藏 BYOK markup;cloud-side guard 继续拒绝 localhost/private-network 目标。