feat(tui): render interactive transcript images
This commit is contained in:
parent
36f607618b
commit
f89ac17f17
4 changed files with 98 additions and 4 deletions
|
|
@ -20,6 +20,7 @@ test("validates the session tabs setting", () => {
|
|||
expect(decode({ tabs: { enabled: true, vertical: true } })).toEqual({ tabs: { enabled: true, vertical: true } })
|
||||
expect(() => decode({ tabs: { enabled: "on" } })).toThrow()
|
||||
expect(decode({ prompt: { image_preview: true } })).toEqual({ prompt: { image_preview: true } })
|
||||
expect(decode({ session: { image_preview: true } })).toEqual({ session: { image_preview: true } })
|
||||
})
|
||||
|
||||
test("resolves nested config and keybind defaults", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue