Release v0.9.10 - Tool output improvements and bug fixes

- Tool headers now display all arguments for better visibility
- New edit_file_patch features: regex, line_start/line_end, replace_all

- Better tool output formatting with consistent headers
- JSON recovery for truncated tool arguments
- Allow bash operators (&&, ||, ;, &) directly in commands
- Whitespace normalization for flexible string matching

- Fixed compression to properly split at 50% instead of 1 message
- Fixed tool call sync issues
- Fixed orphaned tool results
- Prevent infinite loop in compression

- Context compression now fully automatic
- Tool descriptions now use get_description() method
- Added output_styles.md documentation

- Updated SystemPromptBuilder with new parameters
- Added context compression documentation