fix(desktop): remove workflow trust warning#26
Merged
Conversation
56bb198 to
09fc7b4
Compare
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.
背景
@earayu2 在 #鹅岛 线程要求简化:去掉所有工作流信任提醒。
改动
BaseChat增加RECIPE_TRUST_WARNINGS_ENABLED = false门控。RecipeWarningModal展示,工作流默认可自动提交/继续执行。验证
pnpm -C ui/desktop run typecheckpnpm -C ui/desktop exec eslint src/components/BaseChat.tsx --max-warnings 0 --no-warn-ignoredgit diff --check/Applications/ApeMind Agent.app后验证:备注
Keychain 卡住
Config::all_secrets导致 goosed HTTP 路由阻塞的问题是独立 bug,本 PR 不处理;本机验证时继续用GOOSE_DISABLE_KEYRING: true绕开。