yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 00:57:07 +08:00
aa0dcc9c04 feat: 失败任务处理第二层——failed poller 自动重跑(最多3次)+报故障给用户
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-15 00:46:33 +08:00
d5ce25e553 fix: cockpit v1 diagnose 心跳超时判定 10→20 分钟(对齐 LLM 重试最坏时长)
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 00:46:33 +08:00
8c0d63efb1 fix: LLM 调用加瞬时错误重试(3次) + 超时 180s→300s(connect 30s);心跳回收阈值 10→20 分钟防误杀慢任务
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-15 00:27:14 +08:00
13b0aa5de5 feat: cockpit v1 diagnose_project 运行中任务返回 claimed_by+心跳陈旧度
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 00:27:13 +08:00
00a7e77629 feat: diagnose_project 运行中任务返回 claimed_by+心跳陈旧度,agent 可直接识别僵尸任务
yumoqing pushed to main at yumoqing/threshold-event-detector 2026-08-15 00:26:36 +08:00
a0236028cd develop: 开发 threshold-event-detector 检测模块
yumoqing pushed to main at yumoqing/pipeline_core 2026-08-15 00:12:01 +08:00
2ef876895f chore: 移除误提交的 __pycache__ .pyc,添加 .gitignore
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-15 00:11:50 +08:00
f519f48dd5 fix: cockpit v1 answer_question 回答后恢复任务 waiting→submitted(清 claimed_by)
yumoqing pushed to main at yumoqing/pipeline_core 2026-08-15 00:11:50 +08:00
2ecf6e06f7 fix: load/save_agent_config 用不存在的 project_id 列查 sd_org_settings
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 00:11:38 +08:00
bc5ce2f06d fix: 任务链卡死根治 — 心跳+stale回收+claimed_by僵尸锁清除
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-14 18:09:54 +08:00
5e84ddbb07 fix: workspace_browse 补 import json + 去 pid 残留;workspace_popup 复用 get_workspace_dir
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-14 18:07:40 +08:00
b9a458af53 refactor: 8 个 workspace dspy 内联重复逻辑收敛到 get_workspace_dir/get_workspace_base
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-14 18:07:35 +08:00
d2f3caf8a7 refactor: workspace 路径解析收敛到 workspace.py,dspy 消除重复
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-14 18:03:08 +08:00
f68755edf8 feat: cockpit 会话传 pipeline_id,支持产线缺省模型
yumoqing pushed to main at yumoqing/pipeline_core 2026-08-14 18:03:03 +08:00
8d431721fa feat: llm 组织隔离(org_id) + 产线缺省模型(default_model) + load_agent_config 缺省查找
yumoqing pushed to main at yumoqing/pipeline-app 2026-08-14 18:02:58 +08:00
3414a9a692 feat: 加模型管理菜单(/pipeline_core/llm)
yumoqing pushed to main at yumoqing/pipeline-app 2026-08-14 17:44:24 +08:00
a7cc65da0f feat: 建表脚本 + build.sh 集成建表和初始化数据
yumoqing pushed to main at yumoqing/pipeline-app 2026-08-14 17:42:31 +08:00
dcddf9dabf feat: 统一初始化数据导入脚本(模块 init/data.json 字典)
yumoqing pushed to main at yumoqing/pipeline-app 2026-08-14 17:02:25 +08:00
5befd51c26 fix: open_tab 同步切换+高亮,content 异步加载避免 401 登录框阻塞
yumoqing pushed to main at yumoqing/pipeline-app 2026-08-14 17:00:04 +08:00
a7f39d9ea0 fix: 修复 TabPanel.add_tab 的 add_removeable bug