claude: Respect always allow setting (#36450)

Claude will now respect the `agent.always_allow_tool_actions` setting
and will set it when "Always Allow" is clicked.

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga 2025-08-18 20:27:08 -03:00 committed by GitHub
parent 33fbe53d48
commit b578031120
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 64 additions and 11 deletions

1
Cargo.lock generated
View file

@ -258,6 +258,7 @@ version = "0.1.0"
dependencies = [
"acp_thread",
"agent-client-protocol",
"agent_settings",
"agentic-coding-protocol",
"anyhow",
"collections",