feat: add team history controls - #80
Open
yltx wants to merge 1 commit into
Open
Conversation
Contributor
|
在本地按 v0.1.14(5fe388f)实测了这套改动,几个结论: 已验证成立的部分
建议合入前处理的两点
冲突面:整体 apply-check FAIL×3(ActivityPanel.tsx / module.css / locales.ts),都源于 v0.1.14 六提交的 staged plan review 重构(TeamSection 新签名 modelDirectory/onContinuePlanning/onDiscarded,成员区新增 discarded/stopped 分支);server 半区 8 个文件对 main 全部干净——如果想少背冲突,可以先拆收 server 半区。 |
yltx
force-pushed
the
feat/team-history-controls
branch
from
August 31, 2026 10:59
b6f2313 to
8117825
Compare
Contributor
Author
|
感谢全面深入的审查与实测反馈! 已完成如下更新并 rebase 至最新 main:
|
NanmiCoder
requested changes
Sep 5, 2026
NanmiCoder
left a comment
Owner
There was a problem hiding this comment.
感谢历史管理功能和权限防护。当前 head 在最新 main 上构建失败:src/index.ts 的 IncomingMessage 未导入,src/tools.ts 的 initializeProfileTeam 调用缺少必需的 staged 参数。后者还关系到预设团队是否必须先审批,不能直接省略。请先修复这两处,补预设 staged 不提前 spawn、归档失败回滚、同名不同 generation 隔离和 purge 重启验证;本 PR 保持开放继续迭代。
yltx
force-pushed
the
feat/team-history-controls
branch
from
September 6, 2026 06:27
8117825 to
c81f1a2
Compare
Contributor
Author
|
感谢针对最新 main 的细致审查与指导!已完成修复并基于最新 upstream/main 完成同步,更新要点如下:
|
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
Host safety
Verification
The offline verification passes all relevant checks. Its existing Windows transient-directory-lock timing check for archiveTeamDir remains flaky with EPERM; this change does not modify that retry implementation.