fix: restore tool display checks

This commit is contained in:
Peter Steinberger
2026-04-05 14:18:55 +01:00
parent 89e8c8672c
commit ca1da659e4
2 changed files with 12 additions and 0 deletions

View File

@@ -57,6 +57,11 @@ export const TOOL_DISPLAY_CONFIG: ToolDisplayConfig = {
title: "Write",
detailKeys: ["path"],
},
update_plan: {
emoji: "🗺️",
title: "Update plan",
detailKeys: ["explanation"],
},
edit: {
emoji: "📝",
title: "Edit",