chore(version): bump version to 1.12.0

This commit is contained in:
Simon
2026-07-09 15:50:06 +08:00
parent 33dcf67252
commit 29fee0012a
14 changed files with 52 additions and 47 deletions
+3 -3
View File
@@ -56,7 +56,7 @@ Fastest way to try PageAgent with our free Demo LLM:
```html
<script
src="https://cdn.jsdelivr.net/npm/page-agent@1.11.0/dist/iife/page-agent.demo.js"
src="https://cdn.jsdelivr.net/npm/page-agent@1.12.0/dist/iife/page-agent.demo.js"
crossorigin="anonymous"
></script>
```
@@ -65,8 +65,8 @@ Fastest way to try PageAgent with our free Demo LLM:
| Mirrors | URL |
| ------- | ----------------------------------------------------------------------------------- |
| Global | https://cdn.jsdelivr.net/npm/page-agent@1.11.0/dist/iife/page-agent.demo.js |
| China | https://registry.npmmirror.com/page-agent/1.11.0/files/dist/iife/page-agent.demo.js |
| Global | https://cdn.jsdelivr.net/npm/page-agent@1.12.0/dist/iife/page-agent.demo.js |
| China | https://registry.npmmirror.com/page-agent/1.12.0/files/dist/iife/page-agent.demo.js |
Add `?autoInit=false` to load the script without creating the demo agent automatically. You can then instantiate it with `new window.PageAgent(...)`.
+5
View File
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.12.0] - 2026-07-09
- **Stateless extension tab sync** - TabsController pulls tab state on demand instead of long-lived ports, so the MV3 service worker stays stateless and survives idle kills without stalling the side panel.
- **Tab status in agent context** - Tab summaries now include each tab's loading status for the LLM.
## [1.11.0] - 2026-07-03
### Features
+3 -3
View File
@@ -55,7 +55,7 @@
```html
<script
src="https://cdn.jsdelivr.net/npm/page-agent@1.11.0/dist/iife/page-agent.demo.js"
src="https://cdn.jsdelivr.net/npm/page-agent@1.12.0/dist/iife/page-agent.demo.js"
crossorigin="anonymous"
></script>
```
@@ -64,8 +64,8 @@
| Mirrors | URL |
| ------- | ----------------------------------------------------------------------------------- |
| Global | https://cdn.jsdelivr.net/npm/page-agent@1.11.0/dist/iife/page-agent.demo.js |
| China | https://registry.npmmirror.com/page-agent/1.11.0/files/dist/iife/page-agent.demo.js |
| Global | https://cdn.jsdelivr.net/npm/page-agent@1.12.0/dist/iife/page-agent.demo.js |
| China | https://registry.npmmirror.com/page-agent/1.12.0/files/dist/iife/page-agent.demo.js |
在 URL 后添加 `?autoInit=false` 可只加载脚本,不自动创建 Demo Agent;之后可通过 `new window.PageAgent(...)` 手动初始化。
+20 -20
View File
@@ -1,12 +1,12 @@
{
"name": "root",
"version": "1.11.0",
"version": "1.12.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "root",
"version": "1.11.0",
"version": "1.12.0",
"license": "MIT",
"workspaces": [
"packages/page-controller",
@@ -11414,11 +11414,11 @@
},
"packages/core": {
"name": "@page-agent/core",
"version": "1.11.0",
"version": "1.12.0",
"license": "MIT",
"dependencies": {
"@page-agent/llms": "1.11.0",
"@page-agent/page-controller": "1.11.0",
"@page-agent/llms": "1.12.0",
"@page-agent/page-controller": "1.12.0",
"chalk": "^5.6.2"
},
"devDependencies": {
@@ -11430,13 +11430,13 @@
},
"packages/extension": {
"name": "@page-agent/ext",
"version": "1.11.0",
"version": "1.12.0",
"hasInstallScript": true,
"dependencies": {
"@page-agent/core": "1.11.0",
"@page-agent/llms": "1.11.0",
"@page-agent/page-controller": "1.11.0",
"@page-agent/ui": "1.11.0",
"@page-agent/core": "1.12.0",
"@page-agent/llms": "1.12.0",
"@page-agent/page-controller": "1.12.0",
"@page-agent/ui": "1.12.0",
"ai-motion": "^0.4.8",
"chalk": "^5.6.2"
},
@@ -11474,7 +11474,7 @@
},
"packages/llms": {
"name": "@page-agent/llms",
"version": "1.11.0",
"version": "1.12.0",
"license": "MIT",
"dependencies": {
"chalk": "^5.6.2"
@@ -11488,7 +11488,7 @@
},
"packages/mcp": {
"name": "@page-agent/mcp",
"version": "1.11.0",
"version": "1.12.0",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
@@ -11503,13 +11503,13 @@
}
},
"packages/page-agent": {
"version": "1.11.0",
"version": "1.12.0",
"license": "MIT",
"dependencies": {
"@page-agent/core": "1.11.0",
"@page-agent/llms": "1.11.0",
"@page-agent/page-controller": "1.11.0",
"@page-agent/ui": "1.11.0",
"@page-agent/core": "1.12.0",
"@page-agent/llms": "1.12.0",
"@page-agent/page-controller": "1.12.0",
"@page-agent/ui": "1.12.0",
"chalk": "^5.6.2"
},
"devDependencies": {
@@ -11521,7 +11521,7 @@
},
"packages/page-controller": {
"name": "@page-agent/page-controller",
"version": "1.11.0",
"version": "1.12.0",
"license": "MIT",
"dependencies": {
"ai-motion": "^0.4.8"
@@ -11529,12 +11529,12 @@
},
"packages/ui": {
"name": "@page-agent/ui",
"version": "1.11.0",
"version": "1.12.0",
"license": "MIT"
},
"packages/website": {
"name": "@page-agent/website",
"version": "1.11.0",
"version": "1.12.0",
"devDependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-separator": "^1.1.11",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "1.11.0",
"version": "1.12.0",
"type": "module",
"workspaces": [
"packages/page-controller",
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@page-agent/core",
"private": false,
"version": "1.11.0",
"version": "1.12.0",
"type": "module",
"main": "./src/PageAgentCore.ts",
"types": "./src/PageAgentCore.ts",
@@ -55,8 +55,8 @@
},
"dependencies": {
"chalk": "^5.6.2",
"@page-agent/llms": "1.11.0",
"@page-agent/page-controller": "1.11.0"
"@page-agent/llms": "1.12.0",
"@page-agent/page-controller": "1.12.0"
},
"peerDependencies": {
"zod": "^3.25.0 || ^4.0.0"
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@page-agent/ext",
"private": true,
"version": "1.11.0",
"version": "1.12.0",
"type": "module",
"scripts": {
"dev": "wxt",
@@ -38,10 +38,10 @@
"wxt": "^0.20.27"
},
"dependencies": {
"@page-agent/core": "1.11.0",
"@page-agent/llms": "1.11.0",
"@page-agent/page-controller": "1.11.0",
"@page-agent/ui": "1.11.0",
"@page-agent/core": "1.12.0",
"@page-agent/llms": "1.12.0",
"@page-agent/page-controller": "1.12.0",
"@page-agent/ui": "1.12.0",
"ai-motion": "^0.4.8",
"chalk": "^5.6.2"
},
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@page-agent/llms",
"version": "1.11.0",
"version": "1.12.0",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@page-agent/mcp",
"private": false,
"version": "1.11.0",
"version": "1.12.0",
"type": "module",
"bin": {
"page-agent-mcp": "src/index.js"
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "page-agent",
"private": false,
"version": "1.11.0",
"version": "1.12.0",
"type": "module",
"main": "./src/PageAgent.ts",
"types": "./src/PageAgent.ts",
@@ -54,10 +54,10 @@
"postpublish": "node ../../scripts/post-publish.js"
},
"dependencies": {
"@page-agent/core": "1.11.0",
"@page-agent/llms": "1.11.0",
"@page-agent/page-controller": "1.11.0",
"@page-agent/ui": "1.11.0",
"@page-agent/core": "1.12.0",
"@page-agent/llms": "1.12.0",
"@page-agent/page-controller": "1.12.0",
"@page-agent/ui": "1.12.0",
"chalk": "^5.6.2"
},
"peerDependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@page-agent/page-controller",
"version": "1.11.0",
"version": "1.12.0",
"type": "module",
"main": "./src/PageController.ts",
"types": "./src/PageController.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@page-agent/ui",
"version": "1.11.0",
"version": "1.12.0",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@page-agent/website",
"private": true,
"version": "1.11.0",
"version": "1.12.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
+2 -2
View File
@@ -1,8 +1,8 @@
// Demo build (auto-init with demo LLM, for quick testing)
export const CDN_DEMO_URL =
'https://cdn.jsdelivr.net/npm/page-agent@1.11.0/dist/iife/page-agent.demo.js'
'https://cdn.jsdelivr.net/npm/page-agent@1.12.0/dist/iife/page-agent.demo.js'
export const CDN_DEMO_CN_URL =
'https://registry.npmmirror.com/page-agent/1.11.0/files/dist/iife/page-agent.demo.js'
'https://registry.npmmirror.com/page-agent/1.12.0/files/dist/iife/page-agent.demo.js'
// Demo LLM for website testing (homepage quick trial uses flash)
export const DEMO_MODEL = 'qwen3.5-flash'