yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-02 16:15:53 +08:00
8e0a45abca fix: remove org_id from sd_iterations query (column doesnt exist)
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-02 16:07:56 +08:00
ccc0755a82 feat: 4 dynamic cards with popups on cockpit dashboard
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-02 16:06:54 +08:00
fd3f59a9f6 fix: use inline task query instead of run_agent_loop in start_agent handler
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-02 16:00:25 +08:00
4ba5d84cf7 feat: add start_agent + agent_status intent handlers
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-02 15:52:08 +08:00
f172889fbb fix: sor.R() 3rd arg → sqlExe with ORDER BY
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-02 15:46:45 +08:00
0d0c8299e8 fix: LIMIT $ → direct interpolation to avoid MySQL variable error
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-02 14:59:41 +08:00
ee8005644f feat: Phase 3 — cockpit_agent.dspy (start/status/deliverables/review)
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-02 14:59:41 +08:00
59e56b5e9c feat: Phase 2+4 — agent_loop engine + project agent config
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-02 00:00:29 +08:00
bb09bd36a0 refactor: use pipeline_conversations + pipeline_agent_settings (shared tables)
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-02 00:00:29 +08:00
0423fa3c99 refactor: add intent_classifier.py, register in init.py, LLM bridge shared
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-01 23:36:38 +08:00
97e2c6b2f4 feat: Phase 1 — intent recognition, guided conversation, context bar
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-01 21:57:13 +08:00
84df91d9eb fix: model_id form reading fallback to select element
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-01 17:32:33 +08:00
a45b4503eb debug: add _call_llm logging for api_key/base/model tracing
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-01 16:57:25 +08:00
ac2ff432ed fix: remove RC4 decrypt from cockpit_chat, use plaintext api_key
yumoqing pushed to main at yumoqing/hotspot 2026-08-01 16:49:52 +08:00
7bb9bfc97e fix: Sage-compliant DSPY — no imports, env delegation, init.py, scripts/load_path.py
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-01 16:42:48 +08:00
328798f5a7 fix: tolerate plaintext api_keys on decrypt failure
yumoqing pushed to main at yumoqing/pipeline-service 2026-08-01 16:32:55 +08:00
0253615fcc fix: decrypt api_key from llm table in llm_bridge
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-01 16:32:55 +08:00
13c466069f fix: decrypt api_key before calling LLM in cockpit_chat
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-08-01 16:16:30 +08:00
0d6266b088 fix: add model selector to root cockpit index.ui (was only in sd_cockpit)
yumoqing pushed to main at yumoqing/hotspot 2026-08-01 15:38:27 +08:00
b9bd705b43 fix: address dev standards — README, SKILL.md, logging, docs