matevip
|
a5e7f82a69
|
fix(cron): self-heal missing tasks_<wsId> conversation row before saving messages
|
2026-05-03 17:15:25 +08:00 |
|
matevip
|
74edc09b2b
|
feat(backstage): admin runtime console for live agent visibility + force-recycle
|
2026-05-03 17:15:17 +08:00 |
|
matevip
|
66f09a968a
|
feat(chat-stream): streaming UX overhaul + multi-agent stability layer
|
2026-05-03 17:15:02 +08:00 |
|
matevip
|
c07048f258
|
feat(skill,mcp): ckjia-shopping skill bundle + same-name dedup against bridged MCP/ACP virtual skills
|
2026-05-03 17:14:19 +08:00 |
|
matevip
|
03a82ece93
|
fix(wiki): retry route LLM call once with strict-JSON correction when first response isn't JSON
|
2026-05-03 09:12:51 +08:00 |
|
matevip
|
912a6336d3
|
fix(wiki): also remove the upload file from disk when a raw material is deleted
|
2026-05-03 09:12:44 +08:00 |
|
matevip
|
b0ca4c06d4
|
fix(wiki): cascade-delete pages + chunks when a raw material is removed
|
2026-05-03 09:12:32 +08:00 |
|
matevip
|
41ed929882
|
fix(wiki): deterministic, health-aware chat-LLM fallback
|
2026-05-02 23:31:48 +08:00 |
|
matevip
|
29d2d49d25
|
fix(wiki): widen mime_type to VARCHAR(255) so Office uploads don't blow the column
|
2026-05-02 23:11:40 +08:00 |
|
matevip
|
c60fc4cf83
|
feat(wiki): one-hop chat-LLM fallback when the primary provider is wedged
|
2026-05-02 21:46:22 +08:00 |
|
matevip
|
ac654f3957
|
feat(wiki): add Zhipu GLM-V and Volcano Doubao vision providers
|
2026-05-02 21:46:15 +08:00 |
|
matevip
|
2ae8758cd1
|
feat(wiki): admin endpoints for hot cache — get / regenerate / reset
|
2026-05-02 21:46:02 +08:00 |
|
matevip
|
5e936fd50a
|
feat(wiki): hot cache rebuild engine — LLM updater, scheduler, conversation-end listener
|
2026-05-02 21:45:55 +08:00 |
|
matevip
|
93807d85ef
|
feat(wiki): inject KB hot cache into agent system prompt via MemoryProvider SPI
|
2026-05-02 21:45:49 +08:00 |
|
matevip
|
a8f0998c24
|
feat(wiki): hot cache storage skeleton — table, entity, value object, read service
|
2026-05-02 21:45:43 +08:00 |
|
matevip
|
062b5169fa
|
fix(llm): drop bogus qwen3-plus seed and gate enable_search to supporting models (issue #53)
|
2026-05-02 19:40:03 +08:00 |
|
matevip
|
44ea8c784b
|
fix(wiki): skip vision pipeline entirely when wiki.ocr.enabled is off
|
2026-05-02 19:05:05 +08:00 |
|
matevip
|
f910d762a3
|
feat(wiki): feature-flag toggle UI + defer extracted_text cache when vision unavailable
|
2026-05-02 19:04:58 +08:00 |
|
matevip
|
bcefe43234
|
feat(wiki): inline image refs in search results + click-to-zoom lightbox
|
2026-05-02 19:04:51 +08:00 |
|
matevip
|
51995275bd
|
feat(wiki): caption inline PDF images via the vision-in pipeline
|
2026-05-02 19:04:45 +08:00 |
|
matevip
|
4dc280a3d1
|
feat(wiki): wire image uploads to vision-in pipeline
|
2026-05-02 19:04:39 +08:00 |
|
matevip
|
088ffcaee1
|
feat(wiki): add image-to-text vision SPI with DashScope provider
|
2026-05-02 19:04:32 +08:00 |
|
matevip
|
b26a4ee4d1
|
feat(wiki): add SHA-256 keyed image caption cache
|
2026-05-02 19:04:25 +08:00 |
|
matevip
|
6f0ead162e
|
feat(wiki): instrument compile / relation / retrieval with WikiMetrics
|
2026-05-02 19:04:19 +08:00 |
|
matevip
|
4f96a46900
|
feat(system): add runtime-toggleable feature flag store
|
2026-05-02 19:04:12 +08:00 |
|
matevip
|
d0706239ea
|
feat(wiki): add mate_wiki_relation cache table for page-to-page edges
|
2026-05-02 19:04:06 +08:00 |
|
matevip
|
19b82cdc2a
|
feat(wiki): add WikiMetrics gateway for compile/relation/retrieval/vision
|
2026-05-02 19:03:59 +08:00 |
|
matevip
|
bc417d00ef
|
chore: neutralize internal references in code comments and migrations
|
2026-05-02 15:42:10 +08:00 |
|
matevip
|
2246df9d09
|
fix(agent): allow PUT modelName=null to revert to global default
|
2026-05-02 15:42:04 +08:00 |
|
matevip
|
cbc34a12c9
|
docs(mcp): align /tools javadoc with HTTP 200 + biz-code convention
|
2026-05-02 15:41:53 +08:00 |
|
matevip
|
a8d94681e5
|
fix(auth): suppress tokenHash from PAT JSON responses
|
2026-05-02 15:41:47 +08:00 |
|
matevip
|
9411dfff7b
|
fix(auth): move PersonalAccessTokenMapper under repository/ for @MapperScan
|
2026-05-02 15:41:41 +08:00 |
|
matevip
|
3c33422a08
|
feat(auth): personal access tokens for headless / CI integration
|
2026-05-02 15:41:34 +08:00 |
|
matevip
|
4522dfaebc
|
feat(channel): MediaPathGuard utility for unified media validation
|
2026-05-02 15:41:27 +08:00 |
|
matevip
|
ab62f26ae0
|
feat(delegate): inherit parent conversation context into child agent
|
2026-05-02 15:41:20 +08:00 |
|
matevip
|
22231e28a7
|
feat(hook): HMAC-SHA-256 body signing for outbound webhooks
|
2026-05-02 15:41:13 +08:00 |
|
matevip
|
25e93c4a89
|
feat(cron): suppressAgentReply flag for silent cron jobs
|
2026-05-02 15:41:06 +08:00 |
|
matevip
|
55f4ba1195
|
feat(llm): per-Model HTTP read-timeout override
|
2026-05-02 15:40:59 +08:00 |
|
matevip
|
0c7554212b
|
feat(mcp): GET /mcp/servers/{id}/tools surfaces discovered tools
|
2026-05-02 15:40:53 +08:00 |
|
matevip
|
311cad7ea6
|
feat(agent): cap tool_calls per single LLM response
|
2026-05-02 15:40:45 +08:00 |
|
matevip
|
82ed239b5b
|
feat(shell-tool): honor user $SHELL on POSIX
|
2026-05-02 15:40:38 +08:00 |
|
matevip
|
2cd51743d1
|
feat(cron): distributed lock for multi-instance cron firing
|
2026-05-02 15:40:31 +08:00 |
|
matevip
|
92bd8e9b6e
|
feat(agent): re-enable per-Agent model override
|
2026-05-02 15:40:24 +08:00 |
|
matevip
|
b0f5dadbe6
|
fix(feishu): default-on image download for vision pipelines
|
2026-05-02 15:40:17 +08:00 |
|
matevip
|
fcab47ffb9
|
fix(feishu): split long messages instead of silent truncate
|
2026-05-02 15:40:11 +08:00 |
|
matevip
|
eaacb3a78f
|
fix(agent): include tools schema in context-window budget
|
2026-05-02 15:40:03 +08:00 |
|
matevip
|
c2ebe51f63
|
fix(plan): per-step wall-clock timeout (default 10 min)
|
2026-05-02 15:39:57 +08:00 |
|
matevip
|
c4f2117a23
|
fix(agent): tolerate LLM-mangled tool names
|
2026-05-02 15:39:49 +08:00 |
|
matevip
|
ba167e09f4
|
perf(skill): startup snapshot + builtin scan skip + prompt slim-down
|
2026-05-02 00:12:39 +08:00 |
|
matevip
|
f0fbca803c
|
feat(skill): wizard multi-file bundle + secret store + starter library
|
2026-05-01 22:39:23 +08:00 |
|