claude-threads 0.48.10 → 0.48.12
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 +375 -421
- 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.12] - 2026-01-09
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- **Graceful platform connection failures** - Bot no longer crashes when one platform fails to connect. Failed platforms are automatically disabled and the bot continues with remaining platforms. Only crashes if ALL platforms fail to connect.
|
|
14
|
+
|
|
15
|
+
## [0.48.11] - 2026-01-09
|
|
16
|
+
|
|
17
|
+
### Reverted
|
|
18
|
+
- **Sticky plan approval message** - Reverted #142 due to plan mode issues
|
|
19
|
+
|
|
10
20
|
## [0.48.10] - 2026-01-09
|
|
11
21
|
|
|
12
22
|
### Changed
|