Simon
c89042f142
chore: wording
2026-03-20 15:36:10 +08:00
voidborne-d
2e18bd862d
refactor: use const for planASucceeded, clarify LinkedIn comment
2026-03-20 07:08:45 +00:00
adonis
0bc47a997d
feat(ext): rerun tasks from history
2026-03-19 23:54:08 +08:00
adonis
bcc7dfea2d
✨ feat(extension): export history sessions as json
2026-03-19 23:46:58 +08:00
Simon
ba242d3a1b
Merge pull request #311 from alibaba/feat/llms-ak-always-optional
...
feat: optional AK
2026-03-19 20:08:15 +08:00
Simon
fe82b11285
feat: AK optional
2026-03-19 19:50:05 +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
252f550c04
style(ext): fix ai-motion overflow; wording; launcher info
2026-03-18 20:25:54 +08:00
Simon
628c249d45
fix(ext): init without initialTab throws error
2026-03-18 19:36:02 +08:00
Simon
61d598142d
feat(ext): ask user approval for MCP task
2026-03-18 19:14:44 +08:00
Simon
c0510b2235
Merge pull request #294 from octo-patch/feature/upgrade-minimax-m27
...
feat: upgrade MiniMax default model to M2.7
2026-03-18 15:21:19 +08:00
Octopus
ca0005c825
feat: upgrade MiniMax default model to M2.7
...
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to model list
- Set MiniMax-M2.7 as default model in code example
- Keep all previous models as alternatives
2026-03-18 02:12:58 -05:00
Simon
17e92b6200
chore(version): bump version to 1.5.9
2026-03-18 03:45:56 +08:00
Simon
2e0cbef034
Merge pull request #283 from alibaba/feat/mcp
...
feat: mcp (WIP)
2026-03-18 03:42:44 +08:00
Simon
95b6785f05
feat(mcp): mark MCP package as private
2026-03-18 03:37:02 +08:00
Simon
2917941b13
feat(mcp): add TODO for version checking
2026-03-18 03:31:38 +08:00
Simon
31c496cc65
docs(mcp): add development instructions for mcp
2026-03-18 03:15:02 +08:00
Simon
cef39d5090
feat(mcp): MCP connector
2026-03-18 03:12:20 +08:00
Simon
3063b2a06d
feat(ext): hub protocol
2026-03-18 02:59:28 +08:00
Simon
d66a390516
chore(ext): add pub key to fix extension ID
2026-03-18 01:56:56 +08:00
Simon
aae6c93f11
fix(ext): useAgent execute return result
2026-03-18 01:55:09 +08:00
Simon
2f5476b76c
refactor(ext): mv ui components for later reuse
2026-03-17 19:11:13 +08:00
Simon
88ea2c6708
Merge pull request #221 from octo-patch/feature/add-minimax-provider
...
feat: add MiniMax model support with temperature clamping
2026-03-17 14:16:59 +08:00
Simon
37760a97df
Merge pull request #274 from alibaba/dependabot/npm_and_yarn/development-dependencies-8ef9c9264a
...
chore(deps-dev): bump the development-dependencies group with 10 updates
2026-03-17 14:09:18 +08:00
dependabot[bot]
de76d97303
chore(deps-dev): bump the development-dependencies group with 10 updates
...
Bumps the development-dependencies group with 10 updates:
| Package | From | To |
| --- | --- | --- |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) | `20.4.3` | `20.5.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) | `20.4.3` | `20.5.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `25.4.0` | `25.5.0` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc ) | `4.2.3` | `4.3.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged ) | `16.3.2` | `16.4.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) | `8.57.0` | `8.57.1` |
| [@wxt-dev/module-react](https://github.com/wxt-dev/wxt/tree/HEAD/packages/module-react ) | `1.2.1` | `1.2.2` |
| [motion](https://github.com/motiondivision/motion ) | `12.35.2` | `12.37.0` |
| [simple-icons](https://github.com/simple-icons/simple-icons ) | `16.11.0` | `16.12.0` |
| [wxt](https://github.com/wxt-dev/wxt ) | `0.20.18` | `0.20.19` |
Updates `@commitlint/cli` from 20.4.3 to 20.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/cli )
Updates `@commitlint/config-conventional` from 20.4.3 to 20.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/config-conventional )
Updates `@types/node` from 25.4.0 to 25.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `@vitejs/plugin-react-swc` from 4.2.3 to 4.3.0
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.0/packages/plugin-react-swc )
Updates `lint-staged` from 16.3.2 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.3.2...v16.4.0 )
Updates `typescript-eslint` from 8.57.0 to 8.57.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.1/packages/typescript-eslint )
Updates `@wxt-dev/module-react` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/wxt-dev/wxt/releases )
- [Changelog](https://github.com/wxt-dev/wxt/blob/main/packages/module-react/CHANGELOG.md )
- [Commits](https://github.com/wxt-dev/wxt/commits/storage-v1.2.2/packages/module-react )
Updates `motion` from 12.35.2 to 12.37.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/motiondivision/motion/compare/v12.35.2...v12.37.0 )
Updates `simple-icons` from 16.11.0 to 16.12.0
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/16.11.0...16.12.0 )
Updates `wxt` from 0.20.18 to 0.20.19
- [Release notes](https://github.com/wxt-dev/wxt/releases )
- [Commits](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.18...wxt-v0.20.19 )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-version: 20.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@commitlint/config-conventional"
dependency-version: 20.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@types/node"
dependency-version: 25.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@vitejs/plugin-react-swc"
dependency-version: 4.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: lint-staged
dependency-version: 16.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: typescript-eslint
dependency-version: 8.57.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@wxt-dev/module-react"
dependency-version: 1.2.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: motion
dependency-version: 12.37.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: simple-icons
dependency-version: 16.12.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: wxt
dependency-version: 0.20.19
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 19:36:05 +00:00
Simon
92196ac793
chore(website): tailwind important; footer
2026-03-17 00:29:13 +08:00
Simon
80dda37f8c
fix: improve button cursor styles in UI components
2026-03-16 23:23:27 +08:00
Simon
5e7fe18463
docs(website): clean up
2026-03-16 23:14:48 +08:00
Simon
3d014f15e7
chore(version): bump version to 1.5.8
2026-03-16 22:52:32 +08:00
Simon
ce8f0fdbd8
Merge pull request #273 from alibaba/feat/extension-control-curr-tab-group
...
feat(ext): initial controlled group
2026-03-16 22:51:51 +08:00
Simon
48fede38fd
feat(ext): initialTab should be in controlled group; rm windowId; rm gray color
2026-03-16 20:51: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
53628532df
Merge pull request #251 from linked-danis/pr5-scrollintoview
2026-03-16 18:45:19 +08:00
Simon
2aae34d74a
Merge pull request #250 from linked-danis/pr2-step-delay
2026-03-16 17:50:50 +08:00
Simon
e27d1fb57f
fix(style): Tailwind important flag
2026-03-16 17:35:32 +08:00
octo-patch
8ad4d19232
feat: add MiniMax model support with temperature clamping
...
Add MiniMax (M2.5 / M2.5-highspeed) as a tested model provider:
- Add model-specific patch in utils.ts: clamp temperature to (0, 1]
since MiniMax API rejects temperature=0, and remove unsupported
parallel_tool_calls parameter
- Add MiniMax to the tested models list on the Models documentation page
- Add MiniMax configuration example alongside existing providers
2026-03-15 23:42:30 +00:00
Simon
0fa7dc0531
chore(version): bump version to 1.5.7
2026-03-13 22:02:02 +08:00
linked-danis
89546887bd
fix: type-safe scrollIntoViewIfNeeded
...
Add proper interface for WebKit extension method.
Changes:
- Add ScrollableElement interface
- Use typeof check instead of 'as any' cast
2026-03-13 14:22:47 +01: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
5ed5d574fd
Merge pull request #248 from alibaba/split/pr-207-simulator-mask-css
2026-03-13 21:07:26 +08:00
Simon
bde9d9023a
Merge pull request #247 from alibaba/split/pr-207-validate-url
...
fix: validate URL in fetchLlmsTxt
2026-03-13 21:05:10 +08:00
Simon
c8a8858d24
fix(llms): edge cases
2026-03-13 21:03:29 +08:00
linked-danis
6491118cde
refactor: SimulatorMask use CSS classes
...
Replace inline style.display with CSS class toggling.
Changes:
- Add .visible class to CSS module
- Use classList.add/remove instead of style.display
(cherry picked from commit 33465bbf520b65908c18d8022f259803253a7621)
2026-03-13 20:44:34 +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
Simon
5695b3d6aa
chore(website): add social media link; add star
2026-03-13 20:23:13 +08:00
Simon
0a160697d1
docs(terms): add Permitted Use Only
2026-03-13 19:16:20 +08:00
Wen
11d3ca3d6e
fix: typos and grammar in system prompts and source code
2026-03-13 01:32:34 +00:00