Commit graph

1782 commits

Author SHA1 Message Date
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]
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]
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
4pmtong
b5849338ab 🎨 clean symlinks before sign 2026-01-17 20:23:00 +08:00
4pmtong
64ea7f233f 🔥 npm ci 2026-01-17 19:21:29 +08:00
4pmtong
8df6afa00a clean symlinks 2026-01-17 19:18:58 +08:00
4pmtong
925e6da250 fix built without package-lock.json 2026-01-17 19:11:57 +08:00
4pmtong
220ff848f3 🎨 cache npm 2026-01-17 18:42:24 +08:00
4pmtong
89f1b10f58 fix uv path 2026-01-17 18:31:54 +08:00
4pmtong
9bc11ce879 fix bun path 2026-01-17 18:16:27 +08:00
4pmtong
fd7d1af052 fix timeout 2026-01-17 18:09:17 +08:00
eigent
028e84bb5a update zai default url
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-17 10:02:15 +00:00
4pmtong
3b5a9458a6 🎨 remove cache 2026-01-17 17:53:07 +08:00
4pmtong
ed9d0bfdb6 chroe: prebuilt 2026-01-17 16:52:49 +08:00
bytecraftii
e43a8a1aa8
Update CONTRIBUTING.md (#910) 2026-01-16 23:31:22 -08:00
bytecraftii
4a805a5981 Update contributing 2026-01-16 23:25:24 -08:00
Tong Chen
712c8af5a2
Update privacy notice styling (#882) 2026-01-17 12:46:32 +08:00
4pmtong
2e506ee6fd Merge branch 'feat-add-tips' into feat-add-tips-privacy-style 2026-01-17 12:44:41 +08:00
4pmtong
6e49d1d2c5 i8n add please-select-model 2026-01-17 12:25:37 +08:00
4pmtong
2ed2a96434 Merge branch 'main' into feat-add-tips 2026-01-17 12:24:51 +08:00
bytecraftii
e5150200cf Update contributing 2026-01-16 18:53:50 -08:00
bytecraftii
feb717b7de Update contributing 2026-01-16 18:50:11 -08:00
bytecraftii
f9ba728e5d Update contributing 2026-01-16 18:42:27 -08:00
bytecraftii
ec01691650 Update contributing 2026-01-16 18:30:45 -08:00
bytecraftii
28ea6ea754
Merge branch 'main' into update_contributing 2026-01-16 18:25:20 -08:00
bytecraftii
ae239c1bd8 Update contributing 2026-01-16 18:21:06 -08:00