Commit graph

182 commits

Author SHA1 Message Date
Wendong-Fan
315d0c9e89 fix: terminal toolkit env setting 2026-01-20 08:56:50 +08:00
Wendong-Fan
d8666ac8aa
Merge branch 'main' into enhance/stealth 2026-01-20 00:25:38 +00:00
Wendong-Fan
35b4420ac5 enhance: stealth electron PR923 2026-01-20 06:15:00 +08: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
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
a96dc88c74 minor update 2026-01-18 01:36:07 +08:00
4pmtong
ed9d0bfdb6 chroe: prebuilt 2026-01-17 16:52:49 +08:00
Wendong-Fan
382db262a1 minor update 2026-01-14 00:33:01 +08:00
4pmtong
214345884a 📝 docs: optimize local development setup 2026-01-13 23:15:11 +08:00
Wendong-Fan
f2c7be7daa remove meaningless ai generated comment 2025-12-03 01:24:15 +08:00
Wendong-Fan
bf1c01ad80 enhance: optimize installation 2025-12-03 01:04:08 +08:00
Wendong-Fan
502eed3a89 increase uv timeout 2025-12-02 22:33:58 +08:00
Sun Tao
d0090c20b7 update 2025-11-27 20:20:03 +08:00
Sun Tao
c8b92bd281 Update init.ts 2025-11-27 18:43:09 +08:00
Sun Tao
13e031b03d update 2025-11-27 18:16:13 +08:00
Wendong-Fan
20af89f376 fix 2025-11-27 16:30:13 +08:00
Wendong-Fan
1bd795a119 fix: install env path issue 2025-11-27 15:04:34 +08:00
Wendong-Fan
a6de9d41da fix: forbid external url 2025-11-23 00:25:59 +08:00
Wendong-Fan
365f0670fe increate timeout value for uv install 2025-11-21 03:53:40 +08:00
Wendong-Fan
74092cd117 fix: code issue 2025-11-21 03:16:59 +08:00
puzhen
22d8776b7f update 2025-11-21 01:27:13 +08:00
Wendong-Fan
1d8ffc2d1e
Merge branch 'main' into fix_install_logic 2025-11-21 00:17:49 +08:00
puzhen
bac5652082 update 2025-11-20 23:17:37 +08:00
puzhen
17b92e7f33 update 2025-11-20 22:53:26 +08:00
puzhen
f05c0537d5 update error popup 2025-11-20 22:25:46 +08:00
puzhen
5cff23d1fe fix/avoid_install 2025-11-20 21:52:07 +08:00
puzhen
aa3c39afd2 update 2025-11-20 20:49:07 +08:00
puzhen
25f4013a78 fixed backend health detect 2025-11-20 19:49:06 +08:00
puzhen
43eea4ade7 fixed backend health detect 2025-11-20 19:39:13 +08:00
puzhen
e7988a9c84 update 2025-11-20 17:07:43 +08:00
puzhen
92bb730529 fix first run backend timeout 2025-11-20 16:02:29 +08:00
puzhen
8c62c55c42 update 2025-11-20 15:44:23 +08:00
puzhen
b86b5af884 update 2025-11-20 15:26:48 +08:00
puzhen
cdb61aa810 update 2025-11-20 14:53:25 +08:00
puzhen
b8d0440d76 Merge branch 'fix_install_logic' of github.com:eigent-ai/eigent into fix_install_logic 2025-11-20 14:40:54 +08:00
puzhen
af62fed7fa update 2025-11-20 14:40:31 +08:00
Sun Tao
bb1ddc7814 romove_proxy 2025-11-20 14:24:26 +08:00
puzhen
a377e9faa1 update 2025-11-20 14:00:02 +08:00
Wendong-Fan
903b0be536 Fix bugs in PR #664: Add TypeScript types and error handling
- Add @types/mime dependency for TypeScript compatibility
- Fix CSS className spacing bug (mr-2flex-shrink-0 → mr-2 flex-shrink-0)
- Add proper error handling in read-file-dataurl IPC handler

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 18:43:44 +08:00
Jahan Ravi
06e1242762 fixed image preview by replacing localfile:// with dataURL loader and adding read-file-dataurl IPC handler 2025-11-15 12:49:27 +05:30
Wendong-Fan
ddfb4c046a enhance: preserve login state when dependencies need to be installed PR636 2025-11-12 15:28:33 +08:00
sw3205933776
04303666cc fix: preserve login state when dependencies need to be installed 2025-11-11 18:12:20 +08:00
Wendong-Fan
5bc9eb860b Merge branch 'main' into chatbox-ux 2025-11-11 16:36:23 +08:00
Wendong-Fan
fce5297b9b Merge remote-tracking branch 'origin/main' into st_calenfar_fix 2025-11-10 15:31:11 +08:00
Wendong-Fan
7662d91e9a Merge branch 'main' into chatbox-ux 2025-11-08 14:06:59 +08:00
Sun Tao
32d486e249 Merge branch 'main' into st_calenfar_fix 2025-11-07 16:40:39 +08:00
Puzhen Zhang
d6ddff67c7
Merge branch 'main' into enhance/browser_data_import 2025-11-06 21:10:00 +01:00
Douglas Lai
eb0dfaff82
Merge branch 'main' into chatbox-ux 2025-11-06 11:07:12 +00:00
Sun Tao
70f3fafbdd minor update 2025-11-06 15:01:24 +08:00