core/cli: Rich markdown for assistant text at end of turn

Stream plain tokens; on TTY re-render with Rich. /markdown and PLYNGENT_PLAIN.
This commit is contained in:
2026-07-15 22:21:18 +08:00
parent d267a5f869
commit 5d2f0c5539
7 changed files with 223 additions and 15 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ dependencies = [
"aiosqlite>=0.22.1",
"click>=8.4.2",
"awaitlet>=0.0.1",
"pywinpty>=2.0.0; sys_platform == \"win32\""
"pywinpty>=2.0.0; sys_platform == \"win32\"",
"rich>=13"
]
requires-python = ">=3.14,<4"
readme = "README.md"