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
b767f10a85
feat(ext): extending execute api
2026-01-29 22:26:31 +08:00
Simon
f67ec5a2c2
feat(ext): require llmConfig when calling from main world
2026-01-28 20:28:21 +08:00
Simon
0f3ae38cb3
fix(ConfigPanel): correct auth token storage key
2026-01-28 20:19:16 +08:00
Simon
d6323f1488
feat(ext): improve token validation and error handling
2026-01-28 19:59:55 +08:00
Simon
ef2d115742
feat(ext): expose extension to main-world and auth with token
2026-01-28 19:47:15 +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
Simon
8efa8e18c1
refactor(ext): rewrite ext. totally-broken -> still-broken; THIS IS NOT WORKING
2026-01-26 21:03:51 +08:00
Simon
cdecf3cc3d
refactor(ext): mv files
2026-01-26 19:33:57 +08:00
Simon
3bf616dde1
fix: remove ensureResponseListener; remove isPageAgentMessage
2026-01-26 19:17:52 +08:00
Simon
f18b756390
chore: add isPageAgentMessage to message
2026-01-26 18:55:54 +08:00
Simon
c4bcad04bd
chore(ext): debug logging
2026-01-26 16:16:04 +08:00
Simon
fa5ab9d567
feat: multi tabs control
2026-01-24 19:29:27 +08:00
Simon
af133470e1
feat: add error handling for content scripts
2026-01-21 19:17:54 +08:00
Simon
3fea74faa9
feat(ext): handling page reload/redirect/close
2026-01-21 18:46:50 +08:00
Simon
b4d17aa907
fix: no mask for new task after stop prev task
2026-01-20 19:08:52 +08:00
Simon
db3b24a5ea
feat(ext): draft extension structure (single-page mode)
2026-01-20 17:36:33 +08:00