claude-threads 1.4.2 → 1.4.4

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 CHANGED
@@ -5,6 +5,19 @@ 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.4] - 2026-01-18
9
+
10
+ ### Fixed
11
+ - **Worktree commands in root messages** - `!worktree list` now works without a session, `!worktree branch-name` now starts session without requiring additional prompt (#241)
12
+
13
+ ## [1.4.3] - 2026-01-18
14
+
15
+ ### Added
16
+ - **Typing indicator on thread start** - Show typing indicator immediately when a new thread starts (#239)
17
+
18
+ ### Fixed
19
+ - **Worktree subcommands in root messages** - Commands like `!worktree list` and `!worktree clean` now work in the first message when @mentioning the bot (#240)
20
+
8
21
  ## [1.4.2] - 2026-01-18
9
22
 
10
23
  ### Fixed