mateclaw/mateclaw-server/src/main/java/vip/mate/agent
2026-05-17 09:24:56 +08:00
..
binding fix(agent): scope MCP tools to explicit per-agent selection (#117) 2026-05-17 09:24:56 +08:00
chatmodel fix(deploy): drop DASHSCOPE_API_KEY requirement so Docker boots with no LLM key configured (#99) 2026-05-11 20:44:31 +08:00
context fix(cron): isolate scheduled-job runs from shared conversation (#142) 2026-05-17 07:58:10 +08:00
controller fix(agent): hide disabled agents from the chat picker and reject chat calls against them (#105) 2026-05-12 14:53:14 +08:00
delegation feat(workspace,system): add @RequireGlobalAdmin and gate admin-only controllers 2026-05-15 10:18:10 +08:00
event feat(agent,trigger): wire agent_lifecycle as a real event source 2026-05-08 15:07:18 +08:00
graph fix(cron): isolate scheduled-job runs from shared conversation (#142) 2026-05-17 07:58:10 +08:00
model feat(agent): pre-bind skills and tools when applying an agent template 2026-05-12 07:11:19 +08:00
prompt refactor(prompt): clean up prompt corpus, fix summary_budget bug, route fallbacks through i18n 2026-04-19 09:02:37 +08:00
repository Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00
runtime refactor(ui): fold the live runtime view into the Employees page 2026-05-16 14:50:58 +08:00
service refactor(agent): tighten template pre-binding contract and prune product-assistant skills 2026-05-12 07:11:29 +08:00
vo feat(agent,llm): multimodal sidecar routing for unsupported attachments (#87) 2026-05-09 16:41:26 +08:00
AgentGraphBuilder.java feat(skill): scope skill catalog and runtime by workspace (#135) 2026-05-15 20:01:25 +08:00
AgentService.java fix(agent): structured tool-call replay + final-answer-only content (#120) 2026-05-14 07:46:30 +08:00
AgentState.java Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00
AgentToolSet.java fix(agent): resolve agent tool bindings by class/bean/function name aliases (#24) 2026-04-27 23:51:48 +08:00
AssistantThinkingRelay.java test(agent): cover patchReasoningContent consumer 2026-04-24 18:16:12 +08:00
BaseAgent.java fix(cron): isolate scheduled-job runs from shared conversation (#142) 2026-05-17 07:58:10 +08:00
GraphEventPublisher.java feat(agent,ui): recovery affordance card for non-transient LLM errors 2026-05-10 19:15:57 +08:00
StructuredStreamCapable.java Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00
ThinkingLevelHolder.java feat(agent): add deep thinking toggle (RFC-001) 2026-04-12 11:29:32 +08:00