test(tui): cover patch diff display aliases (#35810)
This commit is contained in:
@@ -122,6 +122,8 @@ describe("TUI inline tool wrapping", () => {
|
||||
// Legacy tool names normalize to their renamed views.
|
||||
expect(toolDisplay("bash")).toBe("shell")
|
||||
expect(toolDisplay("task")).toBe("subagent")
|
||||
expect(toolDisplay("apply_patch")).toBe("patch")
|
||||
expect(toolDisplay("patch")).toBe("patch")
|
||||
expect(toolDisplay("plugin_tool")).toBe("generic")
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user