Skip to content

Commit ad70e86

Browse files
committed
feat: Bump version to v0.5.2 for release
1 parent 1629efe commit ad70e86

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to Ripperdoc will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.2] - 2026-03-09
9+
10+
### Added
11+
- **SOCKS proxy support** - Added `httpx[socks]` dependency for SOCKS proxy support
12+
- **Anthropic prompt caching** - Unified system prompt handling with Anthropic prompt caching support
13+
- **Enhanced export formats** - Improved export formats with plan mode and MCP SDK support enhancements
14+
- **OAuth customization** - Expanded OAuth customization options for providers
15+
- **Graceful abort support** - Support for graceful abort and foreground-to-background subagent handoff
16+
17+
### Changed
18+
- **Tool defaults enhancement** - Enhanced tool defaults with async support and expanded LSP/MCP capabilities
19+
- **Thinking mode controls** - Enhanced thinking mode controls with provider-specific configuration
20+
- **Stdio signal handling** - Improved stdio signal handling and MCP schema coercion
21+
- **Type safety improvements** - Enhanced type safety throughout the codebase
22+
- **Message handling alignment** - Aligned message handling with Claude Code patterns
23+
- **Session message handling** - Cache attribute lookups in session message handling for better performance
24+
25+
### Fixed
26+
- **Tool-set filtering** - Decoupled tool-set filtering from permission controls and wired disallowed_tools properly
27+
- **Built-in tools preservation** - Fixed built-in tools preservation when "default" tools preset is active
28+
- **Tmux worktree support** - Synchronized tmux worktree support with CLI main function
29+
- **OpenAI tool history** - Enhanced OpenAI tool history sanitization
30+
831
## [0.5.1] - 2026-03-05
932

1033
### Added
@@ -503,6 +526,7 @@ This release includes major architectural changes that introduce **incompatible
503526
- Simple command execution
504527
- Basic project navigation
505528

529+
[0.5.2]: https://github.com/quantmew/Ripperdoc/compare/v0.5.1...v0.5.2
506530
[0.5.1]: https://github.com/quantmew/Ripperdoc/compare/v0.5.0...v0.5.1
507531
[0.5.0]: https://github.com/quantmew/Ripperdoc/compare/v0.4.5...v0.5.0
508532
[0.4.5]: https://github.com/quantmew/Ripperdoc/compare/v0.4.4...v0.4.5

ripperdoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Ripperdoc - AI-powered coding agent."""
22

3-
__version__ = "0.5.1"
3+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)