Commit Graph

  • 67846db28f chore(ext): ui layout Simon 2026-03-12 00:52:19 +08:00
  • cac55fa2bf Merge pull request #209 from alibaba/feat/extension-use-same-version-as-packages Simon 2026-03-12 00:41:58 +08:00
  • a74b7542ba feat: extension use the same version as packages Simon 2026-03-12 00:37:43 +08:00
  • a9f462ed37 Merge pull request #191 from RinZ27/fix/ui-security-xss Simon 2026-03-11 23:43:02 +08:00
  • c33b3d8278 fix(ui): remove unnecessary tags Simon 2026-03-11 23:38:57 +08:00
  • de3a6e4660 fix: extract attributes for heuristically-detected interactive elements caibing 2026-03-11 16:38:36 +08:00
  • e2c00b1bfc chore(ext): bump version to 0.1.17 EXT_v0.1.17 Simon 2026-03-10 22:50:02 +08:00
  • 692ac4acca chore(version): bump version to 1.5.5 v1.5.5 Simon 2026-03-10 22:49:03 +08:00
  • c4bdd8fc4b fix(ui): escape array content in cards and fix double-escaping RinZ27 2026-03-10 16:20:20 +07:00
  • aa88221845 Merge branch 'main' of https://github.com/alibaba/page-agent Simon 2026-03-10 22:06:51 +08:00
  • b425e48afe docs: guideline against AI-generated PRs Simon 2026-03-10 22:06:41 +08:00
  • ff54b363aa Merge pull request #179 from JasonOA888/fix/contenteditable-input-events Simon 2026-03-10 21:04:05 +08:00
  • 4d931b4430 chore: comments; spell check Simon 2026-03-10 21:02:48 +08:00
  • 6054ca1217 docs(page-controller): document contenteditable limitations and execCommand fallback JasonOA888 2026-03-10 20:03:10 +08:00
  • 7f9f0d1589 feat: simplify ContentEditable handling Simon 2026-03-10 19:40:49 +08:00
  • ddcfa5b499 Merge branch 'main' into fix/contenteditable-input-events Simon 2026-03-10 17:37:20 +08:00
  • 441b41c713 fix(page-controller): address all Copilot review feedback JasonOA888 2026-03-10 16:03:25 +08:00
  • ed71dd08b9 Merge pull request #181 from fancyboi999/fancy/fix-180-viewport-expansion Simon 2026-03-10 15:50:34 +08:00
  • 1c354ab5d3 refactor(page-controller): remove viewportExpansion constants module fancy 2026-03-10 15:34:24 +08:00
  • 151760713a Merge pull request #177 from alibaba/dependabot/npm_and_yarn/development-dependencies-05afa3b718 Simon 2026-03-10 15:34:14 +08:00
  • 4450d6302b docs: update guidelines, CLA should be optional Simon 2026-03-10 15:23:19 +08:00
  • 2d055d3909 style: fix Prettier formatting JasonOA888 2026-03-10 15:10:17 +08:00
  • 16da7d936d fix(page-controller): honor viewportExpansion in DOM extraction fancy 2026-03-10 12:28:54 +08:00
  • efe08f445f fix(page-controller): address Copilot review feedback JasonOA888 2026-03-10 12:02:01 +08:00
  • 4e7f755ae9 fix(page-controller): address PR review feedback JasonOA888 2026-03-10 12:00:47 +08:00
  • 28bb2204e7 fix(page-controller): improve contenteditable input with proper events JasonOA888 2026-03-10 10:32:07 +08:00
  • 0c3b4592b2 chore(deps-dev): bump the development-dependencies group with 10 updates dependabot[bot] 2026-03-09 20:33:42 +00:00
  • 222bbef670 chore: update readme Simon 2026-03-09 23:41:12 +08:00
  • fa8ab451eb chore: update readme Simon 2026-03-09 23:39:41 +08:00
  • b4ebb2b98f chore(version): bump version to 1.5.4 v1.5.4 Simon 2026-03-09 23:35:04 +08:00
  • c757270101 Merge pull request #173 from alibaba/feat/tolerant-html-cleaning Simon 2026-03-09 22:48:34 +08:00
  • 5873e68d63 Merge pull request #175 from alibaba/copilot/sub-pr-173-again Simon 2026-03-09 22:34:58 +08:00
  • 0c124c3b44 Merge pull request #176 from alibaba/copilot/sub-pr-173-another-one Simon 2026-03-09 22:33:56 +08:00
  • d46a57f8ef refactor: use Object.keys() instead of for...in in matchAttributes copilot-swe-agent[bot] 2026-03-09 14:32:20 +00:00
  • 153fa23a71 docs: update model list; give example for cookie auth Simon 2026-03-09 22:31:35 +08:00
  • 5852054e3a perf: cache compiled regexes in globToRegex to avoid repeated compilation copilot-swe-agent[bot] 2026-03-09 14:29:56 +00:00
  • 5988d4ba24 Initial plan copilot-swe-agent[bot] 2026-03-09 14:29:10 +00:00
  • 0b6a698f6b Initial plan copilot-swe-agent[bot] 2026-03-09 14:26:53 +00:00
  • 01db520881 feat: support wildcard in includeAttributes Simon 2026-03-09 22:02:35 +08:00
  • 30b9956c4f Merge pull request #172 from alibaba/fix/contenteditable Simon 2026-03-09 19:19:23 +08:00
  • 4b37a3e538 feat(controller): add contenteditable to DEFAULT_INCLUDE_ATTRIBUTES Simon 2026-03-09 19:15:51 +08:00
  • 928d8d2fb3 fix: allow ContentEditable in inputTextElement; clean up code Simon 2026-03-09 19:05:32 +08:00
  • 8ece20f54b chore(ext): build script Simon 2026-03-09 17:29:45 +08:00
  • 26b4afca6a chore(ext): bump version to 0.1.16 EXT_v0.1.16 Simon 2026-03-09 17:17:04 +08:00
  • 5f43b76b57 chore: improve scripts for extension Simon 2026-03-09 17:15:16 +08:00
  • 15d609aebc chore(version): bump version to 1.5.3 v1.5.3 Simon 2026-03-09 17:02:34 +08:00
  • d66bf8f3cf docs: improve Contributing.md Simon 2026-03-09 17:00:25 +08:00
  • d3b42036af Merge pull request #169 from tsubasakong/lucas/opener-b-page-agent-167 Simon 2026-03-09 16:33:23 +08:00
  • e448a43769 docs(terms): wording Simon 2026-03-09 15:53:02 +08:00
  • 349de7bf48 Merge remote-tracking branch 'upstream/main' into HEAD Frank 2026-03-08 16:51:01 -07:00
  • eec601e6b2 fix(llms): avoid reasoning_effort for GPT-5.4 chat tools tsubasakong 2026-03-08 16:37:32 -07:00
  • 5b280a4a67 docs: update README graph Simon 2026-03-09 03:44:36 +08:00
  • 46deaf373f docs(readme): add HN discussion link and star history Simon 2026-03-08 00:18:48 +08:00
  • e098d5701f docs(terms): wording Simon 2026-03-07 23:57:09 +08:00
  • 21d4be0020 docs(terms): wording Simon 2026-03-07 23:51:14 +08:00
  • 3f6a1856ac chore(ext): bump version; fix zip naming EXT_v0.1.15 Simon 2026-03-07 23:29:12 +08:00
  • 816e24a102 Merge pull request #160 from alibaba/fix/extension-error-handling Simon 2026-03-07 23:22:41 +08:00
  • 80e2a93a8c feat: add button to clear saved configuration from the error boundary Simon 2026-03-07 23:16:03 +08:00
  • 2f8096883f docs(terms): wording for testing API terms Simon 2026-03-07 04:50:34 +08:00
  • 088f002583 chore(ext): bump version EXT_v0.1.12 Simon 2026-03-07 03:16:47 +08:00
  • 27e9e78636 chore(version): bump version to 1.5.2 v1.5.2 Simon 2026-03-07 03:08:33 +08:00
  • a0c979602e feat: do not throw for webgl2 fail Simon 2026-03-07 03:07:21 +08:00
  • 3dc9edb8b5 fix(ext): ts types Simon 2026-03-06 17:39:09 +08:00
  • 32b68ab7c8 fix(docs): broken demo video Simon 2026-03-06 16:07:22 +08:00
  • 75a61c05c1 docs(terms): wording Simon 2026-03-06 04:33:03 +08:00
  • bdfa98358b fix: requestIdleCallback on safari Simon 2026-03-06 02:35:01 +08:00
  • dc8b38ccb9 chore(ext): bump extension version to 0.1.11 EXT_v0.1.11 Simon 2026-03-05 20:48:00 +08:00
  • e1c288aaeb docs(changelog): 1.5.1 EXT_v0.1.10 Simon 2026-03-05 20:44:26 +08:00
  • 7a97de2a37 feat(ext): expose more config EXT_v0.1.9 Simon 2026-03-05 20:34:55 +08:00
  • 19b03b83ea chore(version): bump version to 1.5.1 v1.5.1 Simon 2026-03-05 19:28:19 +08:00
  • 598b144d06 feat: change maxSteps to 40 v1.5.0 Simon 2026-03-05 19:26:56 +08:00
  • 1cd8a8de60 Merge pull request #158 from alibaba/fix/zod-v3 Simon 2026-03-05 19:23:47 +08:00
  • 9beffca985 docs: update doc for Zod v4 support Simon 2026-03-05 19:15:03 +08:00
  • 53db2069ce feat: zod support v3/4 Simon 2026-03-05 19:13:18 +08:00
  • 121104e13d feat: truncate llms.txt results Simon 2026-03-05 16:59:08 +08:00
  • 0dacbda9da chore: improve logging Simon 2026-03-05 16:54:41 +08:00
  • 8bc27414a4 chore(version): bump version to 1.4.4 v1.4.4 Simon 2026-03-05 16:25:16 +08:00
  • 76509d93f0 feat: replace data-browser-use-ignore with data-page-agent-ignore Simon 2026-03-05 16:24:50 +08:00
  • ff31b0c03e chore: adjust website structure Simon 2026-03-05 16:21:58 +08:00
  • 6b2ab73d65 docs: model recommendation Simon 2026-03-05 16:10:03 +08:00
  • 2754023a80 chore(version): bump version to 1.4.3 v1.4.3 Simon 2026-03-04 21:18:51 +08:00
  • fa5c65db53 docs: update custom-tool docs Simon 2026-03-04 21:17:32 +08:00
  • 53c2c19d69 docs: update advanced docs; rm best-practice Simon 2026-03-04 21:13:10 +08:00
  • e5437b445a fix(core): Core and PageAgent use different config types; improve code structure Simon 2026-03-04 20:05:48 +08:00
  • 09bdf9ddaf feat(core): experimental support for llms.txt (#157) Simon 2026-03-04 18:53:24 +08:00
  • b58d2a09ef Merge pull request #152 from alibaba/dependabot/npm_and_yarn/development-dependencies-7e2b43fd30 Simon 2026-03-03 22:04:35 +08:00
  • ce442742ba Merge pull request #153 from alibaba/dependabot/npm_and_yarn/vite-plugin-css-injected-by-js-4.0.1 Simon 2026-03-03 22:04:17 +08:00
  • 632f22962e docs: add recommended startup parameters for Ollama Simon 2026-03-03 21:59:02 +08:00
  • 72c3b12fb4 chore(deps-dev): bump the development-dependencies group with 7 updates dependabot[bot] 2026-03-03 13:58:04 +00:00
  • 4807d550a3 chore(version): bump version to 1.4.2 v1.4.2 Simon 2026-03-03 21:54:41 +08:00
  • f9722f0619 Merge branch 'main' of https://github.com/alibaba/page-agent Simon 2026-03-03 21:53:35 +08:00
  • e1557a5d2e Merge pull request #156 from hobostay/main Simon 2026-03-03 21:53:05 +08:00
  • 06280c2ba5 chore(core): add wait time between steps for the page to react Simon 2026-03-03 21:51:10 +08:00
  • 645a7ceb52 feat(website): loading time optimize Simon 2026-03-03 21:38:29 +08:00
  • a47c72ce84 fix(actions): remove debug console.log statements hobostay 2026-03-03 21:23:27 +08:00
  • dcc6cd1cf3 feat(website): reduce white screen time Simon 2026-03-03 21:05:16 +08:00
  • b4b9f6ce2d chore(version): bump version to 1.4.1 v1.4.1 Simon 2026-03-03 20:56:24 +08:00
  • 14e31e6ec4 Merge pull request #155 from alibaba/fix/panel-time Simon 2026-03-03 20:55:26 +08:00
  • 69f2478fd7 fix(panel): remove timestamp (not well defined) Simon 2026-03-03 20:52:55 +08:00
  • 5fec6846b0 chore(deps-dev): bump vite-plugin-css-injected-by-js from 3.5.2 to 4.0.1 dependabot[bot] 2026-03-02 21:00:45 +00:00