0.8.0 — One-command local experience / 一行启动
Release notes for 0.8.0. Availability is determined by npm and the matching GitHub Release, not by this source file. Related issue: #78.
Adds dsh-multi-tenant start, status, stop, and doctor. Published artifacts bind a verified prebuilt runtime digest; source builds require an explicit local image. No checkout, pnpm, user-side image build or handwritten profile is required for the published experience.
The local launcher provisions Alice and Bob with distinct origins, single-use sign-in tickets, native DSH Web and persistent Docker volumes. An explicitly deterministic demo model exercises native MCP/file/subagent paths without API keys. Real model credentials and selection remain native DSH features.
A new Docker provider uses daemon-owned volumes and an authenticated loopback relay, removing host bind-path/Unix-socket/UID coupling from the CLI. The existing Linux SDK provider retains its API. The relay denies unauthenticated access even to native login endpoints.
Native Linux amd64 and arm64 have passed installed-CLI verification. Quality checks now run locally; GitHub only builds release images and publishes on manual dispatch. Docker Desktop support requires platform verification; do not infer certification from its transport design. Remote Docker contexts and Windows containers are rejected.
0.7 platform users retain their API. CLI data is separate and image-pinned; no legacy or cross-runtime data migration is introduced. Demo identity selection is local-only and is not a production login system. Registry publication remains a separate manual workflow. Maintainers verify the bound tarball and published npm CLI locally without an image override; the workflow checks artifact identity and delivery without rerunning native/browser tests.
README now leads with the local CLI and links to an AI project guide shipped in the npm package. Root AGENTS.md maps repository changes to development and verification commands.
中文
新增一行启动入口,自动准备固定运行镜像、域和 profile,打开本机体验页。Alice/Bob 使用独立原生 DSH 工作台;默认演示模型明确标识,无需密钥。停止后保留数据,重复启动复用入口。
新增 Docker 命名卷与受认证本机转发实现,既有平台 SDK 保持可用。真实模型通过原生设置接入。镜像由发布流水线预构建、验证并绑定 digest,源码中的空 manifest 不冒充已发布镜像。
本机 Linux 验证、arm64 CI 与 Desktop 实机证据分别记录;不声明尚未执行的平台验证。发布状态以 npm 与 GitHub Release 为准,不自动部署公网。
README 以 CLI 体验为入口;新增随包 AI 导航和根目录 AGENTS.md,覆盖项目理解、集成、开发与验证。绑定镜像后的 tarball 和 npm 真实 CLI 验证改为本地执行;GitHub 只保留手动构建发布和轻量产物核验,不再重复跑 CI。