Commit Graph

49 Commits

Author SHA1 Message Date
Simon
67f6bd619e chore: rename autoFixer for better understanding 2026-01-13 14:20:52 +08:00
Simon
14974c0257 feat!: mv brain from llms to agent; redo toolCall auto fixer 2026-01-13 13:49:19 +08:00
Simon
3e04a131f1 chore(version): bump version to 0.0.20 2026-01-11 01:40:54 +08:00
Simon
43c80f5418 feat: transformPageContent hook for data-masking 2026-01-11 00:54:59 +08:00
Simon
f5900bd096 chore(version): bump version to 0.0.19 2026-01-10 23:35:02 +08:00
Simon
0c0c76fdd8 feat: wrap user callback in try catch
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-10 19:23:02 +08:00
Simon
463d010c24 feat(agent): add instructions api 2026-01-10 18:44:09 +08:00
Simon
4e52f17b9f feat(agent): mv <agent_state> in front of <agent_history> 2026-01-10 17:44:08 +08:00
dependabot[bot]
d05b43cf50 chore(deps): bump the production-dependencies group across 1 directory with 3 updates
Bumps the production-dependencies group with 3 updates in the / directory: [zod](https://github.com/colinhacks/zod), [motion](https://github.com/motiondivision/motion) and [simple-icons](https://github.com/simple-icons/simple-icons).


Updates `zod` from 4.2.1 to 4.3.5
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.2.1...v4.3.5)

Updates `motion` from 12.23.26 to 12.24.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/motiondivision/motion/compare/v12.23.26...v12.24.0)

Updates `simple-icons` from 16.2.0 to 16.4.0
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/16.2.0...16.4.0)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: motion
  dependency-version: 12.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: simple-icons
  dependency-version: 16.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 19:37:33 +00:00
Simon
3fe6ae6862 chore(version): bump version to 0.0.18 2025-12-24 19:32:39 +08:00
Simon
66be1e56e3 fix: tool description lost 2025-12-24 19:28:59 +08:00
Simon
a0712baa91 chore(version): bump version to 0.0.17 2025-12-24 19:02:57 +08:00
Simon
c7e0538836 chore(version): bump version to 0.0.16 2025-12-24 16:43:48 +08:00
dependabot[bot]
9e0b5bec8b chore(deps): bump zod in the production-dependencies group
Bumps the production-dependencies group with 1 update: [zod](https://github.com/colinhacks/zod).


Updates `zod` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 19:20:12 +00:00
Simon
32be34bcb1 chore(version): bump version to 0.0.15 2025-12-22 17:02:14 +08:00
Simon
64f1a8c443 chore(version): bump version to 0.0.14 2025-12-22 16:29:53 +08:00
Simon
635416f964 feat: implement @page-agent/llms 2025-12-22 16:29:19 +08:00
Simon
7c2d000e29 feat: create llms package and mv files 2025-12-22 16:12:34 +08:00
Simon
b36a0c0261 chore(version): bump version to 0.0.13 2025-12-17 19:32:24 +08:00
Simon
339b066d2d fix(UMD): delay init 2025-12-17 19:31:28 +08:00
Simon
85a4096b2d chore(version): bump version to 0.0.12 2025-12-17 14:18:28 +08:00
Simon
0ef84bac13 chore: simplify Vite configuration 2025-12-16 20:38:15 +08:00
Simon
2fee2d5ea3 chore: improve build scripts; change esm dir 2025-12-16 19:45:40 +08:00
dependabot[bot]
2e76a35188 chore(deps): bump zod in the production-dependencies group
Bumps the production-dependencies group with 1 update: [zod](https://github.com/colinhacks/zod).


Updates `zod` from 4.1.13 to 4.2.0
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.13...v4.2.0)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 19:30:06 +00:00
Simon
abc96b415f chore: clean up 2025-12-16 03:04:29 +08:00
Simon
77ce3b0b49 chore(version): bump version to 0.0.10 2025-12-16 02:27:53 +08:00
Simon
3742f75d14 chore: better UMD local dev serving 2025-12-16 02:22:52 +08:00
Simon
c2e9e6a571 fix: monorepo build 2025-12-16 01:52:15 +08:00
Simon
54eb50f7be fix: monorepo typing 2025-12-16 01:30:40 +08:00
Simon
0167377b2f chore(version): bump version to 0.0.9 2025-12-15 18:54:18 +08:00
Simon
f21914284c chore(version): bump version to 0.0.8 2025-12-15 18:46:43 +08:00
copilot-swe-agent[bot]
8ba04bf243 fix: also clean up beforeunload event listener
Co-authored-by: gaomeng1900 <10131203+gaomeng1900@users.noreply.github.com>
2025-12-15 09:52:23 +00:00
copilot-swe-agent[bot]
67bf38c8d5 fix: clean up event listeners in PageAgent dispose method
Co-authored-by: gaomeng1900 <10131203+gaomeng1900@users.noreply.github.com>
2025-12-15 09:50:28 +00:00
Simon
b33e361cee chore: clean up EventBus 2025-12-15 17:42:22 +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
Simon
0b46fd1d7a refactor(agent): decouple ui and agent; disable EventBus for now 2025-12-15 17:02:45 +08:00
Simon
3e6c431a0b chore: clean up unused param 2025-12-08 17:20:03 +08:00
Simon
32c17627e9 chore: rename UMD entry 2025-12-05 20:17:29 +08:00
Simon
d756a2ef1c chore: improve monorepo 2025-12-05 20:00:31 +08:00
Simon
49d6163a70 fix: release action; bump version to 0.0.7 2025-12-05 17:33:41 +08:00
Simon
20f33ac478 fix: monorepo build order 2025-12-05 17:02:30 +08:00
Simon
683602bb6b refactor(PageController): implement PageController 2025-12-05 16:18:01 +08:00
Simon
ad19a26a57 refactor(PageController): mv dom and actions 2025-12-02 21:30:39 +08:00
Simon
2d66915570 chore: simplify published pkg 2025-12-01 21:05:10 +08:00
Simon
25098f8772 chore(version): bump version to 0.0.5 2025-12-01 20:53:56 +08:00
Simon
682a08e0dc chore: automatically copy readme when publish 2025-12-01 20:33:10 +08:00
Simon
b53d4dd8a5 chore: clean up 2025-12-01 20:26:52 +08:00
Simon
adec9d8197 refactor: monorepo 2025-12-01 20:11:12 +08:00