chore(Release): 发布 v0.0.12 —— 提交详情光标跟随悬浮卡 · Tooltip 交互修复 · 布局优化 · 依赖升级基线 - #78
Merged
Merged
Conversation
…级基线; - package.json: 版本 0.0.11 → 0.0.12; - CHANGELOG: 新增 [0.0.12] 节(Changed/Fixed/Build/Docs),并入侧边栏布局条目; - docs/releases/v0.0.12.md: 新增面向用户 Release Note(GitHub Release 正文单一事实源); - docs/releases/README.md: 版本索引新增 v0.0.12 行; - docs/README.md、knowledge-map: 「最新发布」指针修正为 v0.0.12(原滞留 v0.0.9); 🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist) Co-Authored-By: Aurelius Huang<threefish.ai@gmail.com>
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.
概述
发布 v0.0.12 正式版(
hyper-git-agentic-git,VS Code Marketplace 单市场)。本次为一次交互打磨与工程基线巩固版本,聚合自 v0.0.11 以来feature/1.x.x上的净变更;无破坏性变更(viewType/ 消息协议 /setState形状 / 配置项均不变)。本 PR 变更(发布物料)
package.json:版本0.0.11→0.0.12。CHANGELOG.md:新增[0.0.12]节(Changed / Fixed / Build / Docs),并入原[Unreleased]的侧边栏布局条目,保留空[Unreleased]占位。docs/releases/v0.0.12.md:新增面向用户的 Release Note——CIgithub-release正文单一事实源(body_path: docs/releases/v0.0.12.md),缺失将致发布失败。docs/releases/README.md:版本索引新增 v0.0.12 行。docs/README.md/docs/.agents/knowledge-map.md:「最新发布」指针修正为 v0.0.12(此前滞留 v0.0.9)。v0.0.12 净内容(
git diff v0.0.11..HEAD核验)positionTip双模式 (fix(Graph): 修复 Tooltip 两处回归——CI 键盘触发丢失 + 提交详情缺失 branches/tags/committer #74);恢复 branches/tags/committer 回归 (fix(Graph): 修复 Tooltip 两处回归——CI 键盘触发丢失 + 提交详情缺失 branches/tags/committer #74)。本地验证(等价 CI 闸门)
pnpm install --frozen-lockfile✅(版本 bump 未破坏锁文件)pnpm run check-types✅ /pnpm run lint✅ /pnpm run package✅pnpm run test:unit✅ 349 tests / 34 files 全绿vsce package✅ 产出hyper-git-agentic-git-0.0.12.vsix合并后动作
合并本 PR 后,将在
feature/1.x.x上打v0.0.12tag 触发 CI 发布(GitHub Release + VS Code Marketplace),随后另建 PR 将feature/1.x.x归并回master保持主线同步。