Skip to content

Commit cd1ce53

Browse files
author
cellwebb
committed
chore(version): bump version from 4.20.1 to 4.20.2
1 parent 314c4d9 commit cd1ce53

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [4.20.2] - 2025-12-12
4+
5+
### What's New
6+
7+
- Six new specialty subagents: architect, debugger, security, performance, integrator, and researcher
8+
- Track your token usage and estimated costs with detailed session reports
9+
10+
### Improvements
11+
12+
- Enhanced safety rules for file deletion to better protect your data
13+
- Simplified subagent model selection - now fully user-controlled
14+
- Cleaner status display showing essential token metrics
15+
16+
### Bug Fixes
17+
18+
- Fixed token tracking to prevent double-counting and ensure accurate usage
19+
- Fixed /subagent command bug that was causing errors
20+
321
## [4.20.1] - 2025-12-12
422

523
### Improvements

src/clippy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for clippy-code."""
22

3-
__version__ = "4.20.1"
3+
__version__ = "4.20.2"

0 commit comments

Comments
 (0)