Commit graph

2180 commits

Author SHA1 Message Date
puzhen
1ff0432e47 update to clone env 2026-01-19 21:05:57 +00:00
Wendong-Fan
ef86b9e260
Fixes #948 - chore(deps): bump electron stack and jsdom, reduce deprecated warnings (#953)
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 21:03:43 +00:00
Wendong-Fan
c0e17287a5
Merge branch 'main' into upgrade/dependency/upgrade-deprecated-dependency 2026-01-19 21:03:26 +00:00
Wendong-Fan
d1d491ac92 minor update 2026-01-20 05:03:16 +08:00
Wendong-Fan
3f0e0dbd5a
fix after pr-873:update model platform (#954) 2026-01-19 20:38:53 +00:00
Wendong-Fan
f203188c34
Merge branch 'main' into fix-after-pr-873 2026-01-19 20:38:46 +00:00
Wendong-Fan
ee432ae966
doc: add minimax doc (#960) 2026-01-19 20:31:17 +00:00
Wendong-Fan
99bc04d2d8
Merge branch 'main' into add_minimax_doc 2026-01-19 20:29:16 +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
Sun Tao
c5a91bcba2 update 2026-01-19 23:28:56 +08:00
Sun Tao
3db09f9578 update 2026-01-19 22:46:31 +08:00
Sun Tao
83d9b3d7a8 update 2026-01-19 22:43:33 +08:00
Tao Sun
264b311592
Merge branch 'main' into add-linux-build 2026-01-19 20:44:52 +08:00
LuoPengcheng
42212a1ac7 fix after pr-873:update model platform 2026-01-19 19:24:25 +08:00
Xavier
bd75c22703 chore(deps): bump electron stack and jsdom, reduce deprecated warnings 2026-01-19 18:10:05 +08:00
Waleed Alzarooni
73b61b20ae docs.json updated 2026-01-19 14:03:56 +04:00
Tao Sun
352b265d34
Merge branch 'main' into fix-docker-build 2026-01-19 15:58:58 +08:00
Sun Tao
22e78ba573 add retry 2026-01-19 15:55:23 +08:00
Sun Tao
8afd5efbb0 Update Dockerfile 2026-01-19 15:00:20 +08: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
6da3420e31
Merge branch 'main' into refactor-topbar-nav-8302419633514909087 2026-01-18 12:09:42 -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
Caiodiv
2c80781d68 Fix server link to README_PT-BR.md 2026-01-18 13:59:43 -03:00
Caiodiv
0c8c5ef35d Add READMME_PT-BR in server folder to brazilian guys 2026-01-18 13:48:34 -03: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]
3321ab1cce Refactor TopBar to expose hidden menu actions 2026-01-18 08:34:04 +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]
467fb2d6f3 Refactor TopBar to expose hidden menu actions 2026-01-18 08:20:47 +00:00
google-labs-jules[bot]
6011e6bb44 Refactor TopBar to expose hidden menu actions
Moved "Report Bug", "Refer Friends", and "Settings" from a nested DropdownMenu to direct icon buttons in the TopBar. This improves discoverability and accessibility of these functions.

- Removed DropdownMenu and related components from TopBar
- Added direct buttons with Tooltips for Report Bug, Refer Friends, and Settings
- Preserved existing visibility logic (e.g. Report Bug only visible when task is active)
2026-01-18 08:17:07 +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
puzhen
344d408e61 enhance stealth electron 2026-01-17 22:35:03 +00: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