fix(cli): stabilize wrapped CJK arrow navigation in interactive input

This commit is contained in:
张涔熙
2026-02-08 11:10:03 +08:00
parent 8b1ef77970
commit 342ba2b879
3 changed files with 282 additions and 15 deletions

View File

@@ -31,6 +31,7 @@ dependencies = [
"python-telegram-bot[socks]>=21.0",
"lark-oapi>=1.0.0",
"socksio>=1.0.0",
"prompt-toolkit>=3.0.47",
]
[project.optional-dependencies]