Commit graph

447 commits

Author SHA1 Message Date
a7m-1st
301dd9f63d Merge remote-tracking branch 'origin/main' into gmail-from-gcal 2026-01-23 19:18:40 +03:00
Ahmed Awelkair A
3e2776fa89
enhance: render dynamic html with iframe (#995)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-01-23 10:08:35 +08:00
Tong Chen
8c53dc81f9
feat enhance auto expanded task (#985)
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
2026-01-23 09:33:21 +08:00
Dream
0d82e68c59
Disable Start Task and End Project Buttons While Request is Pending (#1018)
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-01-23 08:10:11 +08:00
a7m-1st
f3dbb30b30 fix: auth issues, patch naming issue and align with camel's gmail toolkit 2026-01-22 01:40:57 +03:00
a7m-1st
2f8f80bbd1 Merge remote-tracking branch 'origin/main' into gmail-from-gcal 2026-01-21 15:30:48 +03:00
Douglas Lai
6683a54abb
Electron style (#800) 2026-01-21 17:40:23 +08:00
Douglas Lai
604c096efc
update browser agent (#787) 2026-01-21 17:39:10 +08:00
Dream
3593caf6f6
feat: add Storybook for UI components (#137) (#955) 2026-01-21 15:30:35 +08:00
a7m-1st
774f2d27ad chore: update gmail toolkit name 2026-01-21 04:29:58 +03:00
Wendong-Fan
15c40f7a08 minor update 2026-01-20 08:29:14 +08:00
Wendong-Fan
466145329f
Merge branch 'main' into chore/agent_order 2026-01-20 00:23:50 +00:00
Wendong-Fan
b186335845 use instead of empty str 2026-01-20 08:19:58 +08:00
puzhen
f45be7d7b7 fix agent order 2026-01-20 00:15:20 +00:00
leonace924
aee850ffda Use unique tool ID as fallback instead of static 'Unknown Tool' string 2026-01-20 00:33:00 +01:00
Dream
afea64c000
Update src/components/AddWorker/index.tsx
Co-authored-by: bytecraftii <994513625@qq.com>
2026-01-19 17:33:29 -05:00
leonace924
3a1ecb1c33 [Fix] tool list per agent not rendering properly (#957) 2026-01-19 23:20:08 +01:00
Wendong-Fan
f45f6a0199 minor ui fix 2026-01-20 05:59:51 +08:00
Wendong-Fan
af0ff35e5e
Merge branch 'main' into refactor-topbar-nav-8302419633514909087 2026-01-19 21:48:12 +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]
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
Wendong-Fan
7d83fcd5f7 ignore unnecessary error msg 2026-01-18 09:00:15 +08:00
Wendong-Fan
d43d6fd013 minor update 2026-01-18 02:30:27 +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
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
4pmtong
2e506ee6fd Merge branch 'feat-add-tips' into feat-add-tips-privacy-style 2026-01-17 12:44:41 +08:00
4pmtong
2ed2a96434 Merge branch 'main' into feat-add-tips 2026-01-17 12:24:51 +08:00
Wendong-Fan
ee894ce4d9 update 2026-01-17 05:18:37 +08:00
Wendong-Fan
3e97f60335 minor fix 2026-01-17 04:46:09 +08:00
Wendong-Fan
978efddb65 chore: rename search agent into browser agent 2026-01-17 04:26:30 +08:00
4pmtong
30ee15d754 fix: resolve relative image paths in HTML files
- Add HtmlRenderer component to handle relative image paths in HTML files
- Convert relative image paths to absolute paths based on HTML file location
- Load images as data URLs for proper rendering
- Add DOMPurify for HTML sanitization
- Preserve original img tag format (self-closing or not)

Fixes issue where images with relative paths (e.g., src="ticket_volume_by_area.png")
in HTML files were not rendering correctly.
2026-01-16 22:01:41 +08:00
4pmtong
c7c728e376 fix: prioritize model check over privacy check and remove checkbox icon 2026-01-16 18:52:13 +08:00
Douglas
3391fd912d update privacy notice styling 2026-01-16 10:15:16 +00:00
4pmtong
e3508db1ca 💄 improve privacy consent and model selection UX 2026-01-16 17:47:34 +08:00
Wendong-Fan
572e383db5 chore: add toolkit properity 2026-01-16 05:58:03 +08:00
Wendong-Fan
8ff8c86784 update usecase
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-15 02:19:33 +08:00
Sun Tao
e83c3093ae update 2026-01-13 23:43:46 +08:00
a7m-1st
8f657c43eb chore: remove manual gmail config 2026-01-07 14:36:46 +03:00
a7m-1st
b819a7c2e7 chore: rename to "Google Gmail MCP" to match database 2026-01-07 02:03:26 +03:00
a7m-1st
c82037c799 enhance: follow calender toolkit 2026-01-07 01:59:20 +03:00
Wendong-Fan
fdd651f773 Improve streaming task splitting UI display 2025-12-30 12:57:21 +08:00
Wendong-Fan
24de6ec892 Reapply "feat: Stream mode task spliting (#767)"
This reverts commit 7d9e14185d.
2025-12-18 07:14:44 +08:00
Wendong-Fan
7d9e14185d Revert "feat: Stream mode task spliting (#767)"
This reverts commit 16ac0d86fc, reversing
changes made to 4ce792627c.
2025-12-18 07:13:24 +08:00
Wendong-Fan
6cb68177f5 enhance: Stream mode task spliting PR767 2025-12-18 06:35:16 +08:00
a7m-1st
5c8afb1c48 Merge remote-tracking branch 'origin/main' into gmail-from-gcal 2025-12-01 15:23:39 +03:00
Waleed Alzarooni
6cf20f56d5 gmail integration with merged gcal and config modifications 2025-12-01 15:04:42 +03:00
Sun Tao
aa1916fa82 update 2025-11-26 14:19:46 +08:00
puzhen
fd04703c77 preserve task.lock 2025-11-22 17:29:44 +08:00
puzhen
f888859afa update 2025-11-22 11:38:42 +08:00