matevip
c0f9d1d9fb
test(wiki): add adversarial HTML normalization tests and harden skeleton-tag handling
2026-05-19 21:23:13 +08:00
matevip
9ffe7aa399
fix(wiki): strip script/style/nav/footer text from HTML-typed material
2026-05-19 21:23:07 +08:00
matevip
32d633ae4b
fix(workspace): verify a path-bound agent belongs to the request workspace
2026-05-19 20:07:02 +08:00
matevip
92d35a3d3d
fix(workspace): keep workspace ids as strings so a switch survives reload
2026-05-19 20:06:56 +08:00
matevip
651d53050e
fix(workspace): return 403 instead of 500 for cross-workspace access
2026-05-19 20:06:50 +08:00
matevip
0a57cb3358
fix(workspace): harden workspace create and delete
2026-05-19 20:06:44 +08:00
matevip
b2f9976f44
fix(i18n): stop logging missing-key noise for optional tool descriptions
2026-05-19 20:06:38 +08:00
matevip
d629c945ee
fix(wiki): return the new page id from the create-page tool
2026-05-19 20:06:33 +08:00
matevip
57ca69d674
fix(wiki): return HTTP 404 for missing knowledge bases and pages
2026-05-19 20:06:27 +08:00
matevip
c1b878b7e1
fix(agent): fail over to backup providers when the primary is rate-limited
2026-05-19 20:06:21 +08:00
matevip
95ce1bae24
docs(agent): describe binding-service helpers functionally
2026-05-19 16:53:24 +08:00
matevip
d1b7e76f5b
fix(tool): support top-level await in the browser eval action
2026-05-19 16:53:18 +08:00
matevip
c6d51f8ced
fix(wiki): resolve an agent's own knowledge base before shared ones
2026-05-19 16:53:12 +08:00
matevip
b0d9bde664
fix(agent): clamp DashScope max_tokens to the provider's 8192 ceiling
2026-05-19 16:53:06 +08:00
matevip
3d643f909d
feat(skill): typed wrapper tools for declared script entrypoints
2026-05-19 09:56:39 +08:00
matevip
31d4d014ed
fix(skill): normalize runSkillScript JSON args
2026-05-19 09:56:33 +08:00
matevip
520429ac6f
test(skill): end-to-end coverage for the lifecycle curator
2026-05-19 09:56:27 +08:00
matevip
0383740fec
fix(ui): rename the wiki nav item to "Wiki" / "知识库"
2026-05-19 09:56:21 +08:00
matevip
99718d276e
feat(ui): frosted-glass tooltip and collapsed-rail alignment
2026-05-19 09:56:15 +08:00
matevip
2c1e673fba
feat(skill): SkillMarket lifecycle UI + curator control panel
2026-05-19 09:56:08 +08:00
matevip
4cd21056a0
feat(skill): automatic lifecycle archival for idle skills
2026-05-19 09:55:59 +08:00
matevip
cfb123dda2
fix(wiki): keep the raw-material filter across page-list refreshes ( #156 )
2026-05-18 23:28:56 +08:00
matevip
fb4206e356
fix(wiki): count only the latest job per raw in KB failure stats
2026-05-18 22:00:36 +08:00
matevip
7949b6ff38
fix(chat): keep the runtime model indicator synced with the selector
2026-05-18 22:00:30 +08:00
matevip
33a40ad9d9
feat(wiki): support HTML, Excel, PowerPoint and CSV raw materials
2026-05-18 21:57:43 +08:00
倪程伟
b763022810
fix(feishu): add handler for im.chat.member.bot.added_v1 event
...
Register a no-op handler for the bot-added-to-chat event on the Feishu WebSocket EventDispatcher. Without it, adding the bot to a group chat raises HandlerNotFoundException and drops the long connection. Mirrors the existing reaction-event handlers. Fixes #153 .
2026-05-18 17:46:28 +08:00
matevip
cda001b818
fix(workflow): generate runnable drafts — snake_case names, correct output refs
2026-05-18 17:35:00 +08:00
matevip
4cf991851b
fix(workflow): keep the editor canvas and status correct after publish
2026-05-18 17:34:53 +08:00
matevip
8cfc78e7b4
fix(ui): keep model group-header chip and Fix button on one line
2026-05-18 16:27:34 +08:00
matevip
d53d66abe3
feat(chat): per-conversation model selection ( #150 )
2026-05-18 16:27:27 +08:00
matevip
0ff8da0caa
fix(llm): stop MODEL_NOT_FOUND from evicting the whole provider ( #150 )
2026-05-18 16:27:20 +08:00
matevip
8a0c0a76a8
refactor(memory-ui): extract shared icon, empty-state, skeleton and section components ( #148 )
2026-05-18 16:26:19 +08:00
matevip
7a650dc667
refactor(memory-ui): replace emoji icons with inline SVG line-art
2026-05-18 13:51:20 +08:00
matevip
3157dde1f4
fix(memory): route long-term memory edits to the file being edited ( #148 )
2026-05-18 11:28:01 +08:00
matevip
c92b579924
chore(build): bump flatten-maven-plugin to 1.7.3
2026-05-18 10:45:36 +08:00
matevip
247c607b3c
fix(build): flatten ${revision} into installed POMs
2026-05-18 10:45:30 +08:00
matevip
b06bd66435
fix(build): repackage server as executable jar
2026-05-18 10:21:42 +08:00
matevip
f0dfae931f
fix(build): emit -parameters so Spring MVC can bind path/request params
2026-05-18 10:17:25 +08:00
matevip
55af602f67
chore(build): centralize Maven revision management
2026-05-18 10:01:11 +08:00
matevip
ea00b2aa25
feat(ui): add the xAI (Grok) provider brand icon
2026-05-18 10:01:05 +08:00
matevip
75107ac815
feat(llm): native Gemini chat builder, Nano Banana image gen, xAI/Grok provider
2026-05-18 10:00:55 +08:00
matevip
a88edbdd07
refactor(llm): decouple model construction from the agent graph layer ( #147 )
2026-05-18 07:47:49 +08:00
matevip
7b053052d7
fix(ui): pre-bundle echarts subpaths to stop dev-server 504 re-optimization
2026-05-17 21:15:15 +08:00
matevip
b3e8d1e283
fix(chat): return 401/403 not 500 for chat auth and ownership failures
2026-05-17 17:56:03 +08:00
matevip
ff3e5b42f5
fix(memory): resolve morning-card user id from the JWT username
2026-05-17 17:55:56 +08:00
matevip
71aba2649e
fix(wiki): gate write controls behind the manage:wiki capability
2026-05-17 17:55:48 +08:00
matevip
c9f73bbbd5
fix(wiki): type kbId/pageId props as number|string to prevent ID precision loss
2026-05-17 17:55:42 +08:00
matevip
0d94cb1f93
fix(i18n): add missing wiki page type, settings and chat keys
2026-05-17 17:55:36 +08:00
matevip
84d809f52b
fix(wiki): show live page count in knowledge base list and detail
2026-05-17 17:55:29 +08:00
matevip
401c413a77
fix(chat): return 403 not 500 for conversation access failures
2026-05-17 17:55:21 +08:00