Conversation
…, 1989, 1991, 1993 [skip ci] Fixes: - #1979: Add --pretty flag to format JSON responses in scrape command - #1980: Add XML formatting support with --pretty flag in scrape command - #1981: Add description length validation (max 1000 chars) in agent create - #1983: Improve panic hook to detect and show helpful messages for resource limit errors - #1985: Improve timeout error messages to clearly state the timeout duration - #1987: Validate header values don't exceed 8KB HTTP spec limit - #1988: Warn about duplicate headers in scrape command - #1989: Use safe_println! in mcp debug to handle broken pipe gracefully - #1991: Add --full flag to show full model IDs without truncation - #1993: Add --sort flag (id, name, provider) to models list command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Batch fix for multiple bounty issues.
Issues Fixed
Changes
--prettyflag for JSON/XML formatting, header length validation (8KB max), duplicate header warnings, improved timeout error messagessafe_println!macro to handle broken pipe errors gracefully--sortflag (id, name, provider) and--fullflag for full model IDs