fix(agents): add update_plan display metadata

This commit is contained in:
Peter Steinberger
2026-04-05 14:18:00 +01:00
parent 9efc033434
commit 01c5dde6d1
2 changed files with 13 additions and 0 deletions

View File

@@ -361,6 +361,14 @@
}
}
},
"update_plan": {
"emoji": "🗺️",
"title": "Update Plan",
"detailKeys": [
"explanation",
"plan.0.step"
]
},
"gateway": {
"emoji": "🔌",
"title": "Gateway",

View File

@@ -249,6 +249,11 @@ export const TOOL_DISPLAY_CONFIG: ToolDisplayConfig = {
},
},
},
update_plan: {
emoji: "🗺️",
title: "Update Plan",
detailKeys: ["explanation", "plan.0.step"],
},
gateway: {
emoji: "🔌",
title: "Gateway",