claude-threads 0.48.8 → 0.48.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.js +420 -368
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.48.10] - 2026-01-09
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- **Support Claude CLI 2.1.x** - Updated version compatibility range from `>=2.0.74 <=2.1.1` to `>=2.0.74 <2.2.0` to support all 2.1.x releases
|
|
14
|
+
|
|
15
|
+
## [0.48.9] - 2026-01-08
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- **Sticky plan approval message** - Plan approval messages now stay at the bottom of the thread while pending (similar to task list), with a horizontal rule for visual separation. This improves UX by keeping the approval prompt visible below the plan content (#142)
|
|
19
|
+
|
|
10
20
|
## [0.48.8] - 2026-01-08
|
|
11
21
|
|
|
12
22
|
### Fixed
|