claude-threads 1.4.4 → 1.4.6
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 +15 -0
- package/dist/index.js +587 -466
- package/dist/mcp/permission-server.js +19 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.4.6] - 2026-01-29
|
|
9
|
+
|
|
10
|
+
### Security
|
|
11
|
+
- **Bump hono to 4.11.7** - Resolves 4 moderate audit vulnerabilities (GHSA-9r54, GHSA-w332, GHSA-6wqw, GHSA-r354)
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
- **Bump production dependencies** - commander 14.0.2, diff 8.0.3, hono 4.11.7, semver 7.7.3, zod 3.25.76 (#248)
|
|
15
|
+
- **Bump dev dependencies** - @types/bun, @types/node 25.0.3, @types/react 19.2.7, eslint 9.39.2 (#247)
|
|
16
|
+
- **Bump trivy-action** - aquasecurity/trivy-action from 0.31.0 to 0.33.1 (#243)
|
|
17
|
+
|
|
18
|
+
## [1.4.5] - 2026-01-18
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
- **Worktree switch with prompt** - `!worktree switch branch prompt text` now switches to existing worktree and starts session with the prompt (#242)
|
|
22
|
+
|
|
8
23
|
## [1.4.4] - 2026-01-18
|
|
9
24
|
|
|
10
25
|
### Fixed
|