Simon
e65c7c9601
Merge pull request #545 from alibaba/feat/execute-js-abort-signal
...
feat(core): make execute_javascript honor AbortSignal
2026-06-11 20:45:53 +08:00
Simon
768b07e28c
feat: disable ScriptExecutionTool for MultiPageAgent
2026-06-11 20:16:09 +08:00
Simon
edb769b826
fix(ext): handle stopped lifecycle state
2026-06-11 19:53:30 +08:00
Simon
c19891926b
refactor(ext): drive heartbeat and running flag from statuschange
...
Project agent status into chrome.storage via a statuschange listener
instead of pairing setup/teardown across lifecycle hooks. A throwing hook
can no longer leak the heartbeat or strand isAgentRunning, and rejected
concurrent execute() calls never touch the active run's state.
2026-06-11 19:15:48 +08:00
Simon
e1fede1194
feat(ext): option to control all tabs
2026-03-27 20:18:13 +08:00
Simon
628c249d45
fix(ext): init without initialTab throws error
2026-03-18 19:36:02 +08:00
Simon
3dc9edb8b5
fix(ext): ts types
2026-03-06 17:39:09 +08:00
Simon
dffcb53db9
feat!: Refine lifecycle hooks; fix abortSignal
...
- add `stop` method. agent can be reused after stopped
- agent can not be reused after disposed
- extension DO NOT exposes `dispose` anymore. only `stop`.
- update panel for new `stop` method
- fix MultiPageAgent dispose event
- better handling abortSignal
2026-02-13 17:57:12 +08:00
Simon
7c87c90258
fix(ext): fix multi-thread logic; extensive logging and error handling
2026-02-11 19:51:19 +08:00
Simon
9bd4a47d35
feat(ext): add includeInitialTab option; change main world API
2026-02-04 19:22:06 +08:00
Simon
9ba95e96b6
feat(ext): detect user lang
2026-02-02 19:29:30 +08:00
Simon
4459026297
feat: set default lang to english; fix ext lang setting
2026-02-02 19:17:15 +08:00
Simon
5cfaa292d3
feat(ext): add agent heart beat check
2026-01-29 19:21:57 +08:00
Simon
d6323f1488
feat(ext): improve token validation and error handling
2026-01-28 19:59:55 +08:00
Simon
0cad8a1159
feat(ext): use full task for tab group name
2026-01-28 14:12:30 +08:00
Simon
dd593f77e9
chore(ext): refine MultiPageAgent api and clean up
2026-01-28 13:36:46 +08:00
Simon
55ffbb8f08
refactor(ext): improve folder structure
2026-01-28 13:15:34 +08:00
Simon
87c3fe36d2
feat(ext): new prompt
2026-01-27 21:45:51 +08:00
Simon
fdc3cf4e6d
feat(ext): handcraft the whole ext from scratch
...
AI coding doesn't work for MV3 extensions.
Threading was an unfixable mess.
Removed everything and rebuilt by hand.
2026-01-27 17:21:32 +08:00