yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/pipeline_core 2026-08-15 09:41:10 +08:00
f8036d5300 docs: 记录完整可插拔维度清单+技能六级隔离+slash命令
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 09:40:33 +08:00
e6344be8e9 fix: _build_ctx补pipeline_id字段,修复/help列不出产线命令
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 09:39:46 +08:00
c05949d1cf fix: pipeline_id为空时fallback到默认产线,修复产线slash匹配不到
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 09:38:37 +08:00
c87b8d94ed feat: 通用slash命令(/help/status/reset/tools/skills/model)+SDLC产线slash(/tasks/diagnose)+AgentExecutor按role加载技能
yumoqing pushed to main at yumoqing/pipeline_core 2026-08-15 09:38:36 +08:00
82c2724789 feat: 技能六级可插拔隔离(global/org/pipeline/role/project/user)+slash命令注册表
yumoqing pushed to main at yumoqing/pipeline_core 2026-08-15 09:27:35 +08:00
c3fcc35e08 docs: 更新架构设计——可插拔能力包模型+多实例隔离
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 09:26:08 +08:00
0a90f60315 refactor: SDLC能力迁移到sdlc_ability可插拔能力包——14工具+prompt+handler独立函数,AgentExecutor按pipeline_id动态挂载,删除硬编码SDLC handler
yumoqing pushed to main at yumoqing/pipeline_core 2026-08-15 09:26:08 +08:00
9635825164 refactor: core剥离SDLC能力——GENERAL_TOOLS通用内核+PipelineAbility可插拔能力包注册表+load_agent_config按pipeline_id动态挂载
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 09:04:56 +08:00
eaa23d1eff feat: AgentExecutor实现通用工具集——文件读写/搜索/会话搜索/todo/子代理委派+workspace_dir解析
yumoqing pushed to main at yumoqing/pipeline_core 2026-08-15 09:04:55 +08:00
63760ff186 feat: 通用工具集定义(read/write/list/search_files/session_search/todo)+整体架构设计文档
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-15 08:19:10 +08:00
d36d5ed4f6 feat: cockpit前端处理ask_user类型,把agent提问展示给用户
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 08:19:10 +08:00
1860179a39 refactor: 删auto-inject硬编码关键词强制路由,reply/ask_user为合法终止动作,恢复agent诚实降级能力
yumoqing pushed to main at yumoqing/pipeline_core 2026-08-15 08:19:09 +08:00
5dd63479e1 refactor: cockpit system prompt 重写——删'禁止reply',恢复能力自省/诚实降级/ask_user,加软性典型场景指引
yumoqing pushed to main at yumoqing/pipeline-app 2026-08-15 02:04:48 +08:00
3f0e9c3347 fix: 建表脚本补appbase params表幂等建表+workspace_base默认参数,修params表缺失bug
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-15 02:04:48 +08:00
099c283562 fix: PM审核循环加auto-inject兜底,最后两轮强制review_*决策,防审核超时死循环
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-15 01:45:14 +08:00
b601dc94c3 fix: workspace_tree 叶子判定排除 __pycache__(与扫描一致)
yumoqing pushed to main at yumoqing/host-metrics-collector 2026-08-15 01:43:29 +08:00
e1847dd58b develop: 补齐 Gateway HTTP 上报/查询服务与 cmd 入口及测试
yumoqing pushed to main at yumoqing/bricks 2026-08-15 01:42:50 +08:00
7746595739 fix(tree): change_node_type 死代码导致叶子节点仍显示展开箭头
cbfe532050 fix: resizebox z-index above xterm/Wterm content
d1995ff118 fix: PopupWindow resize — remove stale e.target check in resizing()
9e23fbccb9 fix: ResourceBrowser strip tools before clone_descriptor (avoid circular ref from buildBind event_widget)
71dae6ecfe fix: ResourceBrowser tree_width method collides with option name (rename to get_tree_width)
Compare 5 commits »
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-15 01:40:11 +08:00
d5fc14ae1c fix: workspace_tree 叶子判定——无子目录的目录标 is_leaf=true
yumoqing pushed to main at yumoqing/host-metrics-collector 2026-08-15 01:36:55 +08:00
fb801e2c66 develop: 开发 host-metrics-collector 采集模块