matevip
daeef4e3c2
feat(scheduler): unify cron jobs and triggers into a tabbed Scheduler page
2026-05-19 21:23:18 +08:00
matevip
2c1e673fba
feat(skill): SkillMarket lifecycle UI + curator control panel
2026-05-19 09:56:08 +08:00
matevip
82594878a0
refactor(ui): fold the live runtime view into the Employees page
2026-05-16 14:50:58 +08:00
matevip
777e2ecee2
feat(ui,router): gate routes and sidebar by workspace capability
2026-05-15 10:18:38 +08:00
matevip
093925e191
feat(ui): enterprise scenario workbench combining contract review, account intel, approvals, and audit
2026-05-12 11:26:05 +08:00
matevip
579e26ecc1
feat(ui): add workflow editor + run viewer + trigger manager views
2026-05-08 15:05:04 +08:00
matevip
74edc09b2b
feat(backstage): admin runtime console for live agent visibility + force-recycle
2026-05-03 17:15:17 +08:00
matevip
f910d762a3
feat(wiki): feature-flag toggle UI + defer extracted_text cache when vision unavailable
2026-05-02 19:04:58 +08:00
matevip
28c3b0e62f
feat(model3d): Tencent Hunyuan 3D provider — Pro/Rapid action routing + <model-viewer> preview
2026-05-01 22:39:13 +08:00
matevip
020a87ee7e
feat(skill): ACP integration for external coding agents
2026-05-01 09:49:22 +08:00
matevip
f0991f543f
feat(skill): skill template gallery + author wizard MVP
2026-05-01 09:49:14 +08:00
matevip
91e231e7a5
feat(activity): promote Activity to top-level navigation
2026-05-01 09:48:53 +08:00
matevip
95144ef175
feat(skill): demote Tools to Settings + rename MCP Connections
2026-05-01 09:39:52 +08:00
matevip
22894ac4b1
perf(channels): split Channels.vue, lazy-load modal, async locales, keep-alive route
...
- Extract create/edit modal into ChannelEditModal.vue (defineAsyncComponent),
shrinking Channels.vue from 1438 to 370 lines and dropping ~30KB from the
initial route chunk.
- Move side-effect logic into composables: useWeixinQrcodePoll (QR + 2s status
poll, auto-cleanup) and useWecomBotAuth (lazy SDK script with module-level
promise dedupe). Pure config-JSON helpers move to utils/channelConfigJson.ts.
- Switch i18n locales from static imports to dynamic import keyed by current
locale; applyLocale becomes async to avoid first-render flicker.
- /channels route opts into keep-alive (meta.keepAlive=true). Channels.vue
pauses status polling in onDeactivated and resumes in onActivated, with an
isActive guard to prevent late-resolving timers from leaking after navigation.
- Initial load goes from serial 3-RTT to Promise.all + 4-card el-skeleton.
2026-04-28 11:08:36 +08:00
matevip
90067d1c9f
feat(memory): dream-v2 D1 — Memory Timeline view (frontend + backend)
2026-04-21 04:58:26 +08:00
matevip
8fbe30d7ac
feat(auth): password change dialog + workspace member provisioning improvements
2026-04-17 00:11:10 +08:00
matevip
0adb3dddf1
feat(plugin): Plugin SDK + UI layout improvements
2026-04-13 18:38:03 +08:00
matevip
62b7998975
refactor(ui): move Workspaces/Members/Activity from Security to Settings
2026-04-09 19:55:51 +08:00
matevip
5124842526
feat(platform): workspace isolation, info architecture, and UI redesign
2026-04-09 16:29:02 +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
642360a773
feat(wiki): add LLM Wiki knowledge base system
2026-04-08 10:55:50 +08:00
matevip
7007ea844d
feat: add TTS, STT, music generation, video providers (Runway/MiniMax), image providers (Google Imagen/MiniMax), and tool registry fix
2026-04-08 08:49:09 +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
10dfe35d49
feat(datasource): add SQL query skill for natural language database querying
2026-04-06 13:40:40 +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