Skip to content

Commit d0b38ef

Browse files
committed
chore(release): prepare v0.4.4 release
- Update CHANGELOG with v0.4.4 changes - Bump version to 0.4.4 in README and __init__.py - Sync model catalog with latest LiteLLM updates (Claude Sonnet 4-6, Gemini 3.1, etc.) Generated with Ripperdoc Co-Authored-By: Ripperdoc
1 parent 375aea0 commit d0b38ef

5 files changed

Lines changed: 4128 additions & 990 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.4.4] - 2026-02-23
9+
10+
### Added
11+
- **Diff preview for edit permissions** - Edit and MultiEdit permission prompts now show a diff preview before applying changes
12+
- **Adaptive onboarding palette** - Onboarding UI automatically adapts to light/dark terminal backgrounds using COLORFGBG detection
13+
- **Theme-aware diff styles** - Choice UI diff styles now follow the active theme for consistent appearance
14+
- **Restart notice for theme switching** - `/themes` command now displays a restart notice when switching themes
15+
16+
### Changed
17+
- **EditResultRenderer improvement** - Now formats raw unified diff lines with line numbers instead of using preformatted tags
18+
- **Tool count update** - Updated documentation to reflect 30+ built-in tools (was 26+)
19+
820
## [0.4.3] - 2026-02-15
921

1022
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _an open-source, extensible AI coding agent that runs in your terminal_
1515
<img src="https://img.shields.io/github/stars/quantmew/ripperdoc.svg" alt="GitHub stars">
1616
</a>
1717
<a href="https://pypi.org/project/ripperdoc/">
18-
<img src="https://img.shields.io/badge/version-0.4.3-orange.svg">
18+
<img src="https://img.shields.io/badge/version-0.4.4-orange.svg">
1919
</a>
2020
</p>
2121

0 commit comments

Comments
 (0)