Commit Graph

110 Commits

Author SHA1 Message Date
Simon
362bf822f7 fix(ext): increase result card font size and use foreground color
Fixes conflicting text-xs/text-[11px] classes and muted color on the
ResultCard component, making the result text more readable.

Closes #360
2026-04-08 16:50:09 +08:00
Simon
7e9027167d feat(controller): add keepSemanticTags config to keep the semantic structure of the page 2026-04-03 19:01:54 +08:00
Simon
13d952dc9d fix(ext): guard postMessage listeners against iframe sources
Add `e.source !== window` check to both content script and main-world
script message handlers, preventing iframes from injecting or
intercepting extension bridge messages.
2026-04-02 18:53:59 +08:00
Simon
ec08b05da1 feat(ext): add systemInstruction to ExecuteConfig
Expose a serializable `systemInstruction` string field on the
page-facing ExecuteConfig, mapped to `instructions.system` when
creating MultiPageAgent. Functions cannot cross the postMessage
boundary, so this flat string field replaces the object form.

Closes #359
2026-04-02 16:34:57 +08:00
Simon
0402a6be03 fix(tabs): error message typo 2026-03-31 21:04:53 +08:00
Simon
1eef785a61 fix(ext): tabs deduplication 2026-03-30 22:18:55 +08:00
Simon
49b137981c fix(ext): tab events do not work for content scripts 2026-03-30 21:40:16 +08:00
Simon
cad033d63b feat(ext): add experimentalIncludeAllTabs UI 2026-03-30 20:25:04 +08:00
Simon
312952ec41 fix(ext): multi window errors 2026-03-30 20:24:24 +08:00
Simon
52edd78cd4 chore(ext): improve debug logging 2026-03-30 19:48:52 +08:00
Simon
e1fede1194 feat(ext): option to control all tabs 2026-03-27 20:18:13 +08:00
1245040330
48fb65d00b feat(extension): 禁用 EmptyState 组件的自动开始动画
- 在 EmptyState 组件的动画配置中添加了 startOnView=false 属性
- 防止动画在视图加载时自动开始播放
- 优化了用户体验,避免不必要的动画干扰
2026-03-27 15:26:13 +08:00
Simon
78a31ef5d1 fix: tslint 2026-03-25 00:50:29 +08:00
Simon
66a85c0dd3 feat: option to disable named tool choice 2026-03-20 17:40:16 +08:00
Simon
5aeb40abac chore(ext): rm keydown event on history 2026-03-20 17:13:42 +08:00
Simon
dfde89aa70 Merge branch 'main' into pr/Adonis0123/313 2026-03-20 16:58:13 +08:00
Simon
c35f367b39 feat(ext): style adjust; rm rerunDisabled 2026-03-20 16:36:23 +08:00
adonis
0bc47a997d feat(ext): rerun tasks from history 2026-03-19 23:54:08 +08:00
adonis
bcc7dfea2d feat(extension): export history sessions as json 2026-03-19 23:46:58 +08:00
Simon
fe82b11285 feat: AK optional 2026-03-19 19:50:05 +08:00
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