mateclaw/mateclaw-server/src/main/java/vip/mate/agent
2026-05-05 13:06:40 +08:00
..
binding fix(agent): align skill tool whitelist with real @Tool method names + restore globally-promised tools 2026-05-01 20:14:56 +08:00
chatmodel fix(llm): drop bogus qwen3-plus seed and gate enable_search to supporting models (issue #53) 2026-05-02 19:40:03 +08:00
context fix(agent): unblock multi-role parallel delegation + propagate force-stop 2026-05-04 20:54:38 +08:00
controller feat(agents): pixelart icons, per-role colors, runtime identity merge, locale templates 2026-05-04 15:26:02 +08:00
delegation feat(chat-stream): streaming UX overhaul + multi-agent stability layer 2026-05-03 17:15:02 +08:00
graph fix(agent): decouple framework recursion limit from per-agent max_iterations 2026-05-05 13:06:40 +08:00
model feat(agents): role/goal/backstory profile, employee-card tagline, 5 career templates 2026-05-04 15:25:53 +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 fix(chat): suppress duplicate assistant row on force-recycle 2026-05-05 10:39:54 +08:00
service feat(agents): pixelart icons, per-role colors, runtime identity merge, locale templates 2026-05-04 15:26:02 +08:00
AgentGraphBuilder.java fix(agent): decouple framework recursion limit from per-agent max_iterations 2026-05-05 13:06:40 +08:00
AgentService.java feat(cron): channel delivery via ChatOrigin + Spring AI ToolContext 2026-04-28 21:43:58 +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 chore: neutralize internal references in code comments and migrations 2026-05-02 15:42:10 +08:00
GraphEventPublisher.java fix(agent): drop brittle output policing, add evidence-grounded long-task safeguards 2026-05-04 11:55:44 +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