Commit graph

2128 commits

Author SHA1 Message Date
Puzhen Zhang
5ec63d7c7d
Merge branch 'main' into fix/windows-npx-createprocess-cmd 2026-03-03 13:56:04 +01:00
puzhen
192119dbc0 fix: reserve port 9223 for login browser, CDP pool starts from 9224 2026-03-03 12:55:36 +00:00
Ahmed Awelkair A
a955ff3fe1
enhance: migrate trigger server updates (#1412) 2026-03-03 20:20:47 +08:00
Puzhen Zhang
2903343065
Merge branch 'main' into fix/windows-npx-createprocess-cmd 2026-03-03 11:52:01 +00:00
puzhen
43da58ff4d fix: move shutil import to top and raise error if npx not found on Windows 2026-03-03 11:51:30 +00:00
puzhen
e6150a7382 Merge branch 'fix/windows-npx-createprocess-cmd' of github.com:eigent-ai/eigent into fix/windows-npx-createprocess-cmd 2026-03-03 11:48:35 +00:00
puzhen
be2f4e9678 Merge branch 'fix/browser_cookies' into fix/windows-npx-createprocess-cmd 2026-03-03 11:46:31 +00:00
Douglas Lai
9331df9304
Hide live activity (#1416)
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
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-03-03 12:01:59 +08:00
Douglas Lai
3f9ff83f21
fixed layout for home and project ui issue (#1417)
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-03-03 11:35:35 +08:00
Ahmed Awelkair A
1d435b0c7b
enhance: set default date now & convert to utc (#1415)
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-03-03 11:29:12 +08:00
Douglas Lai
7c724cd190
update worker node ui bug (#1414)
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-03-03 11:02:38 +08:00
it-education-md
d606fae458
feat: add native LLaMA.cpp local provider support (#1346)
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: bytecii <994513625@qq.com>
2026-03-02 16:45:02 -08:00
Tong Chen
478926d33f
Fix duplicate message blocks (#1402)
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
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com>
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: a7m-1st <ahmed.jimi.awelkair500@gmail.com>
Co-authored-by: Ahmed Awelkair A <108264625+a7m-1st@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-03-03 00:21:43 +08:00
Douglas Lai
f49299a339
bug fix for font size (#1409) 2026-03-03 00:07:40 +08:00
Douglas Lai
26625927ff
css bug fix (#1413) 2026-03-03 00:07:19 +08:00
puzhen
0c26365415 fix browser login 2026-03-02 15:35:21 +00:00
Ahmed Awelkair A
4fb2e5db9a
feat: schedule and webhook triggers (#823)
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: a7m-1st <ahmed.jimi.awelkair500@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-03-02 20:38:02 +08:00
Puzhen Zhang
5a80a63c5e
Merge branch 'main' into fix/windows-npx-createprocess-cmd 2026-03-02 12:04:56 +00:00
bytecii
c8f6f7e63c
fix: choose model choose redirect issue (#1400)
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
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-03-02 18:41:38 +08:00
Tao Sun
357aa8742d
Merge branch 'main' into fix/windows-npx-createprocess-cmd 2026-03-02 14:31:53 +08:00
bytecii
83afbc2686
fix: let agent load skill before execution (#1398)
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-03-01 19:45:07 -08:00
puzhen
367cbd8ac3 fix: resolve npx path on Windows for browser login launch
On Windows, subprocess.Popen uses CreateProcess which cannot execute
.cmd files directly. This causes FileNotFoundError when launching the
Electron login browser via bare "npx" command in the packaged app.

Fix by:
- Resolving npx path via ~/.eigent/bin/npx.cmd or shutil.which fallback
- Wrapping the command with cmd.exe /d /s /c on Windows
- Ensuring ~/.eigent/bin is on PATH for the spawned process

Closes #1376
2026-03-01 23:15:11 +00:00
Douglas Lai
9a9d008bb6
Codex/skill docs update - New PR with correct video formate (#1387)
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: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Sun Tao <2605127667@qq.com>
2026-02-27 21:24:58 +08:00
Wendong-Fan
0ff47d9a15
Revert "Udpate docs" (#1386)
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-02-27 17:36:52 +08:00
Douglas Lai
682aa54c98
Udpate docs (#1380)
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Sun Tao <2605127667@qq.com>
2026-02-27 17:10:38 +08:00
Wendong-Fan
ae36f2130e fix: search tool add agent name for browser agent 2026-02-27 16:53:14 +08:00
Tao Sun
070ce259f5
docs: add sambanova and update docs (#1384)
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-27 16:41:14 +08:00
Puzhen Zhang
61d7b4ecc3
fix: disable Fontations font engine to prevent crash on macOS (#1382) 2026-02-27 16:29:47 +08:00
Dream
61c466ad52
feat: refactor toolkit icons to align with tool categories (#1218)
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-02-26 19:43:04 +08:00
bytecii
424b337c38
feat: add search toolkit to non-browser agents (#1364)
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: Puzhen Zhang <91596298+nitpicker55555@users.noreply.github.com>
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-02-26 18:48:54 +08:00
Tong Chen
343050b47f
🎨 add example skills (#1370)
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
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
2026-02-26 12:58:39 +08:00
dataCenter430
fb740bbe3f
fix(ui): scope file viewer CSS so CSV/MD renderers don't affect app l… (#1275)
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
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Sun Tao <2605127667@qq.com>
2026-02-25 17:08:47 +08:00
Dream
b64c2d2f0e
refactor: move IDE selection to inline dropdown in Folder view (#1254) (#1261)
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
2026-02-25 17:06:23 +08:00
Tong Chen
b84aebf1ea
publish never when build (#1369) 2026-02-25 12:37:05 +08:00
Tong Chen
1565386378
chore: bump version to 0.0.85 (#1359) 2026-02-25 12:36:52 +08:00
Wendong-Fan
3ebff1ca3f
Revert "chore: bump version to 0.0.85" (#1358)
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-02-24 12:13:55 +08:00
Tong Chen
4d21221d28
chore: bump version to 0.0.85 (#1342)
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-24 12:10:01 +08:00
Wendong-Fan
c3de07a5a5
fix: pre-build release issue (#1357) 2026-02-24 12:06:43 +08:00
Wendong-Fan
da22f341f6 test: check version update 2026-02-24 10:50:03 +08:00
Wendong-Fan
3166ca9ab9
chore: update version tag to 0.0.86 (#1353)
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-02-24 02:15:23 +08:00
Douglas Lai
38c7717f3d
Update Dahsboard UI (#1349)
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-24 02:12:27 +08:00
Wendong-Fan
ddada3e642
Revert "feat: add model type autocomplete with api based suggestions and plat…" (#1352) 2026-02-24 02:02:46 +08:00
Puzhen Zhang
73cea2f0ef
Fix: chatstore null (#1348)
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-24 00:39:33 +08:00
Puzhen Zhang
e25a9d953d
feat: browser_external_cdp (#696)
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
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Sun Tao <2605127667@qq.com>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
2026-02-24 00:18:08 +08:00
bytecii
dccaf6b3dd
fix: fix build failure after renaming (#1343)
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
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-02-23 15:26:12 +08:00
JwCwn
02fd53f796
refactor: standardize workspace casing (#1337)
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
Co-authored-by: bytecii
2026-02-22 03:05:15 -08:00
intelliking
a0b2d5d751
feat: add model type autocomplete with api based suggestions and plat… (#1204)
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-02-22 03:01:38 -08:00
Phives
6776a90a6f
feat(file_utils): robust path handling and safe directory listing (#1195)
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-02-22 01:41:18 -08:00
thecaptain789
e76568c1e1
feat(test): add unit tests for encrypt and time_friendly modules (#1163)
Co-authored-by: MiloBot <milobot@milobots-mini.home>
Co-authored-by: thecaptain789 <thecaptain789@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-22 16:25:00 +08:00
Wendong-Fan
fea843160b
fix: align workspace component export names (#1334)
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-02-22 15:48:07 +08:00