matevip
4a15027a98
feat(wiki): download original raw material file
2026-04-26 20:46:52 +08:00
matevip
fb4c013ad8
feat(anthropic): surface Claude Code OAuth in admin UI
2026-04-26 08:34:09 +08:00
matevip
8ef523f953
feat(wiki): archived pages drawer in Wiki UI
2026-04-25 19:02:33 +08:00
matevip
45bae0c8ab
feat(wiki): drag-over visual, optimistic UI, and progress bar for raw material uploads
...
- Drag-over highlight (orange border + shadow + arrow icon) on the upload
zone, using dragCounter to prevent flicker over nested children
- Optimistic list items appear immediately on drop/select with UPLOADING
badge and progress bar, before the HTTP request completes
- Wire axios onUploadProgress through api.uploadRaw → store.uploadRawFile
so the progress bar tracks real byte transfer (0–100%), with an
indeterminate shimmer until the first tick
- try/catch around every upload: on failure, placeholder flips to an error
state with ElMessage.error toast and a × dismiss button
- Upload all dropped/selected files concurrently via Promise.all
- i18n keys added (zh-CN + en-US): dropToUpload, uploading, uploadFailed,
status.uploading, progress.uploading
2026-04-24 15:22:32 +08:00
matevip
27c4c3e5e2
feat(wiki): config UI overhaul — model strategy, search preview modal, graph fullscreen
2026-04-24 10:03:45 +08:00
matevip
af8c2fe6a9
feat(skill-market): security scan visibility, rescan action, pagination fix
2026-04-24 06:55:19 +08:00
matevip
aa6e2b6afe
feat(skill-market): paginated skill list with search and frosted-glass UI
2026-04-24 06:55:19 +08:00
matevip
3d213eb281
chore: sync multiple commits from private dev
...
Covers 15 upstream commits (private mirror → public):
Multi-provider failover (RFC-009):
- PR-0: extract ChatModelBuilder strategy seam
- PR-1a: AvailableProviderPool data structure
- PR-1b: startup provider liveness probe + 4 protocol strategies
- PR-1c: wire AvailableProviderPool into runtime chat-model selection
- PR-1d: provider pool REST endpoint + UI badges
- PR-1e: manual reprobe trigger + auto-reprobe on provider config change
- PR-3: per-agent provider preferences (agents can override the
org-wide fallback chain)
Wiki subsystem (RFC-029~033):
- Relation model, resilient background jobs, light-weight processing
path, retrieval enhancement, frontend redesign (single landing commit)
- Follow-up fixes: null guards + stats query + i18n polish, move
WikiProcessingJobMapper to repository/ for @MapperScan, align
implementation with RFC-029~031 spec
- Copy pass: replace "富化 / enrich" wording with clearer "链接 / link"
- Style: switch enrich/repair buttons to @element-plus/icons-vue
2026-04-19 18:37:44 +08:00
matevip
8fbe30d7ac
feat(auth): password change dialog + workspace member provisioning improvements
2026-04-17 00:11:10 +08:00
matevip
25978ceb12
feat(llm): UI-configurable embedding models with per-KB binding and dynamic factory
2026-04-16 17:12:00 +08:00
matevip
0adb3dddf1
feat(plugin): Plugin SDK + UI layout improvements
2026-04-13 18:38:03 +08:00
matevip
e4679796b8
feat(wiki): performance + quality + delete redesign (RFC-008)
2026-04-13 09:35:26 +08:00
matevip
b3c1f8403d
feat(skill): add ZIP file import for skill installation
2026-04-11 19:29:01 +08:00
matevip
dafdcb4182
feat(chat): segmented message display, progressive loading, and real-time segment persistence
2026-04-10 07:36:24 +08:00
matevip
1c2acfd2e9
refactor(ux): simplify interactions and humanize UI with Jobs-inspired review
2026-04-09 20:56:50 +08:00
matevip
4cd373dcdd
feat(ux): agent templates, chat status indicator, dashboard trend chart
2026-04-09 20:11:19 +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
afe8466fa5
feat(llm): add OpenAI ChatGPT OAuth login for Plus/Pro member access
2026-04-07 15:32:55 +08:00
matevip
10dfe35d49
feat(datasource): add SQL query skill for natural language database querying
2026-04-06 13:40:40 +08:00
matevip
d8cf5acf0f
feat(chat,pdf): scanned PDF OCR fallback and authenticated attachment display
2026-04-06 07:48:28 +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