alan.cl
1a30f659c3
feat: update template skill
2026-03-16 11:27:59 +08:00
aries_ckt
6f5397ecaa
Merge remote-tracking branch 'origin/feat/dbgpt_skill' into feat/dbgpt_skill
2026-03-16 00:00:56 +08:00
aries_ckt
73896c27f9
docs: quick-start installation
2026-03-15 00:34:44 +08:00
alan.cl
4d968dad81
fix: skill i18n
2026-03-14 17:59:00 +08:00
alan.cl
91645d28b0
feat: optimize style
2026-03-14 14:52:36 +08:00
alan.cl
f4700b4439
fix: optimize model selector
2026-03-13 19:41:05 +08:00
alan.cl
3bf9b9a95a
feat: add image preview
2026-03-13 16:40:03 +08:00
alan.cl
37c530b57b
Merge remote-tracking branch 'origin/feat/dbgpt_skill' into feat/dbgpt_skill
...
# Conflicts:
# web/locales/zh/chat.ts
2026-03-13 13:41:24 +08:00
alan.cl
87bcb9a4ae
feat: add summary info
2026-03-13 13:40:02 +08:00
aries_ckt
044e0957fb
feat: add agent-browser skill
2026-03-13 10:11:18 +08:00
alan.cl
ca9905cb07
feat: support inner html report display
2026-03-12 17:42:27 +08:00
alan.cl
f088752633
feat(skills): add GitHub/skills.sh remote import functionality
...
- Add POST /v1/skills/import_github endpoint for importing skills from
GitHub URLs and skills.sh URLs with subdirectory support
- Implement URL parser (_parse_github_url) supporting github.com, skills.sh,
/blob/ paths, /tree/ paths, and branch detection with main/master fallback
- Implement secure ZIP extraction (_extract_skill_from_zip) with SKILL.md
validation, path traversal protection, and 50MB size limit
- Extract reusable _install_skill_from_dir helper from existing upload flow
- Add frontend GitHub import UI: menu item with GithubOutlined icon, modal
with URL form validation, 60s request timeout, loading state
- Add httpx>=0.24.0 dependency for async HTTP downloads
- Add i18n keys (en + zh) for all import-related strings
- Add 18 unit tests: 9 URL parsing + 7 extraction + 2 install tests
2026-03-11 19:03:28 +08:00
alan.cl
f9311c8459
optimize: optimize collapse panel button
2026-03-11 15:46:23 +08:00
alan.cl
2f4d8774f7
fix: fix share page web build visit
2026-03-11 12:02:51 +08:00
aries_ckt
e4412af0fb
fix:web side bug
2026-03-11 10:52:42 +08:00
alan.cl
746cdee140
chore: build web file
2026-03-10 21:55:55 +08:00
alan.cl
4f42161294
fix: skill i18n
2026-03-10 21:26:38 +08:00
alan.cl
3e3f221271
feat: optimize index page and sidebar
2026-03-10 20:36:50 +08:00
alan.cl
56db7acded
Merge remote-tracking branch 'origin/feat/dbgpt_skill' into feat/dbgpt_skill
2026-03-10 09:54:04 +08:00
aries_ckt
11f59b4e74
fix:i18n
2026-03-09 23:59:07 +08:00
aries_ckt
7f19ffe454
fix:i18n
2026-03-09 22:35:25 +08:00
aries_ckt
0800033fb2
Merge remote-tracking branch 'origin/feat/dbgpt_skill' into feat/dbgpt_skill
...
# Conflicts:
# web/pages/share/[token].tsx
2026-03-09 22:00:22 +08:00
aries_ckt
92bc15f239
fix:i18n
2026-03-09 21:59:08 +08:00
alan.cl
57ff85409d
feat(sidebar): rename 应用管理, add 模型评测, optimize icons and highlights
...
- Rename 'settings/设置' to '应用管理' in both collapsed and expanded sidebar states
- Add '模型评测' sub-menu item in Popover, navigating to /models_evaluation
- Replace ThunderboltOutlined with RocketOutlined for skills (more thematic)
- Add LineChartOutlined for model evaluation entry
- Upgrade active/hover highlight from gray (#F1F5F9) to brand blue (Tailwind blue palette)
- Add dark mode support for all new highlight styles
- Add isSettingsActive const to track all 5 app-management sub-routes
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-03-09 19:40:10 +08:00
alan.cl
aef86d2c5a
feat: history conversation list
2026-03-09 17:54:27 +08:00
alan.cl
c72a2e699b
feat(web): move view-all icon to sidebar header + add search to conversations page
...
- Replace bottom '查看全部' text link in sidebar with MoreOutlined icon + Tooltip
in the '所有任务' section header (flex justify-between layout)
- Add debounced search input (SearchOutlined, 300ms) to /conversations page
- Implement client-side title filtering via filteredList useMemo
- Show distinct empty states: '暂无历史记录' vs '没有匹配的对话'
2026-03-09 16:10:16 +08:00
aries_ckt
47d891bc8e
fix:update dbgpt web component
2026-03-08 23:30:43 +08:00
alan.cl
d230753912
fix: fix input box
2026-03-06 19:35:44 +08:00
alan.cl
2433d4e6cf
feat: multi round palyback
2026-03-05 12:53:00 +08:00
alan.cl
8b5ad52aa9
fix: fix i18n
2026-03-05 11:51:27 +08:00
alan.cl
df949941b6
feat: optimize page style
2026-03-04 19:35:02 +08:00
alan.cl
1c65a6cc52
fix: optimize input comppotent
2026-03-04 18:01:53 +08:00
alan.cl
d19304a3c6
fix: fix the left content to fill the entire page.
2026-03-03 16:13:31 +08:00
alan.cl
e7245e71cf
fix: fix native app chat and update react agent scene value
2026-03-03 14:10:54 +08:00
aries_ckt
348367a77b
feat:create database example
2026-03-02 18:58:53 +08:00
aries_ckt
bf5aa5168e
feat: internationalize homepage examples and update agentic data api prompts
2026-02-28 18:25:48 +08:00
aries_ckt
1c51b7e170
Merge remote-tracking branch 'origin/feat/dbgpt_skill' into feat/dbgpt_skill
2026-02-28 17:14:34 +08:00
aries_ckt
11057f4782
feat:create skill example
2026-02-28 17:06:05 +08:00
aries_ckt
48aa8af1af
feat:add skill creator
2026-02-27 14:16:38 +08:00
alan.cl
a49dd62112
fix: 修复主页跳转
2026-02-26 19:58:00 +08:00
alan.cl
250166f957
Merge remote-tracking branch 'origin/feat/dbgpt_skill' into feat/dbgpt_skill
2026-02-26 17:34:00 +08:00
alan.cl
9fc6c92298
feat: support chat share and playback
2026-02-26 17:33:45 +08:00
aries_ckt
a97d1ab486
fix:react add phase
2026-02-26 14:06:15 +08:00
aries_ckt
f5ead2684d
feat:add database resource
2026-02-25 19:46:29 +08:00
aries_ckt
169e493553
feat:refact agentic data api
2026-02-25 17:02:36 +08:00
aries_ckt
70b76e06ba
feat:refact agentic data api
2026-02-25 15:31:41 +08:00
aries_ckt
cc5a4bccef
feat:dbgpt skill template
2026-02-25 14:46:44 +08:00
aries_ckt
97fde0aa7d
feat:dbgpt skill template
2026-02-25 11:59:35 +08:00
aries_ckt
bcea616c70
feat:dbgpt skill
2026-02-13 16:33:49 +08:00
aries_ckt
c3bf820015
feat:dbgpt skill
2026-02-13 16:19:42 +08:00