Shu Yao
036fb6efe1
Merge branch 'main' into main
2026-03-17 21:07:37 +08:00
Shu Yao
fea709142a
Merge pull request #582 from LaansDole/main
...
Fix: hardcoded embedding dimension
2026-03-17 10:43:17 +08:00
Shu Yao
51ca75cc7c
Merge pull request #583 from LaansDole/fix/toggle-chat-fullscreen-scrollable
...
Fix/toggle chat fullscreen scrollable
2026-03-17 10:37:12 +08:00
NA-Wen
546884980d
delete unnecessary files
2026-03-17 10:18:06 +08:00
NA-Wen
c2dd7abd55
fix typos
2026-03-17 10:15:52 +08:00
NA-Wen
033617e4ba
delete skills.md
2026-03-17 10:15:52 +08:00
Yufan Dang
68fb2fb8f1
Merge branch 'OpenBMB:main' into main
2026-03-17 09:59:38 +08:00
laansdole
0350a50ffb
chores: refactor
2026-03-16 17:56:51 +07:00
laansdole
25bdfd9665
fix: min height 0 to make fullscreen chat scrollable
2026-03-16 17:55:57 +07:00
laansdole
7cd1bf5da8
fix(frontend): make fullscreen chat panel scrollable
2026-03-16 17:53:10 +07:00
laansdole
f3d6a2f94e
feat: make check-backend for quality checks
2026-03-16 16:56:52 +07:00
laansdole
6a898ce2da
fix: stored memory embeddings had mixed dim
2026-03-16 16:27:37 +07:00
Shu Yao
75e889decf
Merge pull request #580 from NINE-J/style/sidebar-scroll-behavior
...
fix: Fix what the navigation hide interaction affects all pages
2026-03-15 14:49:43 +08:00
NINE
b8b399797a
fix: Fix what the navigation hide interaction affects all pages
2026-03-15 14:49:26 +09:00
Shu Yao
1c636e5b56
Merge pull request #577 from LaansDole/main
...
Feat: add persistent chat panel with fullscreen toggle
2026-03-15 13:17:20 +08:00
laansdole
d796015f0d
fix: text overflow the panel
2026-03-15 11:57:55 +07:00
Shu Yao
45cf26bb05
Merge pull request #576 from NINE-J/style/tutorial-view
...
style: Resolve nested scrollbars & implement auto-hiding navigation f…
2026-03-15 12:14:38 +08:00
laansdole
5525813676
feat(frontend): add persistent chat panel with fullscreen toggle
...
- Convert chat from tab-based to persistent collapsible overlay panel
- Chat panel visible alongside Graph view as a side overlay
- Toggle button (chevron) to collapse/expand the overlay panel
- 'Chat' in view toggle activates full-screen chat mode filling left panel
- 'Graph' in view toggle shows graph with chat as overlay
- isChatPanelOpen state preserved across mode switches
- Default viewMode is 'chat' (full-screen on load)
- No Spatial features included
2026-03-14 09:36:10 +07:00
NINE
1c8d23544a
style: Resolve nested scrollbars & implement auto-hiding navigation for Tutorial UX
2026-03-14 03:04:47 +09:00
Yufan Dang
5883f4915d
Merge branch 'OpenBMB:main' into main
2026-03-11 13:36:31 +08:00
NA-Wen
db267ffc9c
add skills.md
2026-03-11 13:32:58 +08:00
NA-Wen
5099636757
add tool list routes
2026-03-11 12:11:06 +08:00
NA-Wen
d48e82f17e
add tool list routes
2026-03-11 12:06:33 +08:00
NA-Wen
7494bad618
remove reload args in makefile
2026-03-11 11:59:04 +08:00
NA-Wen
e5587203ba
remove replicated mcp server
2026-03-11 11:58:10 +08:00
Shu Yao
980f6249fa
Merge pull request #557 from Br1an67/fix/issue-538-safari-tooltip
...
fix: use RichTooltip for help icons in Safari/Edge
2026-03-11 11:56:59 +08:00
Shu Yao
771a0a6b07
Merge pull request #559 from zivkovicp/feature/add-skills
...
feat(agent): add filesystem-backed Agent Skills support to agent nodes
2026-03-11 11:56:11 +08:00
NA-Wen
55f565d53f
update readme & solve frontend efficiency
2026-03-11 11:35:33 +08:00
NA-Wen
54ad9a57ee
fix frontend error
2026-03-11 11:22:18 +08:00
NA-Wen
cf8d7f0f05
fix frontend error
2026-03-11 10:51:00 +08:00
NA-Wen
9381abd96f
[feat] add server endpoint
2026-03-11 10:49:52 +08:00
Petar Zivkovic
a6717bed9b
fix(skills): track current active skill explicitly and relocate to .agents/skills/
2026-03-10 19:38:14 +01:00
Shu Yao
c7bb2df9e5
Merge pull request #558 from Yanghuabei-design/workflow/add-a-workflow
...
feat(workflow): add general_problem_solving_team
2026-03-10 21:16:29 +08:00
Yanghuabei-design
4ccb991c05
ci: add general_problem_solving_team workflow and remove start.bat
2026-03-06 12:14:50 +08:00
Yanghuabei-design
7f13cb0679
ci: add general_problem_solving_team workflow
2026-03-06 11:45:17 +08:00
Petar Zivkovic
49b8285c73
feat(agent): remove unneeded python_execution tool
2026-03-05 22:06:11 +01:00
Petar Zivkovic
cefe90fd5e
feat(agent): add filesystem-backed Agent Skills with activation and demo skills
2026-03-02 20:44:58 +01:00
Yanghuabei-design
eaea5552c7
Merge branch 'main' of https://github.com/OpenBMB/ChatDev
2026-03-02 22:10:06 +08:00
Br1an67
4137ce1ac9
fix: use RichTooltip for help icons in form fields
...
Replace native HTML title attributes on help icons with the
existing RichTooltip component for consistent cross-browser
tooltip behavior. The native title attribute has inconsistent
behavior across Safari and Edge, causing help tooltips to not
appear when users interact with the question mark icons.
Fixes #538
2026-03-02 01:12:44 +08:00
Yufan Dang
6fe4fd1a0a
Merge pull request #553 from zxrys/feature/fix-frontend-lag-issue
...
perf: frontend lag issue
2026-02-27 13:51:12 +08:00
Yanghuabei-design
628694c289
Merge branch 'main' of https://github.com/OpenBMB/ChatDev
2026-02-24 19:21:50 +08:00
Yanghuabei-design
3e7d7131dc
add a new workflow
2026-02-24 19:20:07 +08:00
Shu Yao
8112e229ec
perf: reduce workflow graph sync overhead
2026-02-24 00:09:13 +08:00
Shu Yao
d0f9f4966b
wip: fix front-end lag issue
2026-02-24 00:05:59 +08:00
Shu Yao
410b8112b4
Merge pull request #541 from NA-Wen/main
...
docs: add new contributors
2026-02-23 23:32:10 +08:00
Yufan Dang
4ec0294bea
Merge pull request #552 from zxrys/feature/fix-demo_human-and-gemini-problem
...
Fix: `.env.example` gemini endpoint issue; demo_human.yaml config out…
2026-02-23 23:29:16 +08:00
Shu Yao
5aaf235795
fix: .env.example gemini endpoint issue; demo_human.yaml config outdated issue; requirements.txt was not aligned with pyproject.toml issue.
2026-02-23 20:03:57 +08:00
NA-Wen
72afdde4fe
add new contributors
2026-02-13 17:07:31 +08:00
Yufan Dang
8d67831531
Merge pull request #530 from rainoeelmae/fix/windows-cross-platform-support
...
fix: improve Windows compatibility for Makefile and sync tools
2026-02-13 16:55:18 +08:00
Yufan Dang
145fe652c2
Merge pull request #540 from conprour/main
...
Add Spring Festival demo workflows (text/image EN version and 3D)
2026-02-13 16:46:34 +08:00