test(tui): cover patch diff display aliases (#35810)
This commit is contained in:
parent
521ea87192
commit
e25a724bc2
1 changed files with 2 additions and 0 deletions
|
|
@ -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")
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue