mateclaw/mateclaw-server/src/main/java/vip/mate/llm
2026-05-18 16:27:27 +08:00
..
anthropic/oauth refactor(llm): decouple model construction from the agent graph layer (#147) 2026-05-18 07:47:49 +08:00
cache feat(anthropic): wire Claude Code OAuth into chat model 2026-04-26 08:34:08 +08:00
chatgpt fix(mcp): expand JVM system properties in stdio args/env/cwd 2026-05-05 14:46:08 +08:00
chatmodel feat(llm): native Gemini chat builder, Nano Banana image gen, xAI/Grok provider 2026-05-18 10:00:55 +08:00
config fix(llm): skip Ollama auto-discovery network probe when provider disabled 2026-05-03 20:32:17 +08:00
controller fix(rbac): let viewers read active model so they can actually chat 2026-05-15 10:19:03 +08:00
embedding feat(llm): add UI to configure embedding models from any provider (#79) 2026-05-17 09:25:09 +08:00
event Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00
failover fix(llm): stop MODEL_NOT_FOUND from evicting the whole provider (#150) 2026-05-18 16:27:20 +08:00
gemini feat(llm): native Gemini chat builder, Nano Banana image gen, xAI/Grok provider 2026-05-18 10:00:55 +08:00
model refactor(llm): decouple model construction from the agent graph layer (#147) 2026-05-18 07:47:49 +08:00
oauth fix(llm): activate default model after OpenAI OAuth and gate provider checks by enabled 2026-05-12 09:58:30 +08:00
repository Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00
routing refactor(llm): decouple model construction from the agent graph layer (#147) 2026-05-18 07:47:49 +08:00
service feat(chat): per-conversation model selection (#150) 2026-05-18 16:27:27 +08:00