mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
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:
parent
ef61f4369b
commit
0cc02ac67d
3 changed files with 66 additions and 0 deletions
5
.changeset/keep-waiting-spinner-empty-reasoning.md
Normal file
5
.changeset/keep-waiting-spinner-empty-reasoning.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue