-
Notifications
You must be signed in to change notification settings - Fork 2.5k
终端界面无限滚动/刷新循环 #3838
Copy link
Copy link
Open
Labels
status/needs-triageIssue needs to be triaged and labeledIssue needs to be triaged and labeledtype/bugSomething isn't working as expectedSomething isn't working as expected
Metadata
Metadata
Assignees
Labels
status/needs-triageIssue needs to be triaged and labeledIssue needs to be triaged and labeledtype/bugSomething isn't working as expectedSomething isn't working as expected
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened?
让模型编写/分析源代码时,终端界面进入疯狂刷新循环——窗口上的文字不断上下跳动,滚动条无限拉长,内容像被反复渲染一样,界面完全无法正常阅读。直到输出结束或手动中断才会停止。这看起来是终端渲染层的 UI 问题,不是模型本身的问题。
What did you expect to happen?
模型输出应该正常流式显示在终端中,文字平滑向下滚动,不会出现闪烁、跳动或滚动条无限增长的情况。
Client information
Qwen Code: 0.15.6 (cf5f447)
运行环境: Node.js v24.15.0 / npm 11.12.1
操作系统: win32 x64 (10.0.26200)
认证: 阿里云百炼 Coding Plan
基础 URL: https://coding.dashscope.aliyuncs.com/v1
模型: qwen3.6-plus
快速模型: qwen3.6-plus
会话 ID: aea56e73-6c51-4507-8a6c-1a10dcc6f7fe
沙箱: no sandbox
代理: no proxy
内存使用: 223.7 MB
Login information
阿里云百炼 Coding Plan,基础 URL: https://coding.dashscope.aliyuncs.com/v1
Anything else we need to know?
仅在让模型分析源码/编写代码、产生大量流式输出的场景下出现。未使用沙箱或代理。终端渲染层可能存在问题——缓冲区被破坏或内容被重复渲染导致滚动条无限增长。