Commit graph

1806 commits

Author SHA1 Message Date
puzhen
645591bef5 fix potential bug 2026-01-19 23:19:11 +00:00
puzhen
d755a3edc1 clean code 2026-01-19 23:03:30 +00:00
puzhen
438913cc93 parallel optimize 2026-01-19 22:47:55 +00:00
puzhen
c25b38fdde update workforce construct to parallel initialization 2026-01-19 22:24:47 +00:00
puzhen
1ff0432e47 update to clone env 2026-01-19 21:05:57 +00:00
Wendong-Fan
2e0a955f04
docs: BYOK added, closes issue #933 (#947) 2026-01-19 18:30:17 +00:00
Wendong-Fan
099d511a41
Merge branch 'main' into BYOK_guide 2026-01-19 18:30:10 +00:00
Wendong-Fan
c75d2f303a remove small model tip 2026-01-20 02:29:09 +08:00
Wendong-Fan
6e0616e185 feat: support modelark model platform to call seed 1.8 2026-01-20 01:58:55 +08:00
Waleed Alzarooni
73b61b20ae docs.json updated 2026-01-19 14:03:56 +04:00
Tong Chen
c7a9cdbc2c
[small feat]Auto expand agent node (#938)
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
2026-01-19 14:06:46 +08:00
Tong Chen
fad696349a
chore: adjust timeout setting (#859) 2026-01-19 14:05:16 +08:00
Tong Chen
f852297ed9
[Fix]installer failure on Windows with spaces in path (#940) 2026-01-19 14:04:46 +08:00
Waleed Alzarooni
71e62a9292 BYOK added 2026-01-19 09:44:39 +04:00
kunikuni x
6cc278ae1a
Merge branch 'main' into fix/windows-path-spaces-6492068818485962319 2026-01-18 13:50:40 -06:00
kunikuni x
6235e5b522
Merge branch 'main' into auto-expand-agent-node-11153095138134413656 2026-01-18 12:09:08 -06:00
Wendong-Fan
af5bcdade1 fix: readme typo
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
2026-01-19 01:43:00 +08:00
Wendong-Fan
9eeee0e89c fix: readme typo 2026-01-19 01:42:02 +08:00
Tao Sun
496c02beda
fix #873 search agent rename to browser agent (#941)
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
2026-01-18 17:30:48 +08:00
4pmtong
59db343218 🐛 fix #873 search agent rename to browser agent 2026-01-18 17:24:21 +08:00
google-labs-jules[bot]
ba1024cfad fix: quote uv executable path to support spaces in username on Windows
The `uv` executable path was not quoted, causing failures on Windows when the user profile path contained spaces (e.g. "C:\Users\John Doe\.eigent\bin\uv.exe"). This occurs because `spawn` with `shell: true` parses the space as an argument separator.

This change wraps the `uv_path` in double quotes when constructing `npmCommand` and `npxCommand`, ensuring the shell treats the full path as the executable.

Also fixed a missing mock for `getUvEnv` in `test/mocks/environmentMocks.ts` which was causing unit tests to fail.
2026-01-18 08:37:45 +00:00
google-labs-jules[bot]
f2bc8defde feat: auto-expand agent node on toolkit execution
- Automatically expand the agent node detail panel when a task starts running with toolkits.
- Ensure expansion only happens if the panel is currently collapsed, respecting user manual collapse.
- Select the running task upon auto-expansion to show execution details.
2026-01-18 08:25:51 +00:00
google-labs-jules[bot]
30fa9cd876 fix: quote uv executable path to support spaces in username on Windows
The `uv` executable path was not quoted, causing failures on Windows when the user profile path contained spaces (e.g. "C:\Users\John Doe\.eigent\bin\uv.exe"). This occurs because `spawn` with `shell: true` parses the space as an argument separator.

This change wraps the `uv_path` in double quotes when constructing `npmCommand` and `npxCommand`, ensuring the shell treats the full path as the executable.

Also fixed a missing mock for `getUvEnv` in `test/mocks/environmentMocks.ts` which was causing unit tests to fail.
2026-01-18 08:20:57 +00:00
google-labs-jules[bot]
c3cd05cae1 feat: auto-expand agent node on toolkit execution
- Automatically expand the agent node detail panel when a task starts running with toolkits.
- Ensure expansion only happens if the panel is currently collapsed, respecting user manual collapse.
- Select the running task upon auto-expansion to show execution details.
2026-01-18 08:15:30 +00:00
google-labs-jules[bot]
107b7292bf feat: auto-expand agent node on toolkit execution
- Automatically expand the agent node detail panel when a task starts running with toolkits.
- Ensure expansion only happens if the panel is currently collapsed, respecting user manual collapse.
- Select the running task upon auto-expansion to show execution details.
2026-01-18 08:11:40 +00:00
google-labs-jules[bot]
7043f939cd fix: quote uv executable path to support spaces in username on Windows
The `uv` executable path was not quoted, causing failures on Windows when the user profile path contained spaces (e.g. "C:\Users\John Doe\.eigent\bin\uv.exe"). This occurs because `spawn` with `shell: true` parses the space as an argument separator.

This change wraps the `uv_path` in double quotes when constructing `npmCommand` and `npxCommand`, ensuring the shell treats the full path as the executable.

Also fixed a missing mock for `getUvEnv` in `test/mocks/environmentMocks.ts` which was causing unit tests to fail.
2026-01-18 08:08:51 +00:00
Tong Chen
91df4b6eab
chore: update qr code (#936) 2026-01-18 15:20:06 +08:00
Sun Tao
9646a2590f update 2026-01-18 15:15:20 +08:00
Tong Chen
793e25d255
Disable parallel tool calls for search agent & fix azure api (#873)
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
2026-01-18 12:07:55 +08:00
Wendong-Fan
7d83fcd5f7 ignore unnecessary error msg 2026-01-18 09:00:15 +08:00
Wendong-Fan
8f8ae32e0a chore: update preinstall-deps
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
2026-01-18 03:59:31 +08:00
Wendong-Fan
a9cb91ab98 remove prebuilt files 2026-01-18 03:46:19 +08:00
Wendong-Fan
57aa76bbbe chore: random default model 2026-01-18 03:32:17 +08:00
Wendong-Fan
7fa16409ea
fix: resolve relative image paths in HTML files (#890) 2026-01-17 18:30:55 +00:00
Wendong-Fan
d43d6fd013 minor update 2026-01-18 02:30:27 +08:00
Wendong-Fan
c5fcabf5af minor update 2026-01-18 02:23:10 +08:00
Wendong-Fan
e317cd58de
Merge branch 'main' into fix-issue-image-render-in-html 2026-01-17 18:11:48 +00:00
Wendong-Fan
2c24c44d83
fix: resolve chat input disabled issue by handling backend ready even… (#888) 2026-01-17 18:11:32 +00:00
Wendong-Fan
ad831c6ed4
Merge branch 'main' into fix/issue-869 2026-01-17 18:11:23 +00:00
Wendong-Fan
9c024a4b57
💄 improve privacy consent and model selection UX (#881) 2026-01-17 18:07:27 +00:00
Wendong-Fan
72725161c9
enhance: improve privacy consent and model selection UX PR881 (#917) 2026-01-17 18:07:06 +00:00
Wendong-Fan
3125dc11f0 update 2026-01-18 02:06:25 +08:00
Wendong-Fan
ef20c2205a enhance: improve privacy consent and model selection UX PR881 2026-01-18 01:56:31 +08:00
Wendong-Fan
5a978e3172
Merge branch 'main' into feat-add-tips 2026-01-17 17:38:10 +00:00
Wendong-Fan
d7de625a1f
enhance: prebuilt (#912) 2026-01-17 17:36:50 +00:00
Wendong-Fan
a96dc88c74 minor update 2026-01-18 01:36:07 +08:00
Wendong-Fan
3ad844af5a
Merge branch 'main' into feat-pre-built 2026-01-17 17:02:29 +00:00
Puzhen Zhang
4c7b965b8c
fix websocket connect with proxy (#874) 2026-01-17 16:50:35 +00:00
Puzhen Zhang
05e7a37e91
Merge branch 'main' into fix/websocket-in-global-proxy 2026-01-17 16:50:17 +00:00
4pmtong
233c8ac085 fix notarize 2026-01-17 21:40:34 +08:00