fix(tools): re-enable memory tool in default toolsets (#1447)

Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
Sarah Wooders
2026-03-19 09:45:35 -07:00
committed by GitHub
parent 850a6b7c88
commit 990179c4f3

View File

@@ -107,6 +107,7 @@ export const ANTHROPIC_DEFAULT_TOOLS: ToolName[] = [
"TaskStop",
// "MultiEdit",
// "LS",
"memory",
"Read",
"Skill",
"Task",
@@ -119,6 +120,7 @@ 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",
];
@@ -129,6 +131,7 @@ export const GEMINI_DEFAULT_TOOLS: ToolName[] = [
"list_directory",
"glob_gemini",
"search_file_content",
"memory",
"replace",
"write_file_gemini",
"write_todos",
@@ -143,6 +146,7 @@ export const OPENAI_PASCAL_TOOLS: ToolName[] = [
"AskUserQuestion",
"EnterPlanMode",
"ExitPlanMode",
"memory",
"Task",
"TaskOutput",
"TaskStop",
@@ -159,6 +163,7 @@ export const GEMINI_PASCAL_TOOLS: ToolName[] = [
"AskUserQuestion",
"EnterPlanMode",
"ExitPlanMode",
"memory",
"Skill",
"Task",
// Standard Gemini tools