Commit graph

483 commits

Author SHA1 Message Date
Sun Tao
7f8e6927bf fix: show actions immediately when tool starts executing
Yield a tool_call_start notification from ChatAgent's streaming
tool executor before the tool begins running. Extension chat service
sends ACTION to frontend immediately so the UI shows the action
in real-time instead of after completion.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 20:58:01 +08:00
Sun Tao
3ce108bbbd fix: show human-readable action names, hide ref IDs in overlay
- Frontend: strip ref=eXXX from overlay summary, show action name
  with clean detail text
- Backend: resolve ref to element name from cached ARIA snapshot,
  remove ref from fallback detail fields

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 20:49:41 +08:00
Douglas Lai
8b050ec496
refector ui ux (#1537)
Co-authored-by: Sun Tao <2605127667@qq.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 11:02:58 +01:00
Sun Tao
73f4b0f917 fix: sync tab ID from extension to prevent CDP errors
Update _default_tab_id when receiving START_TASK so CDP commands
target the correct tab instead of a stale/detached one.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 21:35:18 +08:00
Sun Tao
cbd3cf930e update 2026-03-31 17:20:08 +08:00
puzhen
1b02df492c update ui 2026-03-04 22:52:08 +00:00
puzhen
2f32d190a3 feat: enable LLM streaming output for extension chat
Enable real-time token streaming from ChatAgent to Chrome extension UI
by setting stream=True in model config and async-iterating over response
chunks, sending each text delta immediately via STREAM_TEXT.
2026-03-04 14:20:55 +00: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 Zhang
027f4dec29
Merge branch 'main' into feat/ask_with_single_agent 2026-03-04 01:50:18 +01:00
Puzhen Zhang
ce861755bb
fix: resolve browser cookies login issue after trigger merged (#1397)
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
2026-03-03 21:17:00 +08:00
puzhen
fb416f7e2c fix: ruff lint and format for standard_env.py 2026-03-03 12:10:41 +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
it-education-md
d606fae458
feat: add native LLaMA.cpp local provider support (#1346)
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: bytecii <994513625@qq.com>
2026-03-02 16:45:02 -08:00
bytecii
83afbc2686
fix: let agent load skill before execution (#1398)
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-03-01 19:45:07 -08:00
Wendong-Fan
ae36f2130e fix: search tool add agent name for browser agent 2026-02-27 16:53:14 +08:00
puzhen
c2ffc41e24 fix bug multi agent running 2026-02-27 02:18:10 +00:00
puzhen
9e15e11214 fix bug multi agent running 2026-02-27 02:09:37 +00:00
puzhen
c4b3e13093 inital_commit for multi agent running 2026-02-27 01:58:50 +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
53cc86ce59 fix: disable tool call pruning for persistent @mention agents
Persistent agents reused across multi-turn @mention conversations were
losing tool call history due to prune_tool_calls_from_memory, causing
the LLM to repeat operations (e.g. get_page_snapshot) it already performed.
2026-02-27 01:27:09 +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
343050b47f
🎨 add example skills (#1370)
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
2026-02-26 12:58:39 +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)
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
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)
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
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)
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
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
Phives
6776a90a6f
feat(file_utils): robust path handling and safe directory listing (#1195)
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-02-22 01:41:18 -08:00
BitToby
1831d2a686
feat: add multi-modal attachment propagation to all worker agents thr… (#1196)
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
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
Wendong-Fan
96226ea01a chore: update camel version 2026-02-21 17:01:29 +08:00
Wendong-Fan
5ca2caf557
feat: support grok,mistral,sambanova (#1321)
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-02-21 14:15:01 +08:00
Tong Chen
a23c30db13
Feat skills (#1221)
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
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
Angel98518
e675dec712
feat: enhance model validation with detailed error messages and diagnostics (#1155)
Co-authored-by: Gittensor Contributor <contributor@gittensor.io>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: bytecii <994513625@qq.com>
2026-02-17 15:53:48 -08:00
Wendong-Fan
d0f8ac9d38
release: v0084 for intel mac (#1270)
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-02-14 20:24:38 +08:00
bytecii
9c396ee015
tests: fix and refactor tests (#1262)
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-13 23:16:14 -08:00
Wendong-Fan
a8ec401f19
release: v0.0.83 (#1265) 2026-02-14 00:06:41 +08:00
Wendong-Fan
a8ecd774ba
chore: bump up camel version to 0.2.90a1 (#1263) 2026-02-13 16:17:00 +08:00
Wendong-Fan
5e3f46a32b
revert: codex feature (#1240) 2026-02-12 21:20:32 +08:00
Dream
3e57ffdf79
feat: add OpenAI Codex OAuth PKCE install flow (#1129)
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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-12 20:20:35 +08:00
Wendong-Fan
b936db3dd7
chore: update camel version to 0289 (#1238) 2026-02-12 16:54:02 +08:00
bytecii
f7bf29a40a
benchmark: update benchmark (#1207)
Co-authored-by: bytecii <bytecii@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-12 16:35:18 +08:00
Puzhen Zhang
185d2a4b3f
chore: Update browser wrapper (#1235) 2026-02-11 23:50:35 +01:00
Wendong-Fan
6d9a381d27
chore: update camel version to 0287 (#1230) 2026-02-12 02:04:12 +08:00