Rebase onto upstream (a4d95fd) #12

Closed
wylab wants to merge 144 commits from rebase-onto-upstream into main
Showing only changes of commit 4a0b5c6709 - Show all commits
+1
View File
@@ -367,6 +367,7 @@ class ToolsConfig(Base):
web: WebToolsConfig = Field(default_factory=WebToolsConfig)
exec: ExecToolConfig = Field(default_factory=ExecToolConfig)
restrict_to_workspace: bool = False # If true, restrict all tool access to workspace directory
enable_memory_tool: bool = False # If true, enable Anthropic's native memory tool
mcp_servers: dict[str, MCPServerConfig] = Field(default_factory=dict)