Sun Tao
cbd3cf930e
update
2026-03-31 17:20:08 +08:00
puzhen
b30e73be5c
update ui and optimize
2026-03-04 13:58:44 +00:00
puzhen
b0123d3d5a
update plug
2026-03-04 02:46:20 +00:00
puzhen
25bdee6124
feat: add extension proxy integration with multi-tab support
...
- Add ExtensionProxyWrapper support for browser_plug Chrome extension
- Extension proxy managed via dedicated Extension settings page
- Backend starts WebSocket server on connect, polls for extension status
- Multi-tab parallelism: each sub-agent gets its own browser tab
- Extension proxy mode is exclusive (no CDP fallback when connected)
- Add extension_proxy_service singleton and controller endpoints
- Use local camel package instead of PyPI version
2026-03-04 00:52:38 +00:00
puzhen
63b723e1cf
merge main into feat/ask_with_single_agent
...
Resolve conflicts in:
- server/uv.lock (revision number, greenlet wheel format)
- src/store/chatStore.ts (merge target/displayContent and executionId/projectId params)
- src/components/ChatBox/BottomBox/InputBox.tsx (merge mention and trigger/expanded features)
- src/components/ChatBox/index.tsx (merge mention/direct-agent features with new unified layout)
2026-03-03 11:45:42 +00:00
puzhen
b5e2bc2206
fix: disable tool call pruning at browser agent factory level
...
Move prune_tool_calls_from_memory=False from chat_service persistent
agent override to browser factory directly, so all browser agents
(workforce and @mention) retain tool call history.
2026-02-27 01:33:30 +00:00
Puzhen Zhang
9a3e95e4ec
Merge branch 'main' into feat/ask_with_single_agent
2026-02-27 01:07:55 +00:00
puzhen
26a00eb2f9
feat: add @mention routing for direct single-agent conversation
...
- Add @mention dropdown UI in input box (keyboard navigable)
- Parse {{@agentId}} tags in message content for mention badge rendering
- Backend: route @agent messages directly to persistent agents, skip workforce
- Backend: reuse persistent agents across turns (preserve toolkit state)
- Frontend: persist mention target across turns, render in input and chat bubbles
- Fix keyboard ArrowUp/Down selection in mention dropdown
2026-02-27 01:03:48 +00:00
bytecii
424b337c38
feat: add search toolkit to non-browser agents ( #1364 )
...
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: Puzhen Zhang <91596298+nitpicker55555@users.noreply.github.com>
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-02-26 18:48:54 +08:00
Tong Chen
1565386378
chore: bump version to 0.0.85 ( #1359 )
2026-02-25 12:36:52 +08:00
Wendong-Fan
3ebff1ca3f
Revert "chore: bump version to 0.0.85" ( #1358 )
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-02-24 12:13:55 +08:00
Tong Chen
4d21221d28
chore: bump version to 0.0.85 ( #1342 )
...
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-24 12:10:01 +08:00
Wendong-Fan
da22f341f6
test: check version update
2026-02-24 10:50:03 +08:00
Wendong-Fan
3166ca9ab9
chore: update version tag to 0.0.86 ( #1353 )
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-02-24 02:15:23 +08:00
Wendong-Fan
ddada3e642
Revert "feat: add model type autocomplete with api based suggestions and plat…" ( #1352 )
2026-02-24 02:02:46 +08:00
Puzhen Zhang
e25a9d953d
feat: browser_external_cdp ( #696 )
...
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Sun Tao <2605127667@qq.com>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
2026-02-24 00:18:08 +08:00
intelliking
a0b2d5d751
feat: add model type autocomplete with api based suggestions and plat… ( #1204 )
...
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-02-22 03:01:38 -08:00
BitToby
1831d2a686
feat: add multi-modal attachment propagation to all worker agents thr… ( #1196 )
...
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: puzhen <1303385763@qq.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-22 01:18:49 +08:00
Tong Chen
a23c30db13
Feat skills ( #1221 )
...
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: Pakchoioioi <happy.regina.bai@gmail.com>
Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-19 02:29:21 +08:00
Wendong-Fan
d0f8ac9d38
release: v0084 for intel mac ( #1270 )
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-02-14 20:24:38 +08:00
Wendong-Fan
a8ec401f19
release: v0.0.83 ( #1265 )
2026-02-14 00:06:41 +08:00
Puzhen Zhang
185d2a4b3f
chore: Update browser wrapper ( #1235 )
2026-02-11 23:50:35 +01:00
Tao Sun
bef9aee553
chore: fix mcp is called synchronously. ( #1101 )
...
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com>
2026-02-11 13:29:49 +08:00
Dream
ba47db8a84
refactor: move toolkit from utils to agent module ( #1045 ) ( #1171 )
...
Co-authored-by: bytecii <994513625@qq.com>
2026-02-06 15:22:21 -08:00
MkDev11
db20ff1aea
feat: add RAG toolkit for knowledge base queries ( #1003 )
...
Co-authored-by: mkdev11 <MkDev11@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-05 21:38:36 +08:00
Dream
261e10c737
feat: improve cross-agent file and note sharing ( #1145 )
...
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: bytecii <994513625@qq.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-05 06:18:58 +08:00
Wendong-Fan
893f51fc82
chore: fix pre commit format and pipeline issue ( #1144 )
2026-02-04 08:06:29 +08:00
MkDev11
7c287fe6d1
refactor: extract event_loop_utils module and improve agent response handling ( #999 )
...
Co-authored-by: mkdev11 <MkDev11@users.noreply.github.com>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2026-02-03 22:15:36 +08:00
bytecii
42ce1d96be
refactor: format python backend code ( #1132 )
...
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-03 21:40:28 +08:00
bytecii
b3f47f907a
refactor: rename social media and add pre-commit ( #1113 )
...
Co-authored-by: bytecraftii <bytecraftii@users.noreply.github.com>
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-01 23:53:41 +08:00
Tong Chen
af93bb3065
feat: Add Lint & Format ( #878 )
...
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com>
Co-authored-by: eigent-ai <camel@eigent.ai>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-01 23:16:18 +08:00
bytecraftii
4b8394d084
refactor: refactor agent and modify sys prompt for terminal ls ( #1106 )
...
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
Co-authored-by: bytecraftii <bytecraftii@users.noreply.github.com>
2026-01-30 17:09:08 +08:00