60 Commits

Author SHA1 Message Date
62b4963bb8 fix: expand switch cases
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 4s
2026-05-22 19:13:22 +08:00
0efc78c656 fix: right-aligned user bubbles + no labels + Chinese + copy btn
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 4s
2026-05-22 19:13:06 +08:00
f9c99dbd32 fix: remove unused imports
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 19:09:33 +08:00
427691290b feat: pixel-level DeepSeek UI clone
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 6s
2026-05-22 19:09:17 +08:00
a4699c1a78 fix: remove unused imports
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 17:31:44 +08:00
1bceee6bc2 feat: ChatGPT-style UI + approval for sensitive ops
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 6s
2026-05-22 17:31:31 +08:00
3b7a765c40 fix: clean TaskAssistant rewrite
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 17:26:09 +08:00
b2c2fd3805 redesign: clean modern Agent chat UI
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 4s
2026-05-22 17:23:31 +08:00
25c1af7366 fix: add currentTools declaration
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 17:20:22 +08:00
3b8493075d feat: tool call visualization in TaskAssistant
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 7s
2026-05-22 17:20:05 +08:00
059dfd55c9 fix: add hermes route
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 17:14:37 +08:00
6543f951c6 fix: clean App.tsx with no duplicates
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 5s
2026-05-22 17:14:05 +08:00
ea816dc389 fix: deduplicate App.tsx imports
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 5s
2026-05-22 17:13:33 +08:00
865d8e329a restore TaskAssistant + rename iframe to Hermes 设置
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 6s
2026-05-22 17:13:09 +08:00
f80e48eaf8 fix: clean task assistant iframe
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 16:46:03 +08:00
baee75ec13 fix: remove unused import
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 4s
2026-05-22 16:45:43 +08:00
4828833f57 feat: replace TaskAssistant with Hermes Dashboard iframe
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 6s
2026-05-22 16:45:29 +08:00
a53dfc184d fix: rewrite menu — clean reorder
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 16:41:10 +08:00
cfb45dcbe2 fix: reorder menu — settings at bottom
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 4s
2026-05-22 16:40:16 +08:00
b3f4e141cb fix: reorder sidebar — settings last
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 4s
2026-05-22 16:39:42 +08:00
ff6a4df623 fix: reorder sidebar menu — settings at bottom
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 6s
2026-05-22 16:39:01 +08:00
e6d3a1d096 fix: remove unused UserOutlined import
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 16:26:11 +08:00
688cd4686c fix: clean up Avatar removal JSX
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 5s
2026-05-22 16:25:55 +08:00
c24d7c665f fix: actually remove Avatar from chat
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 4s
2026-05-22 16:25:04 +08:00
fae5d36b0c fix: auto-select first conversation + remove chat avatars
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 16:23:26 +08:00
ecd414fab0 fix: remove unused Space import
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 16:04:50 +08:00
c235f4822d fix: clean knowledge base table layout
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 6s
2026-05-22 16:04:35 +08:00
95d8d3cbb4 fix: knowledge bases under existing 知识库管理 menu
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 16:02:51 +08:00
8f1d0eecef fix: remove unused imports + duplicate breadcrumb
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 15:55:58 +08:00
c5ddce4216 feat: knowledge base list page for admin
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 6s
2026-05-22 15:55:33 +08:00
d8a70b4562 ci: use fetch+reset for force push safety
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 6s
2026-05-22 15:44:30 +08:00
769d50bf5a feat: cost CRUD + monthly summary + expiry alerts
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 0s
2026-05-22 15:40:09 +08:00
22e716129e feat: cost management CRUD + monthly summary + expiry alerts
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 0s
2026-05-22 15:39:30 +08:00
49e1b10f67 replace ai-costs placeholder with real API billing dashboard
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 0s
2026-05-22 15:31:00 +08:00
1a55fce7e4 feat: embed Gitea via iframe in admin panel
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 5s
2026-05-22 14:35:26 +08:00
f8e5ae3b95 fix: fixed IP section height + remove table scroll
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 14:21:53 +08:00
942a3b23d2 fix: card sections with fixed min-height for perfect alignment
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 14:19:47 +08:00
73fa2b57ff fix: uniform card layout + remove duplicate disk + larger uptime
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 14:12:35 +08:00
e297e2fac7 fix: App context for copy toast + remove polling + disk progress layout + process aliases
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 14:09:07 +08:00
795ef9676d fix: process desc + disk display + Chinese uptime + copy toast
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 13:51:12 +08:00
ed1e78c5c2 feat: friendly process names + disks + public IPs + domains with copy + refresh btn
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 9s
2026-05-22 13:42:34 +08:00
26f5750046 feat: server ops panel + dashboard server widgets
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 13:30:37 +08:00
274a27a10a move audit logs from Dashboard to /audit page
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 9s
2026-05-22 12:10:46 +08:00
13006ba390 clean: remove thinking panel + keep reasoning_effort:xhigh in Hermes
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 12:03:05 +08:00
0fc2366eb9 fix: hide thinking when identical to output + default collapsed
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 11:49:53 +08:00
0789114e0a fix: smooth streaming + IME composition fix + remove double loading
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
2026-05-22 11:46:44 +08:00
b6174c4762 feat: SSE streaming runs + thinking/tool panel + typewriter effect
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 11:29:15 +08:00
4292da4bf1 fix: audit log pagination + useState for page/pageSize
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 6s
2026-05-22 11:21:05 +08:00
cf2dfc1351 fix: use App.useApp modal + Button delete for reliable click handling
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 11:16:33 +08:00
7438323e96 feat: message persistence + inline title edit + redesigned input + fix delete
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
2026-05-22 11:07:58 +08:00