Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,14 @@ xurl [OPTIONS] <URI>
- stdin: `-d @-`
- `-o, --output <PATH>`: write command output to file.

## Error Output

`xurl` writes actionable stderr errors for agents:

- unsupported providers and unsupported capabilities include `requested_uri`, suggested `next_steps`, and the GitHub issue link for requesting support
- missing local data includes evidence such as `searched_roots` so the next recovery step is explicit
- provider CLI failures include the command, exit code, and concrete retry guidance

## URI Reference

### Agents URI
Expand Down
Loading