Commit graph

2241 commits

Author SHA1 Message Date
Douglas
41f479ac69 update content 2026-06-15 14:20:08 +01:00
Tong Chen
a3ae9f02d4
fix(remote-control): fix multi-project deadlock and message loss (#1690) 2026-06-15 15:40:04 +08:00
Douglas
7fb1db23ef feat/add thumbup&down visual response 2026-06-12 14:22:32 +01:00
Tong Chen
f19b6ee26e
feat(frontend): load cloud models from server (#1689) 2026-06-12 19:42:10 +08:00
4pmtong
b11fc89735 Merge branch 'test' of https://github.com/eigent-ai/eigent into test 2026-06-11 22:13:37 +08:00
4pmtong
71952affad chore: reorder custom model providers in BYOK list 2026-06-11 22:12:25 +08:00
Tao Sun
f68485acbe
[codex] fix zai platform alias (#1687) 2026-06-11 21:47:39 +08:00
4pmtong
c525784570 Merge branch 'main' into test 2026-06-11 21:37:51 +08:00
Douglas Lai
65480006da
update ui chagnes (#1686) 2026-06-11 14:19:39 +01:00
Tao Sun
60d8862ca5
fix backend env live reload (#1684) 2026-06-11 21:09:18 +08:00
Tao Sun
a5093583bb
fix task splitting plan display (#1685) 2026-06-11 21:08:02 +08:00
Tong Chen
a67b80e2f4
feat: cache reconstructed chat state to skip SSE replay on revisit (#1683) 2026-06-10 21:35:27 +08:00
Weijie Bai
49f03b70d8
feat: refine workforce trace rendering (#1681)
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
2026-06-10 11:13:08 +01:00
4pmtong
3f91057423 block new Project creation in legacy Spaces 2026-06-10 17:43:19 +08:00
Weijie Bai
293a6c420e
docs: refine welcome, quick start, and open-source pages (#1680) 2026-06-09 18:54:43 +01:00
Tao Sun
bcab186ca2
docs: Update docs provider and toolkit references (#1667) 2026-06-09 18:17:23 +08:00
Douglas
063d91c6d5 fix/added animated demo and fix ui usability 2026-06-08 17:45:33 +01:00
Douglas
feb2d09fcb feat/draft new docs content and designed new onboarding process 2026-06-08 02:27:40 +01:00
Douglas
9c7513a019 fix/adding run turn swtich for session side panel when runnign multi-turn task under one project 2026-06-05 20:11:49 +01:00
4pmtong
3f1d26853f fix(folder): align local workspace breadcrumb label 2026-06-05 20:27:38 +08:00
4pmtong
144b29d370 fix(remote-control): preserve remote follow-up prompt on desktop 2026-06-05 20:03:15 +08:00
4pmtong
d5a84c1f02 fix(remote-control): flush pending commands to desktop bridge 2026-06-05 19:52:23 +08:00
4pmtong
ce8d225051 fix(space): bind scratch spaces to Brain workspace roots 2026-06-05 18:58:34 +08:00
Tong Chen
23843311ef
feat(remote-control): add space-scoped remote control and web UI (#1663)
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
2026-06-05 18:32:18 +08:00
4pmtong
9a4b115312 fix(chat): preserve per-task prompts during project history replay 2026-06-03 21:48:10 +08:00
Douglas Lai
818eeeebf6
Normalize Windows drive-letter localfile URLs before resolving file p… (#1654)
Co-authored-by: 4pmtong <web_chentong@163.com>
2026-06-03 18:25:24 +08:00
Douglas Lai
07e51f14bd
bug fix for agent folder file naming missalignment (#1633) 2026-06-03 18:16:13 +08:00
Douglas
ba1f9a6eca feat: home hub space creation, MCP built-in connectors, and history nav polish 2026-06-02 18:10:38 +01:00
Douglas
b95efa8df8 feat: project-based workspace nav, Google Search connector, and chat UI polish 2026-06-01 22:27:47 +01:00
amrrs
8da53e8644
feat: add Nebius Token Factory provider (#1646)
Some checks failed
Test / Run Python Tests (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
2026-06-01 22:58:11 +08:00
Tong Chen
544cd6395c
fix(chat): prevent follow-up prompts from reusing first task question (#1660) 2026-06-01 13:49:20 +08:00
4pmtong
c8934ea73b fix: enable draft file attachments before task creation 2026-06-01 11:07:36 +08:00
Tong Chen
cf3cb8cbcd
feat: Space layer above Project + RunContext + Single Agent CDP (#1655)
Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com>
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
2026-05-29 16:19:48 +08:00
Tong Chen
6312c44c9b
feat: add CAMEL-based single agent mode (#1641)
Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com>
2026-05-22 13:30:37 +08:00
Douglas Lai
d6c66fc7a1
update workspace page structure with subpage content (#1617) 2026-05-21 12:27:20 +01:00
Douglas Lai
88714a7432
add changes to fix enhancement for layout ui (#1644) 2026-05-20 13:57:55 +01:00
4pmtong
17808242d8 Merge branch 'main' into test
# Conflicts:
#	.github/workflows/build.yml
#	backend/app/agent/agent_model.py
#	backend/app/agent/factory/browser.py
#	backend/app/agent/factory/developer.py
#	backend/app/agent/factory/document.py
#	backend/app/agent/factory/mcp.py
#	backend/app/model/chat.py
#	backend/app/router.py
#	backend/app/service/chat_service.py
#	src/components/ChatBox/BottomBox/index.tsx
#	src/components/ChatBox/index.tsx
#	src/pages/Agents/Models.tsx
#	src/pages/Agents/index.tsx
#	src/store/chatStore.ts
2026-05-20 19:11:44 +08:00
Tong Chen
a5355f4719
feat: add configurable remote sub agents (#1643)
Some checks failed
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Co-authored-by: Sun Tao <2605127667@qq.com>
2026-05-20 01:41:57 +08:00
Tong Chen
9169d70a8d
feat: free trial usage limit banner (#1642)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-05-19 13:11:01 +08:00
Tong Chen
d96eda0ed2
Add pre-release build workflows (#1640)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-05-18 20:59:58 +08:00
zhenjunchen-png
57576626ba
feat: add OrcaRouter as a BYOK provider with a searchable model picker (#1632)
Co-authored-by: zhenjun.chen <zhenkun.wang@dotcunited.com>
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-05-18 20:44:03 +08:00
Tong Chen
8f643aae82
feat: add configurable provider init params (#1639)
Some checks are pending
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-05-17 20:53:54 +08:00
Wendong-Fan
be2a44d307 Update WeChat QR code via QR Code Updater
Some checks failed
Test / Run Python Tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
🤖 Automated update
2026-05-15 14:08:07 +01:00
4pmtong
c140b973a4 Merge remote-tracking branch 'origin/main' into test 2026-05-14 14:37:09 +08:00
Douglas Lai
b2ac129cd8
adding task start countdown to indicate timeout auto start process (#1621) 2026-05-07 20:06:13 +01:00
Douglas Lai
29ecdb6267
refactor spliting task ux and ui (#1620) 2026-05-07 19:49:03 +01:00
Douglas Lai
9d06ad0b0e
put color picker in allowlist (#1619) 2026-05-07 17:16:41 +01:00
Douglas Lai
913cebafd4
update the layout movement for topbar, worker and workspace item (#1614) 2026-05-06 19:28:47 +01:00
Douglas Lai
d454cd26f2
add auto preload for project and mcp list (#1607) 2026-05-05 11:00:04 +01:00
Douglas Lai
6b8554e7ec
fix: work-log timeline, execution context, and task box focus (#1612)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-05 10:44:55 +01:00