mateclaw/mateclaw-server/src/main/java/vip/mate/agent
2026-05-03 17:15:17 +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): include tools schema in context-window budget 2026-05-02 15:40:03 +08:00
controller docs(readme): lead with team / IT-deployable positioning 2026-04-29 14:10:12 +08:00
delegation feat(chat-stream): streaming UX overhaul + multi-agent stability layer 2026-05-03 17:15:02 +08:00
graph feat(chat-stream): streaming UX overhaul + multi-agent stability layer 2026-05-03 17:15:02 +08:00
model fix(agent): allow PUT modelName=null to revert to global default 2026-05-02 15:42:04 +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 feat(backstage): admin runtime console for live agent visibility + force-recycle 2026-05-03 17:15:17 +08:00
service docs(readme): lead with team / IT-deployable positioning 2026-04-29 14:10:12 +08:00
AgentGraphBuilder.java feat(chat-stream): streaming UX overhaul + multi-agent stability layer 2026-05-03 17:15:02 +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 feat(chat-stream): streaming UX overhaul + multi-agent stability layer 2026-05-03 17:15:02 +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