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

This commit is contained in:
2026-03-13 23:59:28 +01:00
parent 7fd4fcfc93
commit a560fc14de
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]]