优化策划agent #340

Merged
lhk229 merged 10 commits from fix/design_agent into master 2026-09-13 19:32:12 +08:00

10 Commits

Author SHA1 Message Date
lhk229 43ed5dd884 Merge remote-tracking branch 'origin/master' into fix/design_agent
Project CI / Repository checks (pull_request) Successful in 3m24s
Project CI / Frontend tests (pull_request) Successful in 3m57s
Project CI / Backend tests (pull_request) Successful in 5m55s
Project CI / Native shell tests (pull_request) Successful in 16m44s
2026-09-13 10:54:27 +00:00
lhk229 c8dc57a4e3 修复默认推理强度测试
Project CI / Repository checks (pull_request) Successful in 2m44s
Project CI / Frontend tests (pull_request) Successful in 3m34s
Project CI / Backend tests (pull_request) Successful in 6m36s
Project CI / Native shell tests (pull_request) Successful in 18m36s
同步运行时配置测试对 high 默认 reasoning effort 的断言

保留策划 Agent 伪流式显示的降速调整
2026-09-13 10:47:41 +00:00
lhk229 114a016c57 调整LLM默认推理强度
Project CI / Frontend tests (pull_request) Failing after 2m15s
Project CI / Repository checks (pull_request) Failing after 2m24s
Project CI / Native shell tests (pull_request) Failing after 4m0s
Project CI / Backend tests (pull_request) Successful in 5m49s
将客户端未修改设置时的 reasoning effort 默认值从 max 调整为 high

同步前端配置草稿与 Rust 默认配置
2026-09-13 09:58:23 +00:00
lhk229 e878ec64cd Merge remote-tracking branch 'origin/master' into fix/design_agent
Project CI / Repository checks (pull_request) Successful in 2m13s
Project CI / Frontend tests (pull_request) Successful in 2m58s
Project CI / Backend tests (pull_request) Successful in 6m40s
Project CI / Native shell tests (pull_request) Successful in 17m29s
2026-09-13 09:37:07 +00:00
lhk229 731e3c3f00 强化阶段切换状态确认提示
审批通过后要求 Agent 先调用 get_workflow_status

在状态确认前禁止开始阶段工作或断言阶段状态
2026-09-13 09:36:27 +00:00
lhk229 c976a0944f 调整策划交互卡片位置
将审批卡和问询卡移动到输入框上方

拆分阶段状态与待处理操作并保持原有交互逻辑
2026-09-13 09:26:35 +00:00
lhk229 2589772d1a 优化策划Agent流式显示
将上游累计回复通过本地缓冲逐步呈现

避免大块流式响应一次性刷新并保持正常会话链路不变
2026-09-13 08:48:44 +00:00
lhk229 d9f1376beb 增强策划Agent流式调试记录
记录流式事件时间、序号、增量与累计文本长度及结束原因

扩大异步调试队列容量,保持调试写入不阻塞正常运行
2026-09-13 07:34:12 +00:00
lhk229 85e1503217 Merge remote-tracking branch 'origin/master' into fix/design_agent 2026-09-13 06:40:07 +00:00
lhk229 674cca428a 同步AGC客户端版本号
将客户端版本从 0.1.12 同步更新为 0.1.27

同步 package.json、Cargo.toml、Cargo.lock、tauri.conf.json 和 package-lock.json
2026-09-12 10:52:48 +00:00