matevip
|
18df97a8e6
|
fix(agent): scope MCP tools to explicit per-agent selection (#117)
|
2026-05-17 09:24:56 +08:00 |
|
matevip
|
e647f1d6cf
|
fix(cron): isolate scheduled-job runs from shared conversation (#142)
|
2026-05-17 07:58:10 +08:00 |
|
matevip
|
b4add8b139
|
fix(agent): keep wiki tools available to skill-bound agents (#143)
|
2026-05-16 23:00:45 +08:00 |
|
matevip
|
69fb03968b
|
fix(agent): expose memory-search and async-delegation tools to skill-bound agents
|
2026-05-16 14:51:47 +08:00 |
|
matevip
|
419ee57cc8
|
feat(agent): structured compaction on prompt-too-long preserves prefix
|
2026-05-16 14:51:14 +08:00 |
|
matevip
|
82594878a0
|
refactor(ui): fold the live runtime view into the Employees page
|
2026-05-16 14:50:58 +08:00 |
|
matevip
|
3b9b4d79d5
|
feat(skill): scope skill catalog and runtime by workspace (#135)
|
2026-05-15 20:01:25 +08:00 |
|
matevip
|
3ba22b99f3
|
feat(workspace,system): add @RequireGlobalAdmin and gate admin-only controllers
|
2026-05-15 10:18:10 +08:00 |
|
matevip
|
65dd4c1f49
|
fix(skill): cascade-delete agent-skill bindings on skill removal (#127)
|
2026-05-15 10:17:41 +08:00 |
|
matevip
|
f0f97232a8
|
fix(agent): pre-tool no-claim system rule + correct write/edit approval docs
|
2026-05-14 14:59:32 +08:00 |
|
matevip
|
bf3f4af913
|
fix(agent): structured tool-call replay + final-answer-only content (#120)
|
2026-05-14 07:46:30 +08:00 |
|
matevip
|
aed559d1cf
|
docs(agent): update head-guard call-site comment to match the order-sensitive forward scan
|
2026-05-13 09:05:17 +08:00 |
|
matevip
|
1ea90c25cb
|
fix(agent): make head-orphan repair order-sensitive — a later same-id assistant does not redeem an earlier orphan
|
2026-05-13 09:03:16 +08:00 |
|
matevip
|
bff57924d6
|
fix(agent): repair head-side orphan tool responses on the pagination cut
|
2026-05-13 09:03:10 +08:00 |
|
matevip
|
af56763156
|
fix(context): keep the latest summary even when its row sits outside the recent window; include summaryId in compact_status
|
2026-05-13 08:50:42 +08:00 |
|
matevip
|
faf7f98358
|
feat(context): consume compact_status on the frontend; load history from latest boundary; backfill summaryId
|
2026-05-13 08:50:35 +08:00 |
|
matevip
|
51b5eceb7d
|
feat(context): preserve spill markers across compaction phases, persist enriched boundary, broadcast compact_status SSE (#110)
|
2026-05-13 08:50:28 +08:00 |
|
matevip
|
86a6829102
|
feat(executor): retention sweep and per-conversation purge for tool-result spill files
|
2026-05-13 08:50:22 +08:00 |
|
matevip
|
7015d1513c
|
feat(context): anchor the first user message after compaction so long tasks remember the original goal
|
2026-05-13 08:50:15 +08:00 |
|
matevip
|
37894a6978
|
fix(context): never compact across a split tool_call ↔ tool_response pair
|
2026-05-13 08:50:08 +08:00 |
|
matevip
|
ae3d27922d
|
fix(context): preserve raw older tool results instead of rewriting them to a lossy summary
|
2026-05-13 08:50:02 +08:00 |
|
matevip
|
8f49b0ec92
|
fix(executor): spill raw tool result before falling back to inline truncate
|
2026-05-13 08:49:56 +08:00 |
|
matevip
|
cc5d7d5ad0
|
fix(agent): auto-include enabled MCP tools in effective allowlist (#108)
|
2026-05-12 21:24:36 +08:00 |
|
matevip
|
aded30bbb1
|
feat(agent): auto-redirect skill-as-tool calls to readSkillFile
|
2026-05-12 17:20:19 +08:00 |
|
matevip
|
691d2b867b
|
fix(agent): hide disabled agents from the chat picker and reject chat calls against them (#105)
|
2026-05-12 14:53:14 +08:00 |
|
matevip
|
8d01efbbb1
|
fix(agent): sanitize streamed tool-call arguments to valid JSON
|
2026-05-12 11:25:58 +08:00 |
|
matevip
|
071ccff9bf
|
feat(tool): add render_html_image to deliver HTML artifacts as native IM images
|
2026-05-12 07:11:35 +08:00 |
|
matevip
|
b74176ef66
|
refactor(agent): tighten template pre-binding contract and prune product-assistant skills
|
2026-05-12 07:11:29 +08:00 |
|
matevip
|
201e510b17
|
feat(agent): pre-bind skills and tools when applying an agent template
|
2026-05-12 07:11:19 +08:00 |
|
matevip
|
08fcab12d1
|
fix(deploy): drop DASHSCOPE_API_KEY requirement so Docker boots with no LLM key configured (#99)
|
2026-05-11 20:44:31 +08:00 |
|
matevip
|
6d5fb595d3
|
fix(agent): harden digital-employee isolation across creation, skill binding and prompt catalog
|
2026-05-11 16:10:28 +08:00 |
|
matevip
|
9fd5843dda
|
fix(llm): pin OpenAI-compatible HTTP client to HTTP/1.1 (#89)
|
2026-05-11 11:22:23 +08:00 |
|
matevip
|
f71f49bda1
|
fix(agent): dedup repetition output + mark INCOMPLETE instead of NORMAL
|
2026-05-10 19:16:16 +08:00 |
|
matevip
|
fb0ae2b6cc
|
fix(agent): break out of self-arguing reasoning loops via content-repetition cap
|
2026-05-10 19:16:10 +08:00 |
|
matevip
|
f18626304e
|
feat(agent,ui): recovery affordance card for non-transient LLM errors
|
2026-05-10 19:15:57 +08:00 |
|
matevip
|
00098fe5f1
|
feat(agent,channel): scrub fake generated-file URLs + paste-body hint for public-account articles
|
2026-05-10 19:15:44 +08:00 |
|
matevip
|
19a8c9e16c
|
fix(agent): retry transient TLS / socket errors instead of failing the LLM call
|
2026-05-10 19:15:38 +08:00 |
|
matevip
|
c2aecf18ef
|
feat(agent,llm): multimodal sidecar routing for unsupported attachments (#87)
|
2026-05-09 16:41:26 +08:00 |
|
matevip
|
231724d6a9
|
feat(agent,trigger): wire agent_lifecycle as a real event source
|
2026-05-08 15:07:18 +08:00 |
|
matevip
|
5cb82ed8f8
|
feat(agent,mcp): validate tool bindings on save and keep returnDirect raw-name config working
|
2026-05-07 08:17:53 +08:00 |
|
matevip
|
80cb3c84eb
|
fix(agent): decouple framework recursion limit from per-agent max_iterations
|
2026-05-05 13:06:40 +08:00 |
|
matevip
|
2ab0bd000b
|
fix(chat): suppress duplicate assistant row on force-recycle
|
2026-05-05 10:39:54 +08:00 |
|
matevip
|
2e0ff8f90f
|
fix(agent): unblock multi-role parallel delegation + propagate force-stop
|
2026-05-04 20:54:38 +08:00 |
|
matevip
|
be1fc86836
|
feat(agents): pixelart icons, per-role colors, runtime identity merge, locale templates
|
2026-05-04 15:26:02 +08:00 |
|
matevip
|
2a8f6774e7
|
feat(agents): role/goal/backstory profile, employee-card tagline, 5 career templates
|
2026-05-04 15:25:53 +08:00 |
|
matevip
|
42d406ffc8
|
fix(agent): drop brittle output policing, add evidence-grounded long-task safeguards
|
2026-05-04 11:55:44 +08:00 |
|
matevip
|
3d50b9c132
|
feat(skill): catalog sort + usage stats
|
2026-05-04 11:55:35 +08:00 |
|
matevip
|
a2c96946e3
|
fix(repetition-detector): catch markdown-list duplication separated by transition paragraph
|
2026-05-03 17:15:33 +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 |
|