feat(tools): add client-side memory_apply_patch for Codex toolsets (#1485)

Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
Sarah Wooders
2026-03-23 14:55:37 -07:00
committed by GitHub
parent 457ccd8988
commit 7b29a0005f
17 changed files with 1290 additions and 37 deletions

View File

@@ -35,6 +35,7 @@ export function getDisplayToolName(rawName: string): string {
if (rawName === "list_dir") return "LS";
if (rawName === "grep_files") return "Search";
if (rawName === "apply_patch") return "Patch";
if (rawName === "memory_apply_patch") return "Memory Patch";
// Codex toolset (PascalCase)
if (rawName === "UpdatePlan") return "Planning";