Simon
252f550c04
style(ext): fix ai-motion overflow; wording; launcher info
2026-03-18 20:25:54 +08:00
Simon
628c249d45
fix(ext): init without initialTab throws error
2026-03-18 19:36:02 +08:00
Simon
61d598142d
feat(ext): ask user approval for MCP task
2026-03-18 19:14:44 +08:00
Simon
cef39d5090
feat(mcp): MCP connector
2026-03-18 03:12:20 +08:00
Simon
3063b2a06d
feat(ext): hub protocol
2026-03-18 02:59:28 +08:00
Simon
aae6c93f11
fix(ext): useAgent execute return result
2026-03-18 01:55:09 +08:00
Simon
2f5476b76c
refactor(ext): mv ui components for later reuse
2026-03-17 19:11:13 +08:00
Simon
48fede38fd
feat(ext): initialTab should be in controlled group; rm windowId; rm gray color
2026-03-16 20:51:32 +08:00
Wen
11d3ca3d6e
fix: typos and grammar in system prompts and source code
2026-03-13 01:32:34 +00:00
Simon
67846db28f
chore(ext): ui layout
2026-03-12 00:52:19 +08:00
Simon
a74b7542ba
feat: extension use the same version as packages
2026-03-12 00:37:43 +08:00
Simon
80e2a93a8c
feat: add button to clear saved configuration from the error boundary
2026-03-07 23:16:03 +08:00
Simon
a0c979602e
feat: do not throw for webgl2 fail
2026-03-07 03:07:21 +08:00
Simon
3dc9edb8b5
fix(ext): ts types
2026-03-06 17:39:09 +08:00
Simon
7a97de2a37
feat(ext): expose more config
2026-03-05 20:34:55 +08:00
Simon
53db2069ce
feat: zod support v3/4
2026-03-05 19:13:18 +08:00
Simon
68d68182e2
feat(website): drop hash-based router
2026-02-27 19:46:44 +08:00
Simon
07b4dc32f7
feat: add legacy endpoint migration and testing endpoint notice
2026-02-27 17:50:10 +08:00
Simon
89c83f454d
feat: update terms and default llm endpoint
2026-02-27 17:09:54 +08:00
Simon
7f67463a24
Merge branch 'main' into feat/free-qwen-by-default
2026-02-27 15:51:19 +08:00
Simon
22fe448d95
refactor: unify zod imports
2026-02-25 16:18:56 +08:00
Simon
2b99620de3
feat: add qwen3.5-plus for testing and make it default
2026-02-24 00:59:42 +08:00
Simon
b89228693d
feat(ext): add lang setting
2026-02-14 16:10:46 +08:00
Simon
66cc9e0a3c
style: pretty up; fix extension shadcn
2026-02-14 15:12:45 +08:00
Simon
43b7c1b136
style(ext): make over
2026-02-13 19:09:46 +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
fcb9ec4e57
chore: clean up
2026-02-11 19:27:14 +08:00
Simon
c71ffcec1c
refactor(ext): tidy up background code
2026-02-10 21:59:58 +08:00
Simon
430be466fc
feat(ext): add chat history
2026-02-10 18:43:54 +08:00
Simon
1517bc4868
feat: prune prompts
2026-02-09 21:04:39 +08:00
Simon
6f0ff1fd33
refactor: zod tree-shaking; better error handling in agent steps
2026-02-09 17:49:10 +08:00
Simon
d00a8dcc21
feat: improve prompt; update model list
2026-02-09 15:50:20 +08:00
Simon
9bd4a47d35
feat(ext): add includeInitialTab option; change main world API
2026-02-04 19:22:06 +08:00
Simon
71ca554108
feat(ext): use PAGE_AGENT_EXT namespace; add viber instructions
2026-02-03 19:09:37 +08:00
Simon
648a0c1bda
feat(ext): expose ext meta data to main world
2026-02-03 16:39:24 +08:00
Simon
2b3bb8ab9e
chore(ext): rm React.FormEvent
2026-02-03 13:18:03 +08:00
Simon
a834d37f28
fix(ext): inject versions
2026-02-02 21:11:23 +08:00
Simon
0c3be817c9
style(ext): attribution; dark mode
2026-02-02 21:07:31 +08:00
Simon
b8999fdb7c
style(ext): improve config panel
2026-02-02 19:51:48 +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
98d3016395
style(ext): remove raw section from ResultCard
2026-02-02 19:16:07 +08:00
Simon
15ea488719
fix(ext): save config to storage
2026-02-02 18:48:16 +08:00
Simon
d8ec4cf1ab
feat: better action key in prompt example
2026-02-02 13:39:04 +08:00
Simon
97cdb1e1cd
docs: Add Custom UI doc
2026-01-30 14:58:33 +08:00
Simon
b767f10a85
feat(ext): extending execute api
2026-01-29 22:26:31 +08:00
Simon
5cfaa292d3
feat(ext): add agent heart beat check
2026-01-29 19:21:57 +08:00
Simon
4e87940127
fix(ext): update message handlers
...
> If multiple listeners are registered for onMessage,
> only the first listener to respond, reject, or throw
> an error will affect the sender; all other listeners
> will run, but their results will be ignored.
2026-01-29 18:37:42 +08:00
Simon
b0e07d5180
feat(ext): monitor to tab change
2026-01-28 23:03:03 +08:00