Commit Graph

  • 9f22a730df fix(extension): resolve race condition in hub config and fix tab initialization crash main Zou-Seay 2026-06-25 15:31:41 +08:00
  • e26589bc54 feat: 增加 ERP 订单自动化抓取自定义工具及相关开发文档 Zou-Seay 2026-06-24 16:02:08 +08:00
  • fb4b8fd067 Merge pull request #565 from alibaba/dependabot/github_actions/github-actions-640176b5ab Simon 2026-06-23 14:24:52 +08:00
  • 2bed20cd85 Merge pull request #566 from alibaba/dependabot/npm_and_yarn/development-dependencies-1075e1fe2e Simon 2026-06-23 14:24:36 +08:00
  • c48c7c524e Merge pull request #567 from alibaba/dependabot/npm_and_yarn/development-major-3bc154b33b Simon 2026-06-23 14:24:20 +08:00
  • 32f27e73e3 chore(deps-dev): bump @types/node in the development-major group dependabot[bot] 2026-06-23 00:30:20 +00:00
  • 71738f1966 chore(deps-dev): bump the development-dependencies group with 8 updates dependabot[bot] 2026-06-23 00:29:32 +00:00
  • e44455ba80 chore(deps): bump actions/checkout in the github-actions group dependabot[bot] 2026-06-23 00:27:34 +00:00
  • d2ee260d82 Merge pull request #560 from alibaba/dependabot/npm_and_yarn/development-dependencies-d854c95bb8 Simon 2026-06-17 20:53:39 +08:00
  • 1f738bc41c chore(deps-dev): bump the development-dependencies group across 1 directory with 17 updates dependabot[bot] 2026-06-16 05:00:12 +00:00
  • 2802ab3dea Merge pull request #559 from alibaba/fix/hoist-happy-dom Simon 2026-06-16 12:33:51 +08:00
  • e6a2e07640 fix(deps): hoist happy-dom to root devDependencies Simon 2026-06-16 12:30:55 +08:00
  • 235fa1bc26 chore: fix lint error caused CI fail Simon 2026-06-15 22:59:34 +08:00
  • c04c02723d chore(version): bump version to 1.10.0 Simon 2026-06-15 17:31:54 +08:00
  • 77468e4ab4 chore(version): bump version to 1.9.1 Simon 2026-06-15 17:22:10 +08:00
  • 7f9cb61fc2 Merge pull request #557 from alibaba/feat/remove-nav-back-instructions Simon 2026-06-15 16:55:21 +08:00
  • 76fea5b285 feat: remove instructions about nav back Simon 2026-06-15 16:41:02 +08:00
  • a796453c6e chore: rm go_back todo Simon 2026-06-12 19:10:18 +08:00
  • a1b0dd90eb Merge pull request #511 from linked-danis/fix/report-actual-wait-time Simon 2026-06-12 17:49:43 +08:00
  • fb8c42daa4 feat: simplify waiting response to reduce LLM cognitive load Simon 2026-06-12 17:44:21 +08:00
  • 8eaa784a8a fix: github demo video broken Simon 2026-06-11 21:40:01 +08:00
  • 7dffaa4718 Merge pull request #512 from linked-danis/fix/scroll-predicate-types Simon 2026-06-11 21:22:31 +08:00
  • 0f3f639497 Merge pull request #552 from alibaba/test/page-controller-happy-dom Simon 2026-06-11 21:14:28 +08:00
  • 67b1874836 Merge pull request #551 from alibaba/fix/stale-current-tab-id-mask-flash Simon 2026-06-11 21:13:31 +08:00
  • 56c09a9ae9 test(page-controller): add happy-dom env and basic tests Simon 2026-06-11 21:10:05 +08:00
  • e65c7c9601 Merge pull request #545 from alibaba/feat/execute-js-abort-signal Simon 2026-06-11 20:45:53 +08:00
  • a646da80f5 Merge pull request #549 from alibaba/refactor/agent-lifecycle-state-machine Simon 2026-06-11 20:37:37 +08:00
  • d3797109bf fix(extension): clear currentTabId in storage on TabsController.init Simon 2026-06-11 20:37:19 +08:00
  • 4e881f7eb0 chore: add notes for a pending design decision Simon 2026-06-11 20:31:01 +08:00
  • 768b07e28c feat: disable ScriptExecutionTool for MultiPageAgent Simon 2026-06-11 20:16:09 +08:00
  • 4828f9f726 chore: update tests Simon 2026-06-11 20:06:35 +08:00
  • edb769b826 fix(ext): handle stopped lifecycle state Simon 2026-06-11 19:53:30 +08:00
  • e270ba15b5 fix(ext): clear stale activity on any non-running status Simon 2026-06-11 19:15:58 +08:00
  • c19891926b refactor(ext): drive heartbeat and running flag from statuschange Simon 2026-06-11 19:15:48 +08:00
  • 0438bf6265 fix(core): harden run settlement edge cases from review Simon 2026-06-11 19:15:27 +08:00
  • 255e8fc861 chore: update docs Simon 2026-06-11 17:29:54 +08:00
  • 4690aefec5 refactor(core): decouple run settling from terminal status transition Simon 2026-06-11 17:21:11 +08:00
  • 8f9a637bdb refactor(core): suppress mask/highlight errors instead of failing the run Simon 2026-06-11 16:26:42 +08:00
  • c2d6a864f8 refactor(core): settle terminal status only after run cleanup completes Simon 2026-06-11 16:26:05 +08:00
  • 1deaa2147e fix: mke sure taskResult and onAfterStep wont get lost Simon 2026-06-11 15:39:35 +08:00
  • 052a302a08 refactor(core)!: rework agent run lifecycle and status semantics Simon 2026-06-11 14:33:12 +08:00
  • 9ed0a09194 feat(core): make execute_javascript honor AbortSignal Simon 2026-06-09 21:30:27 +08:00
  • 73810b3ed8 Merge pull request #544 from alibaba/feat/refine-dark-mode-check Simon 2026-06-09 20:43:15 +08:00
  • 01c9cc9ea7 feat(page-controller): refine dark mode detection heuristics Simon 2026-06-09 20:33:14 +08:00
  • a7beabbbe2 Merge pull request #543 from alibaba/test/page-agent-core-lifecycle Simon 2026-06-09 20:32:23 +08:00
  • b3ff0a1a25 Merge pull request #373 from tageniu/feat/dark-mode-detect Simon 2026-06-09 20:18:33 +08:00
  • daae28db34 test(core): add PageAgentCore lifecycle tests Simon 2026-06-09 17:07:10 +08:00
  • 797c238862 Merge pull request #534 from 64johnlee/chore/remove-debug-console-logs Simon 2026-06-09 15:07:19 +08:00
  • 270791bb54 feat: add .codex to .gitignore Simon 2026-06-09 14:50:21 +08:00
  • 8ec460f431 Merge pull request #542 from alibaba/dependabot/npm_and_yarn/development-dependencies-a28b716e5c Simon 2026-06-09 04:03:38 +08:00
  • 8c3a5f8188 chore(deps-dev): bump the development-dependencies group with 13 updates dependabot[bot] 2026-06-08 19:34:16 +00:00
  • 4ee773bef9 chore(changelog): update for version 1.9.0 release Simon 2026-06-08 22:58:56 +08:00
  • 3a2f0a41ec chore(version): bump version to 1.9.0 Simon 2026-06-08 22:42:46 +08:00
  • 64bb1f1a56 Merge pull request #541 from alibaba/docs/update-model-list Simon 2026-06-08 22:37:23 +08:00
  • 2afcf13fbb feat: update model list Simon 2026-06-08 22:34:33 +08:00
  • f617728fc3 Merge pull request #540 from alibaba/feat/claude-opus-4-8 Simon 2026-06-08 22:27:53 +08:00
  • 9376abfe2a Merge pull request #539 from alibaba/docs/abort-and-concurrency Simon 2026-06-08 22:26:19 +08:00
  • 2f343bcc56 feat(llms): add Claude Opus 4.8 support Simon 2026-06-08 22:23:56 +08:00
  • 4108f67079 docs(website): document ctx.signal abort contract and execute() concurrency Simon 2026-06-08 22:19:25 +08:00
  • 0ba3bbd67f Merge pull request #536 from alibaba/fix/prevent-concurrent-execute Simon 2026-06-08 22:04:19 +08:00
  • 552987eb56 fix(core): prevent concurrent execute() calls Simon 2026-06-08 21:58:16 +08:00
  • 99ef08ac79 Merge pull request #532 from alibaba/feat/rubost-abort Simon 2026-06-08 21:53:05 +08:00
  • 4445bec08a fix: abort may affect onAfterTask; clean up while loop Simon 2026-06-08 19:46:19 +08:00
  • 6530f0ef40 chore: cleanup; rm get abortSignal Simon 2026-06-08 17:40:44 +08:00
  • f8676a5cc2 fix: throw unhonored AbortError & rm detection code for it Simon 2026-06-08 17:27:05 +08:00
  • 7b623c5b22 chore(page-controller): remove accidental debug console.log calls 64JohnLee 2026-06-07 16:47:04 +08:00
  • 029f64e4bc Merge branch 'feat/rubost-abort' of https://github.com/alibaba/page-agent into feat/rubost-abort Simon 2026-06-05 21:25:07 +08:00
  • 78b6e2ad3c feat: all sync tools should respect aborting Simon 2026-06-05 21:23:18 +08:00
  • 112f9fff39 docs: planning Simon 2026-06-05 20:27:30 +08:00
  • 1c82030a21 Merge pull request #531 from alibaba/chore/vitest-llms Simon 2026-06-04 21:05:19 +08:00
  • f378972ef8 docs: fix test workflow docs Simon 2026-06-04 20:43:09 +08:00
  • 68ae73d4e6 chore(llms): add vitest unit tests for llms package Simon 2026-06-04 20:27:33 +08:00
  • 874b302860 Merge pull request #530 from alibaba/fix/dts Simon 2026-06-04 17:51:00 +08:00
  • 90ff96ca15 fix: dts global declarations should not be bundled Simon 2026-06-04 17:44:59 +08:00
  • 3c0d55fa33 Merge pull request #527 from alibaba/fix/abort-error-contract Simon 2026-06-03 23:40:48 +08:00
  • 9891e02215 fix(llms): handle AbortError during .json() Simon 2026-06-03 23:31:01 +08:00
  • 823195ad94 fix(llms): add error handling for invalid JSON responses and schema validation Simon 2026-06-03 23:14:12 +08:00
  • fd12fb9f1b refactor(llms): split AbortError out of InvokeError Simon 2026-06-03 23:00:33 +08:00
  • fb8de08c39 fix(llms): fix abort handling and clean up retry logic Simon 2026-06-03 22:39:28 +08:00
  • 738a62e96c Merge pull request #526 from alibaba/chore/typo Simon 2026-06-03 20:22:17 +08:00
  • e7b93efda0 chore: typo Simon 2026-06-03 20:20:37 +08:00
  • 0b6f0a6068 Merge pull request #524 from alibaba/dependabot/npm_and_yarn/development-major-a28a93d02a Simon 2026-06-03 15:12:41 +08:00
  • cc16d39e00 Merge pull request #525 from alibaba/fix/wxt-audit-overrides Simon 2026-06-03 15:11:51 +08:00
  • 7eceff26ef fix: patch WXT audit vulnerabilities Simon 2026-06-03 15:05:34 +08:00
  • 61a791f759 chore(deps-dev): bump concurrently in the development-major group dependabot[bot] 2026-06-03 06:05:01 +00:00
  • 6ecd6e61f6 Merge pull request #506 from tolerious/fix/fix-bug-505 Simon 2026-06-02 17:56:30 +08:00
  • 1e13385f1f Merge pull request #520 from alibaba/chore/upgrade-deps Simon 2026-06-02 17:16:54 +08:00
  • dec9fe8b3d chore: update node version and lockfile Simon 2026-06-02 17:11:18 +08:00
  • ebd8ec5ae7 chore: upgrade deps Simon 2026-05-28 16:06:15 +08:00
  • e525e4c6dd fix: report actual wait duration linked-danis 2026-05-18 14:53:24 +02:00
  • 903c2a736c fix: return booleans from scroll predicates linked-danis 2026-05-18 14:51:59 +02:00
  • 482190777c fix(website): normalize trailing slash in sidebar location comparison Toly 2026-05-16 21:03:51 +08:00
  • ebc785d1fe chore(version): bump version to 1.8.2 Simon 2026-05-11 19:40:30 +08:00
  • ba932283f2 Merge pull request #501 from alibaba/feat/iife-cdn-without-auto-init Simon 2026-05-11 19:39:19 +08:00
  • f05bf68f61 docs: ?autoInit=false docs Simon 2026-05-11 19:28:49 +08:00
  • 35ab12a20a feat: add autoInit switch for IIFE demo Simon 2026-05-11 19:20:52 +08:00
  • fd7c54a695 Merge pull request #500 from alibaba/fix/demo-showpanel-type Simon 2026-05-11 19:06:35 +08:00
  • eafd834daf fix(page-agent): keep demo showPanel out of config type Simon 2026-05-11 19:05:27 +08:00
  • f575ae0fa4 feat: add showPanel switch to IIFE demo Feffery 2026-05-11 19:01:00 +08:00
  • 797c9f8575 Merge pull request #499 from alibaba/chore/upgrade-dependencies Simon 2026-05-11 17:23:36 +08:00