Commit graph

1854 commits

Author SHA1 Message Date
Douglas
3bd1426fe6 prototype for workforce interface 2026-01-28 14:27:35 +00:00
Douglas
b25b246703 update schedule setting design 2026-01-27 22:54:52 +00:00
Douglas
e3fd40a408 time picker bug fix 2026-01-26 12:10:33 +00:00
Douglas
4ed5b5d0fb feat: enhance trigger schedule picker and UI components
• Add time picker with InputSelect component for schedule configuration
• Implement frequency selection (hourly, daily, weekly, custom) with cron expression support
• Add upcoming executions preview showing next 5 scheduled times
• Enhance SchedulePicker with improved time input validation and formatting
• Update TriggerDialog with better UX for execution settings and trigger configuration
• Add new InputSelect component supporting both text input and dropdown selection
• Improve popover and card components with enhanced styling
• Add internationalization strings for new schedule features across all locales
• Add icon assets for Slack, Lark, and Telegram integrations
2026-01-23 14:46:38 +00:00
a7m-1st
9260439b2b chore: update uv 2026-01-19 16:21:30 +03:00
a7m-1st
203ffb243c Merge remote-tracking branch 'origin/main' into feat-trigger 2026-01-19 15:36:25 +03: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
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
a7m-1st
dacf81eb94 chore: Duplicate event_id detected as missed 2026-01-18 07:14:03 +03: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
a7m-1st
2ccb1c2a54 enhance: update execution status per sse and introduce executionIdMap 2026-01-18 06:55:38 +03:00
a7m-1st
eadd406d7a enhance: update subscription mechanism 2026-01-18 06:31:09 +03:00
a7m-1st
faa6aeb95b enhance: task executor pipeline and isolate handleSend 2026-01-18 05:21:44 +03:00
a7m-1st
db0f039538 chore: remove stuff 2026-01-18 05:21:10 +03:00
Wendong-Fan
7d83fcd5f7 ignore unnecessary error msg 2026-01-18 09:00:15 +08:00
a7m-1st
dec2fb52be chore: ping pong and trigger websocket status 2026-01-18 02:24:07 +03:00
a7m-1st
0d529b7cfe enhance: cache trigger config requests 2026-01-18 01:26:53 +03:00
a7m-1st
deac15674b feat: TanStackQuery 🚀 2026-01-18 01:26:04 +03: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
a7m-1st
ea47ef8e38 enhance: warning on non-verified status 2026-01-17 22:39:40 +03:00
Wendong-Fan
57aa76bbbe chore: random default model 2026-01-18 03:32:17 +08:00
a7m-1st
f25eb64eb4 chore: update typings 2026-01-17 22:03:05 +03:00
a7m-1st
551364e0c4 enhance: exclude schema type 2026-01-17 21:54:12 +03:00
a7m-1st
927fb5cef4 feat: validation config 2026-01-17 21:37:22 +03: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