page-agent 1.0.0 β†’ 1.0.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.
package/README.md CHANGED
@@ -28,7 +28,7 @@ The GUI Agent Living in Your Webpage. Control web interfaces with natural langua
28
28
 
29
29
  And πŸ˜‰
30
30
 
31
- - **πŸ§ͺ `cross-page` control with an experimental chrome extension** - `-b feat/ext`
31
+ - **πŸ§ͺ `cross-page` control with an experimental chrome extension** - `packages/extension`
32
32
 
33
33
  πŸ‘‰ [**πŸ—ΊοΈ Roadmap**](https://github.com/alibaba/page-agent/issues/96)
34
34
 
@@ -40,7 +40,7 @@ Fastest way to try PageAgent with our free Demo LLM:
40
40
 
41
41
  ```html
42
42
  <script
43
- src="https://cdn.jsdelivr.net/npm/page-agent@1.0.0/dist/iife/page-agent.demo.js"
43
+ src="https://cdn.jsdelivr.net/npm/page-agent@1.0.1/dist/iife/page-agent.demo.js"
44
44
  crossorigin="true"
45
45
  ></script>
46
46
  ```
@@ -48,10 +48,10 @@ Fastest way to try PageAgent with our free Demo LLM:
48
48
  > - **⚠️ For technical evaluation only.** Demo LLM has rate limits and usage restrictions. May change without notice.
49
49
  > - **🌷 Bring your own LLM API.**
50
50
 
51
- | Mirrors | URL |
52
- | ------- | ----------------------------------------------------------------------------------------- |
53
- | Global | https://cdn.jsdelivr.net/npm/page-agent@1.0.0/dist/iife/page-agent.demo.js |
54
- | China | https://registry.npmmirror.com/page-agent/1.0.0/files/dist/iife/page-agent.demo.js |
51
+ | Mirrors | URL |
52
+ | ------- | ---------------------------------------------------------------------------------- |
53
+ | Global | https://cdn.jsdelivr.net/npm/page-agent@1.0.1/dist/iife/page-agent.demo.js |
54
+ | China | https://registry.npmmirror.com/page-agent/1.0.1/files/dist/iife/page-agent.demo.js |
55
55
 
56
56
  ### NPM Installation
57
57