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:
parent
33fbe53d48
commit
b578031120
4 changed files with 64 additions and 11 deletions
|
@ -111,7 +111,8 @@ impl AgentConnection for ClaudeAgentConnection {
|
|||
})?;
|
||||
|
||||
let (mut thread_tx, thread_rx) = watch::channel(WeakEntity::new_invalid());
|
||||
let permission_mcp_server = ClaudeZedMcpServer::new(thread_rx.clone(), cx).await?;
|
||||
let fs = project.read_with(cx, |project, _cx| project.fs().clone())?;
|
||||
let permission_mcp_server = ClaudeZedMcpServer::new(thread_rx.clone(), fs, cx).await?;
|
||||
|
||||
let mut mcp_servers = HashMap::default();
|
||||
mcp_servers.insert(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue