Commit Graph

28 Commits

Author SHA1 Message Date
Simon
e7b93efda0 chore: typo
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 20:20:37 +08:00
Simon
12b6001d53 fix(ui): make panel history max-height responsive to viewport 2026-04-08 17:05:10 +08:00
Ryanba
583f757f0a fix(ui): set task input max length to 1000 (#292) 2026-03-25 00:23:59 +08:00
Simon
c33b3d8278 fix(ui): remove unnecessary tags 2026-03-11 23:38:57 +08:00
RinZ27
c4bdd8fc4b fix(ui): escape array content in cards and fix double-escaping 2026-03-10 21:08:20 +07:00
Simon
76509d93f0 feat: replace data-browser-use-ignore with data-page-agent-ignore 2026-03-05 16:24:50 +08:00
Simon
69f2478fd7 fix(panel): remove timestamp (not well defined) 2026-03-03 20:52:55 +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
fcb9ec4e57 chore: clean up 2026-02-11 19:27:14 +08:00
Simon
391e70dca4 feat: update historical event types 2026-01-22 15:16:15 +08:00
Simon
81807e17ca feat: add stepIndex to history events 2026-01-21 16:59:22 +08:00
Simon
5057f7472b feat: pass language to formatTime for localization 2026-01-19 14:25:25 +08:00
Simon
8bba3a63f5 chore: ui folder structure 2026-01-17 23:35:07 +08:00
Simon
083c002ce0 fix: type 2026-01-17 23:20:09 +08:00
Simon
1ede1d9911 feat!: redo Panel; decouple Panel from Agent
BREAKING CHANGES: Agent and Panel API Changes
2026-01-17 23:14:26 +08:00
Simon
78d4919289 feat: make panel optional 2026-01-17 17:24:17 +08:00
Simon
54e9bdad7d chore: prettier json and markdowns 2026-01-17 16:15:36 +08:00
Simon
2f8c2b395c fix(panel): hide panel by default 2026-01-16 16:06:57 +08:00
Simon
eab9cf64e8 feat: includes history events in panel 2026-01-15 21:48:14 +08:00
Simon
42130d6f1d feat: remove pause 2026-01-15 21:37:03 +08:00
Simon
3b71c535b1 fix: clean up debug code 2026-01-14 15:23:02 +08:00
Simon
38caae5e23 feat: add HTML escaping to Panel 2026-01-14 15:15:51 +08:00
Simon
b6232d4e21 refactor: mv SimulatorMask from ui to page-controller 2026-01-13 17:33:38 +08:00
Simon
09772d79bd fix: panel language not found 2026-01-10 23:33:36 +08:00
Simon
bc1e8fea3c fix: handle null body element 2025-12-17 14:40:11 +08:00
Simon
85a4096b2d chore(version): bump version to 0.0.12 2025-12-17 14:18:28 +08:00
Simon
d1c8ca8197 refactor(ui): implement dedicated package @page-agent/ui 2025-12-15 17:34:12 +08:00
Simon
2b8b6ef86a refactor(ui): move ui and i18n to new package 2025-12-15 17:20:12 +08:00