page-agent 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -25,8 +25,8 @@ The GUI Agent Living in Your Webpage. Control web interfaces with natural langua
25
25
  - **📖 Text-based DOM manipulation**
26
26
  - No screenshots. No multi-modal LLMs or special permissions needed.
27
27
  - **🧠 Bring your own LLMs**
28
- - **🎨 Pretty UI with human-in-the-loop**
29
28
  - **🐙 Optional [chrome extension](https://alibaba.github.io/page-agent/docs/features/chrome-extension) for multi-page tasks.**
29
+ - [MCP Server (Beta)](https://alibaba.github.io/page-agent/docs/features/mcp-server)
30
30
 
31
31
  ## 💡 Use Cases
32
32
 
@@ -49,8 +49,8 @@ Fastest way to try PageAgent with our free Demo LLM:
49
49
 
50
50
  | Mirrors | URL |
51
51
  | ------- | ---------------------------------------------------------------------------------- |
52
- | Global | https://cdn.jsdelivr.net/npm/page-agent@1.6.0/dist/iife/page-agent.demo.js |
53
- | China | https://registry.npmmirror.com/page-agent/1.6.0/files/dist/iife/page-agent.demo.js |
52
+ | Global | https://cdn.jsdelivr.net/npm/page-agent@1.6.1/dist/iife/page-agent.demo.js |
53
+ | China | https://registry.npmmirror.com/page-agent/1.6.1/files/dist/iife/page-agent.demo.js |
54
54
 
55
55
  ### NPM Installation
56
56
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "page-agent",
3
3
  "private": false,
4
- "version": "1.6.0",
4
+ "version": "1.6.1",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/page-agent.js",
7
7
  "module": "./dist/esm/page-agent.js",
@@ -44,10 +44,10 @@
44
44
  "postpublish": "node -e \"['README.md','LICENSE'].forEach(f=>{try{require('fs').unlinkSync(f)}catch{}})\""
45
45
  },
46
46
  "dependencies": {
47
- "@page-agent/core": "1.6.0",
48
- "@page-agent/llms": "1.6.0",
49
- "@page-agent/page-controller": "1.6.0",
50
- "@page-agent/ui": "1.6.0",
47
+ "@page-agent/core": "1.6.1",
48
+ "@page-agent/llms": "1.6.1",
49
+ "@page-agent/page-controller": "1.6.1",
50
+ "@page-agent/ui": "1.6.1",
51
51
  "chalk": "^5.6.2"
52
52
  },
53
53
  "peerDependencies": {