@xuanwo/xurl 0.0.26-win32-x64 → 0.0.27-linux-arm64

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
@@ -155,6 +155,14 @@ xurl [OPTIONS] <URI>
155
155
  - stdin: `-d @-`
156
156
  - `-o, --output <PATH>`: write command output to file.
157
157
 
158
+ ## Error Output
159
+
160
+ `xurl` writes actionable stderr errors for agents:
161
+
162
+ - unsupported providers and unsupported capabilities include `requested_uri`, suggested `next_steps`, and the GitHub issue link for requesting support
163
+ - missing local data includes evidence such as `searched_roots` so the next recovery step is explicit
164
+ - provider CLI failures include the command, exit code, and concrete retry guidance
165
+
158
166
  ## URI Reference
159
167
 
160
168
  ### Agents URI
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@xuanwo/xurl",
3
- "version": "0.0.26-win32-x64",
3
+ "version": "0.0.27-linux-arm64",
4
4
  "license": "Apache-2.0",
5
5
  "os": [
6
- "win32"
6
+ "linux"
7
7
  ],
8
8
  "cpu": [
9
- "x64"
9
+ "arm64"
10
10
  ],
11
11
  "files": [
12
12
  "vendor"