chore(release): prepare v0.4.7 - #163
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
Prepare
dsh-mnemon@0.4.7so the merged DSH 0.1.2-rc.1 compatibility work from #162 reaches npm users. This release-only PR bumps the package version, adds matching Chinese and English release notes, updates active installation and transport documentation for stable rc.1, and preserves alpha.5 source coverage plus the rc.2 rollback path; it adds no runtime source changes beyond the already merged compatibility work.关联 Issue 或背景 / Related Issue or Context
Maintainer-requested v0.4.x patch release after merging #161 and #162. npm and GitHub currently remain on v0.4.6, while v0.4.7 is unoccupied. The release collects only the cloud WebUI documentation, DSH rc.1 compatibility implementation, tests/evidence, and release metadata already present on
main; no unrelated v0.5 work is included.涉及区域 / 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:
Base:
b650ff08433bb579b0ef54a75132630fb297be75(merged #162). The original development workspace was not modified.AI 编码披露 / AI Coding Disclosure
使用的 AI 模型 / AI model used:
OpenAI GPT-5 (Codex).
使用的编码 Agent 工具 / Coding Agent tool used:
Codex desktop and independent Git worktrees. The merged #162 acceptance work also used the in-app Browser against isolated DSH 0.1.2-rc.1 and 0.1.1-rc.2 WebUI profiles.
仓库规范检查 / 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
This PR changes only release metadata and long-lived documentation. The merged implementation pins 22 direct DSH development packages to exact 0.1.2-rc.1 releases, imports Store-owned selector types from their public owner, and keeps a coherent lockfile plus exact pnpm release-age exclusions. DSH 0.1.2-alpha.5 remains covered from source; DSH 0.1.1-rc.2 remains a real backward-regression target. Stable rc.1 and alpha.5 authenticate all RPC/stream traffic with one authority-bound browser session and ignore Mnemon
remoteAccess; the documented rc.2 rollback keeps its separate method-tier authority behavior. Memory data, storage paths, Pack formats, Provider credentials, runtime defaults, production dependencies, public exports, and projection state are unchanged. No migration or cache deletion is needed. All WebUI checks used isolated synthetic profiles and data roots.本地验证 / Local Validation
执行的命令 / Commands run:
The 17 modified Markdown files also passed a local relative-link existence audit. npm and GitHub release occupancy were checked immediately before opening this PR.
结果摘要 / Result summary:
dsh-mnemon@0.4.7: 117 files, 382,494 packed bytes, 1,707,083 unpacked bytes, SHA-1dda5cfc795ab5979b50a36f49387221039a69617, integritysha512-kQlP2rOBqeM+6M96bzbaMrUpFLIM1lEFchCsCreSpNQH/lOGoTkyoLw8SkUmXClL70I8B9yTDsHwFcYMYVNucQ==.latestremains 0.4.6,dsh-mnemon@0.4.7returns E404, and GitHub has no v0.4.7 release.@deepseek-ai/dsh-client-ui-primitives@0.1.2-rc.1remained non-blocking; no test or packaging gate failed.用户可见变更证据 / Local Feature Evidence
Release-only metadata and documentation; the executable compatibility implementation and screenshots are in merged PR #162. The preserved evidence shows DSH 0.1.2-rc.1 status and conversation/reload success, plus the previous DSH 0.1.1-rc.2 conversation/reload regression, with empty browser warning/error logs and matching Host diagnostics:
Release notes:
docs/en/releases/v0.4.7.mdanddocs/zh-CN/releases/v0.4.7.md.