Commit Graph

56 Commits

Author SHA1 Message Date
matevip
5fc60ec513 feat(agent): smart truncation, stale stream cleanup, configurable tool timeouts, and new indexes 2026-04-07 06:39:46 +08:00
matevip
e6be23a040 perf(memory): fix N+1 queries, remove redundant SHA-256, cap DREAMS.md growth 2026-04-07 01:42:57 +08:00
matevip
a8613fb05c fix(agent): improve execution stability to prevent premature task exits 2026-04-07 01:34:40 +08:00
matevip
2ac7cc4af4 feat(stream): add fine-grained phase status hints for frontend UX 2026-04-07 00:40:38 +08:00
matevip
d5f1d19306 feat(memory): add active retrieval tracking, multi-gate filtering, DREAMS.md diary and dreaming status API 2026-04-06 23:35:27 +08:00
matevip
015abcef96 feat(memory): add Dreaming recall tracking and scored emergence 2026-04-06 22:25:47 +08:00
matevip
dd5ec7ff3c chore: bump version to 1.0.314-SNAPSHOT 2026-04-06 21:30:24 +08:00
matevip
76fd5c2911 release: v1.0.108 2026-04-06 19:52:05 +08:00
matevip
ca738cac21 fix(model): fix duplicate OpenRouter INSERT and add free vision models 2026-04-06 19:26:24 +08:00
matevip
1cfbf1eb39 docs: add ECharts demo screenshot to README 2026-04-06 18:51:43 +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
8c8cb5fa48 fix(model): remove legacy dashscope-only restriction from model validation 2026-04-06 12:41:27 +08:00
matevip
647fa9ab94 fix(guard): check column existence before ALTER TABLE to suppress H2 duplicate column errors 2026-04-06 12:37:12 +08:00
matevip
08d1a89c0e feat(model): auto-activate Ollama model as default on startup discovery 2026-04-06 12:34:12 +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
fd1462bf03 feat(model): auto-activate default model when provider API key is configured 2026-04-06 12:21:17 +08:00
matevip
4a99382004 fix(browser): fix idle watchdog leak on repeated start/stop cycles 2026-04-06 12:01:09 +08:00
matevip
6756577428 fix(browser): add Windows and Docker Chromium launch args 2026-04-06 11:47:10 +08:00
matevip
91cd03c0da fix(agent): resolve image path from mediaId for IM channel multimodal injection 2026-04-06 10:57:34 +08:00
matevip
af40fbd7de feat(channel): add file upload support for WeChat and WeCom channels 2026-04-06 10:51:07 +08:00
matevip
eb78032752 feat(video): support video upload, preview, and multimodal analysis 2026-04-06 09:42:54 +08:00
matevip
49aae91e90 fix(agent): skip SVG in multimodal injection and stop retrying 400 errors 2026-04-06 08:38:39 +08:00
matevip
7bcdbf4523 fix(pdf,chat): fix OCR trigger misjudgment, false success, and duplicate image injection 2026-04-06 08:18:04 +08:00
matevip
d8cf5acf0f feat(chat,pdf): scanned PDF OCR fallback and authenticated attachment display 2026-04-06 07:48:28 +08:00
matevip
cc0569440e fix(chat): harden multimodal attachment handling across all paths 2026-04-06 07:03:11 +08:00
matevip
84a205509b feat(chat): multimodal image injection and upload UX improvements 2026-04-05 23:58:42 +08:00
matevip
99befe0d25 fix(agent): prevent ReAct degenerate repetition and harden loop termination 2026-04-05 22:34:03 +08:00
matevip
3de643dca9 chore: bump version to 1.0.108-SNAPSHOT 2026-04-05 21:00:20 +08:00
matevip
88d16151d3 release: v1.0.101 2026-04-05 19:04:14 +08:00
matevip
30f42ca770 feat(ui): add mobile responsive layout and fix hardcoded i18n strings 2026-04-05 18:56:41 +08:00
matevip
732bb13f47 fix(security): resolve SPA frontend route refresh returning 401 2026-04-05 18:20:40 +08:00
matevip
c8f3a12925 fix(i18n): dynamically set window title from language pack instead of hardcoding 2026-04-05 16:34:15 +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
e14759638e docs: update model providers table with 20+ providers and latest models 2026-04-05 10:02:09 +08:00
matevip
ee844f1117 docs: update README with pre-configured GitHub MCP Server 2026-04-05 09:58:46 +08:00
matevip
a2f3a9f021 feat(mcp): pre-configure GitHub MCP Server in seed data 2026-04-05 09:53:47 +08:00
matevip
ef1f22356f feat(ui): group model providers by local/cloud with section headers 2026-04-05 08:32:55 +08:00
matevip
c335baf14d fix(llm): sort local providers first by using DESC order on is_local 2026-04-05 07:51:01 +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
cccd364993 fix(llm): fix Zhipu connection test and update models to GLM-5-Turbo 2026-04-05 07:09:56 +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
64a1a699d6 fix(ui): widen suggestion cards grid to prevent misalignment 2026-04-05 06:40:51 +08:00
matevip
6983a53383 feat(ui): update chat suggestions to showcase core features 2026-04-05 06:38:46 +08:00
matevip
6ea0521b7b docs: add M5 chip to macOS Apple Silicon description 2026-04-05 06:33:57 +08:00
matevip
0532cbe355 docs: add macOS Intel and Windows x64 variants to download table 2026-04-05 06:31:29 +08:00
matevip
198d83669f docs: update desktop download table with actual release artifacts 2026-04-05 06:28:55 +08:00
matevip
eea622099d chore: bump version to 1.0.101-SNAPSHOT with versioned docs 2026-04-05 06:22:28 +08:00