u1s1-cli 1.9.0 → 1.9.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/dist/tools.js +1 -1
  2. package/package.json +1 -1
package/dist/tools.js CHANGED
@@ -582,7 +582,7 @@ export function createFetchTool(cfg) {
582
582
  name: "web_fetch",
583
583
  label: "读取网页",
584
584
  description: "Fetch a URL and return its readable text content (HTML is stripped to text; JSON and plain text are returned as-is). Use it to read a page found via web_search, or any URL the user pasted. If the direct fetch fails or the page needs JavaScript, it automatically retries through a cloud headless browser. Long pages are returned in 30,000-character windows: when the result says it was truncated, call again with the same url and the offset it gives to read the next part.",
585
- promptSnippet: "抓取指定网址并转成可读文本",
585
+ promptSnippet: "Fetch a URL and convert it to readable text",
586
586
  promptGuidelines: [
587
587
  "Use web_fetch to read a specific URL, and web_search when you still need to find the URL.",
588
588
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "u1s1-cli",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "u1s1 — 有一说一,最省心的 AI 编程搭子。终端里用中文说需求,AI 帮你读文件、改代码、跑命令。",
5
5
  "type": "module",
6
6
  "bin": {