matevip
fe83b72d67
fix(security): harden JWT, CORS, and H2 Console for production
2026-04-11 18:21:17 +08:00
matevip
408ad980dd
feat(i18n): complete remaining i18n — DefaultToolGuard, LLM/Datasource services, Channels UI
2026-04-11 18:02:03 +08:00
matevip
af9addaaec
feat(i18n): structured i18n keys for exceptions and auto-translate 100+ error messages
2026-04-11 17:52:25 +08:00
matevip
aa09345403
feat(i18n): add backend internationalization — tool descriptions, error messages, guard rules, runtime context
2026-04-11 17:08:43 +08:00
matevip
cc28f665f1
feat(db): introduce Flyway migration framework and unify H2/MySQL schemas
...
- Add Flyway baseline migration (V1) for both H2 and MySQL
- Remove 5 legacy SchemaMigration ApplicationRunner classes
- Add WorkspacePathGuard for file tool sandbox enforcement
- Inject workspace basePath context into agent graph state and tool executor
- Add workspace basePath config UI in frontend
- Fix workspace slug preservation on update
2026-04-11 16:34:09 +08:00
matevip
bfd1cbac56
feat(chat): ChatGPT tool calling + fix cross-turn message pollution
2026-04-11 08:46:21 +08:00
matevip
367dd4bed0
fix(agent): preserve per-subtask results in multi-task answer synthesis, add listAvailableSkills tool
2026-04-10 17:10:02 +08:00
matevip
ec7ea038e7
feat(agent): context compression upgrade, 429 retry, iteration limit & repetition fixes
2026-04-10 00:52:26 +08:00
matevip
250a5f6d46
feat(memory): multi-layer memory system with pluggable provider architecture
2026-04-09 22:26:19 +08:00
matevip
3506c55bc8
feat(platform): Phase 3 Sprint 1-3 — permission, agent binding, dashboard
2026-04-09 11:58:20 +08:00
matevip
3d58a48eae
feat(platform): add workspace foundation and channel execution upgrades
2026-04-09 10:29:16 +08:00
matevip
f6a3a1592a
feat(ux): Phase 1 — onboarding, doctor, templates, navigation convergence
2026-04-09 00:32:35 +08:00
matevip
b4a7378888
fix(db): add missing OAuth columns to MySQL schema
2026-04-08 18:25:27 +08:00
matevip
7cf9a21acd
docs: update README for v1.0.314 snapshot highlights and add wiki config
2026-04-08 16:49:51 +08:00
matevip
c568b4faa8
fix(db): unify schema and seed data across H2/MySQL, en/zh
2026-04-08 16:30:33 +08:00
matevip
f6102c4733
fix(wiki): auto-resolve kbId, improve search and processing robustness
2026-04-08 16:09:22 +08:00
matevip
642360a773
feat(wiki): add LLM Wiki knowledge base system
2026-04-08 10:55:50 +08:00
matevip
43acd2bf94
feat(image,tts): add image generation with 4 providers and TTS with 3 providers
2026-04-07 22:14:31 +08:00
matevip
fe3a7f7b01
feat(video): add video generation capability with 4 providers and async task infrastructure
2026-04-07 19:14:27 +08:00
matevip
b750306028
feat(search): add SearchProvider chain with keyless fallback (DuckDuckGo + SearXNG)
2026-04-07 16:52:42 +08:00
matevip
afe8466fa5
feat(llm): add OpenAI ChatGPT OAuth login for Plus/Pro member access
2026-04-07 15:32:55 +08:00
matevip
8e9a83fd50
fix(skill): use correct beanName for steve_jobs tool dependencies
2026-04-07 10:34:26 +08:00
matevip
fee8aec280
feat(skill): add Steve Jobs persona skill as builtin
2026-04-07 10:22:19 +08:00
matevip
5fc60ec513
feat(agent): smart truncation, stale stream cleanup, configurable tool timeouts, and new indexes
2026-04-07 06:39:46 +08:00
matevip
a8613fb05c
fix(agent): improve execution stability to prevent premature task exits
2026-04-07 01:34:40 +08:00
matevip
015abcef96
feat(memory): add Dreaming recall tracking and scored emergence
2026-04-06 22:25:47 +08:00
matevip
ca738cac21
fix(model): fix duplicate OpenRouter INSERT and add free vision models
2026-04-06 19:26:24 +08:00
matevip
9d727c607a
fix(skill): sync workspace when builtin skill is updated or version bumped
2026-04-06 17:28:39 +08:00
matevip
3940cfd1ce
feat(datasource): add auto ECharts visualization for SQL query results
2026-04-06 14:53:22 +08:00
matevip
10dfe35d49
feat(datasource): add SQL query skill for natural language database querying
2026-04-06 13:40:40 +08:00
matevip
d8f6ac7ea3
fix(model): add placeholder API key for Ollama provider to prevent call failures
2026-04-06 12:30:04 +08:00
matevip
af40fbd7de
feat(channel): add file upload support for WeChat and WeCom channels
2026-04-06 10:51:07 +08:00
matevip
bcf37d95fe
fix(guard): align tool guard rule names with runtime @Tool method names and add audit config
2026-04-05 12:00:50 +08:00
matevip
a2f3a9f021
feat(mcp): pre-configure GitHub MCP Server in seed data
2026-04-05 09:53:47 +08:00
matevip
d2d78b855e
feat(llm): auto-detect Ollama on startup with pre-configured local models
2026-04-05 07:42:20 +08:00
matevip
4f60043549
refactor(server): replace Knife4j with SpringDoc OpenAPI 2.8.16
2026-04-05 07:24:00 +08:00
matevip
5ac3078c6e
feat(llm): update Zhipu AI models to GLM-5-Turbo/GLM-5V-Turbo
2026-04-05 07:03:14 +08:00
matevip
2c3d805521
feat(agent): add multi-agent delegation tool for agent-to-agent collaboration
2026-04-04 23:26:34 +08:00
matevip
65ec76cc96
feat(chat): add drag-and-drop file upload and raise upload limit to 100MB
2026-04-04 22:59:37 +08:00
matevip
579d60125b
Initial commit: MateClaw — Java + Vue 3 AI Assistant System
...
Full-stack AI assistant built on Spring AI Alibaba.
Features: ReAct Agent, Plan-and-Execute, MCP Protocol, Multi-Model, Multi-Channel.
Apache-2.0 License
2026-04-04 19:03:49 +08:00