feat(prompt): add support for wide characters in prompt preview

This commit is contained in:
2026-03-13 23:59:28 +01:00
parent 3e0d82de9a
commit 79a11cb82d
5 changed files with 109 additions and 7 deletions

1
Cargo.lock generated
View File

@@ -1664,6 +1664,7 @@ dependencies = [
"textwrap",
"thiserror",
"tokio",
"unicode-width",
]
[[package]]