agent-Specialization/static/src/app
JOJO b474a69b3b fix: 修复停止按钮点击后不恢复为发送按钮的bug
修复了运行期间点击停止按钮后,按钮状态无法恢复的问题。

问题原因:
- stopTask() 方法中 stopRequested 被设置为 true 但未重置
- composerBusy 计算属性依赖 stopRequested 状态
- 导致按钮持续显示停止图标,需要刷新页面才能恢复

修复方案:
- 在 stopTask() 的 finally 块中重置 stopRequested 为 false
- 确保无论成功或失败,状态都能正确恢复

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-04 14:47:36 +08:00
..
methods fix: 修复停止按钮点击后不恢复为发送按钮的bug 2026-04-04 14:47:36 +08:00
bootstrap.ts refactor: split frontend app modules 2026-03-08 00:03:14 +08:00
components.ts fix: improve sub-agent ui and state 2026-03-11 15:40:28 +08:00
computed.ts refactor: split frontend app modules 2026-03-08 00:03:14 +08:00
lifecycle.ts feat(web): remove socket dependency from main chat flow 2026-04-03 11:34:42 +08:00
state.ts fix: improve sub-agent ui and state 2026-03-11 15:40:28 +08:00
watchers.ts refactor: split frontend app modules 2026-03-08 00:03:14 +08:00