fix(agent): align CodeBuddy full access permissions - #2229
Open
mt-hub8 wants to merge 1 commit into
Open
Conversation
Signed-off-by: man tuo <2428184991@qq.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.
背景
CodeBuddy 通过标准 ACP 成功切换到 fullAccess 后,仍可能发出残留的 session/request_permission。Tutti 在没有精确自动决策时会将其投影为人工授权,导致完全访问任务被重复弹窗打断。同时,CodeBuddy 的多个运行时权限模式共享通用语义标签,界面中会出现重复且边界不清晰的“完全访问权限”。
改动
行为边界
验证
文档影响
已更新 Agent Extensions 架构说明和 Agent Provider Setup 排障指南,记录自动权限决策的安全边界及 CodeBuddy fullAccess 排查方法。