Simon
9ed0a09194
feat(core): make execute_javascript honor AbortSignal
...
Expose the task AbortSignal as `signal` in the script scope so cooperative
code can cancel promptly, and re-check signal.throwIfAborted() after the
script settles to discard stale results.
Closes #537 .
2026-06-09 21:30:27 +08:00
Simon
daae28db34
test(core): add PageAgentCore lifecycle tests
2026-06-09 17:07:10 +08:00
Simon
3a2f0a41ec
chore(version): bump version to 1.9.0
2026-06-08 22:42:46 +08:00
Simon
552987eb56
fix(core): prevent concurrent execute() calls
2026-06-08 21:58:16 +08:00
Simon
4445bec08a
fix: abort may affect onAfterTask; clean up while loop
2026-06-08 19:46:19 +08:00
Simon
6530f0ef40
chore: cleanup; rm get abortSignal
2026-06-08 17:40:44 +08:00
Simon
f8676a5cc2
fix: throw unhonored AbortError & rm detection code for it
2026-06-08 17:27:05 +08:00
Simon
78b6e2ad3c
feat: all sync tools should respect aborting
2026-06-05 21:23:18 +08:00
Simon
90ff96ca15
fix: dts global declarations should not be bundled
2026-06-04 17:44:59 +08:00
Simon
fd12fb9f1b
refactor(llms): split AbortError out of InvokeError
2026-06-03 23:00:33 +08:00
Simon
fb8de08c39
fix(llms): fix abort handling and clean up retry logic
2026-06-03 22:44:54 +08:00
Simon
e7b93efda0
chore: typo
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 20:20:37 +08:00
Simon
ebc785d1fe
chore(version): bump version to 1.8.2
2026-05-11 19:40:30 +08:00
Simon
fb3ac4d454
chore: upgrade dependencies
2026-05-11 17:19:23 +08:00
Simon
90270fb76c
fix(ts): InvokeErrorType separate confusing value/type space
2026-04-28 15:57:51 +08:00
Simon
f5591dd3ea
chore(version): bump version to 1.8.1
2026-04-27 23:32:01 +08:00
Simon
5809fe3249
refactor(setup): consolidate prettier config and streamline CI
...
- Replace scattered .prettierignore files with a single root config
- Add scripts/ci.js to orchestrate lint, format, typecheck, commitlint, and build
- Simplify ci.yml to use ci.js and npm ci
- Apply prettier formatting to docs, locales, and HTML files
2026-04-16 17:04:23 +08:00
Simon
2ad2d06d01
chore(version): bump version to 1.8.0
2026-04-15 03:11:14 +08:00
Simon
78c829d955
fix: global helper functions redeclaration
2026-04-14 02:57:13 +08:00
Simon
5008345ce8
Merge pull request #425 from XePope/fix/autofixer-wait-fallback-format
...
fix(core): correct autoFixer wait fallback action format
2026-04-13 20:33:08 +08:00
Simon
acfb336a9a
fix: pre-publish and post-publish hooks
2026-04-12 03:16:13 +08:00
Simon
4d27d49752
refactor(setup): upgrade to TypeScript 6 with source-first monorepo resolution
2026-04-12 02:04:21 +08:00
XePope
b46693f525
fix(core): correct autoFixer wait fallback action format
2026-04-09 16:49:16 +08:00
Simon
e9784a16d0
chore: upgrade deps
2026-04-08 22:00:29 +08:00
Simon
4f80ec1459
refactor: upgrade ESLint 9→10 and simplify React lint toolchain
...
- Upgrade eslint and @eslint/js to v10
- Replace eslint-plugin-react-x + eslint-plugin-react-dom + eslint-plugin-react-hooks
with unified @eslint-react/eslint-plugin
- Raise dev Node.js requirement to ^22.13.0 || >=24 (runtime packages unaffected)
- Add .npmrc with engine-strict=true
- Move all @eslint-react rule overrides to eslint.config.js,
eliminating plugin-specific inline eslint-disable comments
- Fix real issues caught by new rules: useless assignments,
leaked setTimeout, ref naming, useState setter naming
2026-04-08 20:31:31 +08:00
Simon
cb55daf47d
chore(version): bump version to 1.7.1
2026-04-04 01:37:49 +08:00
Simon
85a33ac1a4
feat(controller): improve scroll action
2026-04-02 22:05:47 +08:00
Simon
6823e04ca9
chore(version): bump version to 1.7.0
2026-03-31 20:45:12 +08:00
Simon
c465fd8aa4
chore(version): bump version to 1.6.3
2026-03-30 22:29:03 +08:00
Simon
75bc69c0c0
chore(version): bump version to 1.6.2
2026-03-25 01:05:20 +08:00
Simon
eede819ea8
chore(version): bump version to 1.6.1
2026-03-22 03:27:51 +08:00
Simon
b6691b4732
chore(version): bump version to 1.6.0
2026-03-21 02:24:42 +08:00
Simon
bdf79b7c10
chore(version): bump version to 1.5.11
2026-03-18 20:45:19 +08:00
Simon
24eefdef23
chore(version): bump version to 1.5.10
2026-03-18 20:36:29 +08:00
Simon
17e92b6200
chore(version): bump version to 1.5.9
2026-03-18 03:45:56 +08:00
Simon
3d014f15e7
chore(version): bump version to 1.5.8
2026-03-16 22:52:32 +08:00
Simon
f303ed5fc5
Merge branch 'main' of https://github.com/alibaba/page-agent
2026-03-16 19:45:29 +08:00
Simon
6dbc33efd9
docs: limitation; readme; attribution
2026-03-16 19:45:14 +08:00
Simon
2aae34d74a
Merge pull request #250 from linked-danis/pr2-step-delay
2026-03-16 17:50:50 +08:00
Simon
0fa7dc0531
chore(version): bump version to 1.5.7
2026-03-13 22:02:02 +08:00
linked-danis
b0bcba2922
feat: add stepDelay config option
...
Add configurable delay between agent steps.
Previously hardcoded to 0.4s.
Changes:
- Add stepDelay?: number to AgentConfig
- Use config value with 0.4s default
2026-03-13 14:22:37 +01:00
Simon
618ae8bf14
Merge pull request #236 from Wizard-Guido/fix/some-typos-and-grammar
...
fix: typos and grammar in system prompts and source code
2026-03-13 21:13:40 +08:00
Simon
c8a8858d24
fix(llms): edge cases
2026-03-13 21:03:29 +08:00
linked-danis
b4acd02007
fix: validate URL in fetchLlmsTxt
...
Prevent crash on invalid URLs.
Changes:
- Wrap URL constructor in try/catch
- Return null for invalid URLs instead of throwing
(cherry picked from commit 8b0acf314d0d8c84d6bf896438136e09caf8ba42)
2026-03-13 20:44:14 +08:00
Wen
11d3ca3d6e
fix: typos and grammar in system prompts and source code
2026-03-13 01:32:34 +00:00
Simon
4aab7f991f
chore(version): bump version to 1.5.6
2026-03-12 00:53:10 +08:00
Simon
692ac4acca
chore(version): bump version to 1.5.5
2026-03-10 22:49:03 +08:00
Simon
b4ebb2b98f
chore(version): bump version to 1.5.4
2026-03-09 23:35:04 +08:00
Simon
15d609aebc
chore(version): bump version to 1.5.3
2026-03-09 17:02:34 +08:00
Simon
27e9e78636
chore(version): bump version to 1.5.2
2026-03-07 03:08:33 +08:00