Commit graph

87 commits

Author SHA1 Message Date
4pmtong
1b4820e54d feat: run tasks on durable project git checkouts
Some checks are pending
Pre-commit / pre-commit (push) Waiting to run
Test / Run Web + Local Brain Smoke (push) Waiting to run
Test / Run Frontend Guardrails (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-08-21 22:32:52 +08:00
4pmtong
c21e01cfd7 fix: preserve run-owned workspace file mutations 2026-08-21 21:26:44 +08:00
4pmtong
83c9e1a6fb fix: finalize runs after background workspace sessions 2026-08-21 18:42:53 +08:00
4pmtong
1258374864 fix: support unbounded long-running agent turns 2026-08-19 23:55:41 +08:00
Douglas Lai
b439d5ff23
Feat/refactor session side panel (#1853)
Co-authored-by: 4pmtong <web_chentong@163.com>
2026-08-19 01:28:23 +08:00
4pmtong
4c5b73256a fix: stabilize background terminal workspace leases 2026-08-19 00:07:04 +08:00
4pmtong
0b163c8f72 fix: reap terminated terminal process group 2026-08-18 22:52:29 +08:00
4pmtong
7188ac97ec fix: route cloud responses through compatible client 2026-08-18 18:22:48 +08:00
4pmtong
e44076550c fix: honor cloud model response transport 2026-08-18 17:27:45 +08:00
4pmtong
b6a1716068 feat: persist model invocations in run journal 2026-08-18 16:47:32 +08:00
4pmtong
daa38da332 fix: harden durable run recovery and model transport 2026-08-18 00:57:53 +08:00
4pmtong
00d82a6388 fix: bound terminal cleanup for safe resume 2026-08-17 21:19:02 +08:00
4pmtong
744c42fc34 fix: normalize memory tool arguments 2026-08-17 21:17:10 +08:00
4pmtong
b7298aaba2 fix: retry malformed model JSON responses 2026-08-17 21:16:30 +08:00
4pmtong
bdeb3605ac feat: use embedded Electron browser toolkit 2026-08-17 17:46:19 +08:00
4pmtong
13faddec06 fix: constrain embedded browser tool access 2026-08-17 16:19:54 +08:00
4pmtong
5cd8e58f60 feat: complete workspace bundle product integration 2026-08-16 13:07:43 +08:00
4pmtong
1c434df9f8 feat: finalize durable run projections and recovery 2026-08-14 22:23:15 +08:00
4pmtong
923cdd3e4a fix: harden memory v2 lifecycle and sync 2026-08-14 00:15:31 +08:00
4pmtong
8e2e442d3a feat: complete lightweight memory lifecycle and sync 2026-08-13 19:11:38 +08:00
4pmtong
d8c8b78961 feat: add lightweight memory tools and center 2026-08-13 17:35:43 +08:00
4pmtong
a5ea470eb1 feat: complete durable follow-ups and approvals 2026-08-12 18:50:06 +08:00
4pmtong
ca06b0a81f Fix local Brain routes and harden backend checks 2026-08-12 18:50:06 +08:00
4pmtong
08e2209afa refactor: standardize Workspace Bundle terminology 2026-08-12 18:50:06 +08:00
4pmtong
9e5c647e4c feat: assemble workforce bundle runtime 2026-08-12 18:50:06 +08:00
4pmtong
d73818aca2 feat: resolve workspace secrets in brain runtime 2026-08-12 18:50:05 +08:00
4pmtong
4d92ade6b0 feat: finalize workforce bundle desktop safeguards 2026-08-12 18:50:05 +08:00
4pmtong
184ae10300 fix: harden workforce permission enforcement 2026-08-12 18:50:05 +08:00
4pmtong
8ee0621e20 fix durable run UI projection and request churn 2026-08-12 18:50:05 +08:00
4pmtong
3300374c8b feat: add policy-gated advanced git 2026-08-12 18:50:04 +08:00
4pmtong
c4dce97dff feat: add multi-agent git workspaces 2026-08-12 18:50:04 +08:00
4pmtong
ddc1ff9747 feat: add durable human interaction permissions 2026-08-12 18:50:04 +08:00
4pmtong
17cae756bc feat: add durable project workspace mutations 2026-08-12 18:50:04 +08:00
4pmtong
0fd7b99641 feat: bind environment specs at run admission 2026-08-12 18:50:04 +08:00
4pmtong
101befd9a8 fix: bound browser toolkit tab usage 2026-08-12 18:50:04 +08:00
4pmtong
3da971d98f fix: normalize trusted toolkit safety declarations 2026-08-12 18:50:03 +08:00
4pmtong
951559ef09 fix: distinguish known tool failures from unknown outcomes 2026-08-12 18:50:03 +08:00
4pmtong
61b8bf4393 fix: enforce tool safety and dynamic deadlines 2026-08-12 18:50:03 +08:00
4pmtong
9fc355c388 feat: add safe run recovery and checkpoints 2026-08-12 18:50:03 +08:00
Tong Chen
b609242790
release v1.0.2 (#1803)
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 Frontend Guardrails (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Test / Run Web + Local Brain Smoke (push) Waiting to run
2026-07-21 14:55:29 +08:00
Tong Chen
2e84352452
feat: add Connector Gateway UI and MCP wiring (#1776)
Some checks are pending
Test / Run Web + Local Brain Smoke (push) Waiting to run
Test / Run Frontend Guardrails (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
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
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
2026-07-20 17:16:40 +08:00
Slayer
67ec25e1ed
fix(skills): stably expose Single Agent in skill scope picker (#1759)
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-07-16 17:38:43 +08:00
Tao Sun
8d74e65f33
feat:add_request_level_token_callback (#1362)
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 Web + Local Brain Smoke (push) Waiting to run
Test / Run Frontend Guardrails (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Xiangyu Shi <sxyu.shi@gmail.com>
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-07-15 18:50:46 +08:00
Tao Sun
2305e0208a
feat: support BYOK model parameters (#1765)
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 Frontend Guardrails (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Test / Run Web + Local Brain Smoke (push) Waiting to run
Co-authored-by: Tong Chen <web_chentong@163.com>
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
2026-07-14 21:24:36 +08:00
Naveen R. Iyer
d2d08ff850
Make the agent step timeout configurable and record spend of failed runs (#1746)
Signed-off-by: Naveen R. Iyer <iyernaveenr@gmail.com>
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-07-14 16:57:15 +08:00
Tong Chen
6300702844
release: v1.0.1 (#1710)
Some checks failed
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
Test / Run Web + Local Brain Smoke (push) Has been cancelled
Test / Run Frontend Guardrails (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
2026-06-27 18:14:29 +08:00
Tong Chen
97d7554438
release: Eigent 1.0.0 (#1695)
Some checks failed
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
Test / Run Web + Local Brain Smoke (push) Has been cancelled
Test / Run Frontend Guardrails (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
2026-06-17 00:29:35 +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
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
Tong Chen
b528bf09b3
Releases v0.0.90 (#1563)
Some checks failed
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
Test / Run Python Tests (push) Has been cancelled
2026-04-15 20:52:22 +08:00