docs: release notes v1.0.35 - #461
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.
Closes #460
Why
v1.0.35 正式发布需要系列文件
.github/releases/v1.0.35.md(release-version.ts 从graphagent-v1.0.34推导下一版本 1.0.35;文件名必须等于推导版本,缺失即 release fail-closed)。What changed
.github/releases/v1.0.35.md:记录 fix(session): giant summary.diffs message starves event loop — ESC abort unresponsive #458 巨型 summary.diffs 修复(PR fix(session): cap summary.diffs at 256KB to stop event-loop starvation #459)与 specgit-accept harness 对齐;结构与占位符遵循 RELEASE_NOTES_TEMPLATE.md 与 release-notes.ts 的 ASCII 校验。Evidence
bun run ./packages/opencode/script/release-notes.ts --notes-dir .github/releases --version 1.0.35 --channel main --branch main --tag graphagent-v1.0.35 --previous-tag graphagent-v1.0.34 --repo LeXwDeX/OpenCode-GraphAgent --out /tmp/notes-1.0.35.md(渲染输出已核对:版本/通道/branch/compare 链接占位符全部正确替换)
Checklist