feat(tools): remove memory tool from default toolsets (#1401)

This commit is contained in:
Sarah Wooders
2026-03-16 00:20:04 -07:00
committed by GitHub
parent 7cbdc9bba5
commit effdef2bd0

View File

@@ -103,7 +103,6 @@ export const ANTHROPIC_DEFAULT_TOOLS: ToolName[] = [
"TaskStop",
// "MultiEdit",
// "LS",
"memory",
"Read",
"Skill",
"Task",
@@ -116,7 +115,6 @@ export const OPENAI_DEFAULT_TOOLS: ToolName[] = [
// TODO(codex-parity): add once request_user_input tool exists in raw codex path.
// "request_user_input",
"apply_patch",
"memory",
"update_plan",
"view_image",
];
@@ -127,7 +125,6 @@ export const GEMINI_DEFAULT_TOOLS: ToolName[] = [
"list_directory",
"glob_gemini",
"search_file_content",
"memory",
"replace",
"write_file_gemini",
"write_todos",
@@ -142,7 +139,6 @@ export const OPENAI_PASCAL_TOOLS: ToolName[] = [
"AskUserQuestion",
"EnterPlanMode",
"ExitPlanMode",
"memory",
"Task",
"TaskOutput",
"TaskStop",
@@ -159,7 +155,6 @@ export const GEMINI_PASCAL_TOOLS: ToolName[] = [
"AskUserQuestion",
"EnterPlanMode",
"ExitPlanMode",
"memory",
"Skill",
"Task",
// Standard Gemini tools