yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/rag 2026-07-31 18:53:41 +08:00
2f7acc8120 debug: trace background_reco execution in upload_file.dspy
yumoqing pushed to main at yumoqing/rag 2026-07-31 18:17:55 +08:00
8dad4e9b5e feat: async upload — return immediately, ingest in background
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 18:06:36 +08:00
72cd262cdb feat(cockpit): product-grade LLM integration with context + model mgmt
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 17:14:42 +08:00
d7bace21db fix: setText -> set_text (bricks API is snake_case)
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 16:59:46 +08:00
ef37e492c9 fix(cockpit): AgentIO-style UX — show user+agent bubbles immediately before POST
yumoqing pushed to main at yumoqing/llmage 2026-07-31 16:48:49 +08:00
e5d27bc6bd fix: retry write_llmusage with *1,*2 on duplicate; gen() catch+refund but yield error not raise
yumoqing pushed to main at yumoqing/llmage 2026-07-31 16:39:52 +08:00
670325e8eb fix: move refund to uapi_request except, remove gen() try/except that re-raised causing 500
yumoqing pushed to main at yumoqing/rag 2026-07-31 16:35:18 +08:00
cdc02e31e4 fix: search.ui - call buildUrlwidgetHandler result to actually fire HTTP request
yumoqing pushed to main at yumoqing/llmage 2026-07-31 16:30:57 +08:00
9da343b2e1 fix: use uuid4 instead of getID() in DSPY to avoid nanoid collision under concurrency
yumoqing pushed to main at yumoqing/rag 2026-07-31 16:15:01 +08:00
7792aa913e fix: search.ui - code→UiCode widgettype + bricks.app.root→this.parent for urlwidget sub-page
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 16:14:27 +08:00
b2314fd3b2 fix: add bricks.app as second arg to getWidgetById calls in cockpit scripts
yumoqing pushed to main at yumoqing/llmage 2026-07-31 15:51:33 +08:00
8c77f552a8 fix: remove stray tab causing IndentationError in chat/completions/index.dspy
yumoqing pushed to main at yumoqing/rag 2026-07-31 15:49:04 +08:00
7badd6e683 fix: search.ui getWidgetById 用 this 替代 bricks.app.root
yumoqing pushed to main at yumoqing/llmage 2026-07-31 15:48:53 +08:00
4955e29f7d fix: re-export reserve/finalize/refund_balance from balance.py in utils.py (init.py imports them from .utils)
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 15:47:59 +08:00
163824870b fix: wrap getWidgetById in try-catch for missing current_iteration_id widget
yumoqing pushed to main at yumoqing/llmage 2026-07-31 15:43:00 +08:00
a02cd09459 fix: Redis connection error now returns no_redis fallback instead of 429
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 15:20:16 +08:00
890861465a fix: e.params→params in TextFiles inputed event (e undefined in script context)
yumoqing pushed to main at yumoqing/rag 2026-07-31 15:04:52 +08:00
a644e41de3 fix: search.ui buildUrlwidgetHandler 参数顺序错误导致 TypeError
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 15:01:11 +08:00
a4ac438c49 fix: sor.I→sor.C for insert (I is inspect, C is create)
yumoqing pushed to main at yumoqing/rag 2026-07-31 14:59:26 +08:00
0cb6f34135 fix: search_result.dspy 用 StreamHttpClient + try/except 替代裸 aiohttp