fix(tui): keep waiting spinner during encrypted reasoning streams (#1256)

Empty (encrypted/redacted) thinking deltas no longer switch out of waiting mode, which previously stopped the moon spinner while no thinking component was ever created, leaving a blank spinner-less gap until the first real text/tool token.
This commit is contained in:
liruifengv 2026-07-01 14:39:35 +08:00 committed by GitHub
parent ef61f4369b
commit 0cc02ac67d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
Keep the waiting spinner visible while encrypted reasoning streams, fixing a blank spinner-less gap before the first response text appears.