feat(prompt): add support for wide characters in prompt preview
Some checks failed
Publish Docker Images / coverage-and-sonar (push) Failing after 5m24s

This commit is contained in:
2026-03-13 23:59:28 +01:00
parent 7fd4fcfc93
commit 53197c44a7
3 changed files with 100 additions and 5 deletions

1
Cargo.lock generated
View File

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