chore(release): publish v0.5.0 - #167
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要 / Summary
将已验证的
v0.5.0-rc.1提升为正式v0.5.0:统一 Starter 与十六个官方插件的稳定版本和 npmlatest通道,并让冻结发布流水线同时支持稳定版与预发布版。运行时、UI、配置和持久化格式相对 RC 不变。关联 Issue 或背景 / Related Issue or Context
维护者直接发起的正式版发布准备,无需新增 Issue。Follow-up to #164 and #165. Refs #110, #40, and #77; this PR intentionally does not close the still-open incremental-injection scope in #40.
涉及区域 / Affected Areas
PR 类型 / PR Type
最新代码确认 / Latest Codebase Confirmation
main分支开发,或在提交前已 rebase 或合并最新main。 / I developed from the latestmain, or rebased or merged the latestmainbefore submitting.同步命令 / Sync command:
git fetch origin main && test "$(git merge-base HEAD origin/main)" = "$(git rev-parse origin/main)"AI 编码披露 / AI Coding Disclosure
使用的 AI 模型 / AI model used:
OpenAI GPT-5 (Codex)
使用的编码 Agent 工具 / Coding Agent tool used:
Codex
仓库规范检查 / Repository Rules
@deepseek-ai/*NPM 契约。 / I did not modify DSH source or point tsconfig at a DSH source checkout, and used only published@deepseek-ai/*NPM contracts.src/shared/contracts.ts为准,没有在两侧重复定义 wire DTO。 / The Client and Host boundary still usessrc/shared/contracts.tsas the single source for wire DTOs.lib/文件。 / I did not commit tokens, credentials, private memory, unredacted logs, or generatedlib/files.兼容性与数据安全 / Compatibility and Data Safety
不改变 DSH/Mnemon/Provider 运行契约、配置、RPC 权限、存储路径或数据格式,不执行数据迁移。正式版与 RC 使用同一运行时代码;Starter 精确锁定同版本插件。升级前仍要求备份有效记忆根、Documents、DSH profile 与外部 Provider 数据;可恢复到原 profile 与配套备份。发布流水线继续先发布插件、Registry 回读,再发布 Starter,并拒绝复用同版本但不同 integrity 的制品。
本地验证 / Local Validation
执行的命令 / Commands run:
结果摘要 / Result summary:
全部通过。
pnpm verify完成 39 文件确定性构建、全部 workspace build/typecheck/test、115 个根测试文件与 1009 项测试通过;Native opt-in 与 Windows-only 各跳过 1 项;Headless 38 个工具/7 个代表性 Mnemon 工具、包内容、11 个 Node 入口、publint 与 attw 均通过。verify:plugins验证 16 个独立插件仓库、17 个 packed artifacts、真实 DSH Starter 激活、三个 Strategy 扩展并行激活及外部消费者公共 SDK 测试。用户可见变更证据 / Local Feature Evidence
证据 / Evidence:
N/A。此 PR 只准备稳定版本、发行文档与发布流水线,不改变运行时或 WebUI。合并后将由受保护的
npm-releaseEnvironment 完成 Registry 回读、真实v0.4.7 → v0.5.0升级 smoke,并最后创建 GitHub stable Release。