claude-threads 0.40.0 → 0.40.1
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 +5 -0
- package/README.md +4 -0
- package/dist/index.js +12511 -18171
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.40.1] - 2026-01-07
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- **Dependency updates** - Updated ink (5.2.1 → 6.6.0) and react (18.3.1 → 19.2.3)
|
|
14
|
+
|
|
10
15
|
## [0.40.0] - 2026-01-07
|
|
11
16
|
|
|
12
17
|
### Added
|
package/README.md
CHANGED
|
@@ -8,7 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/claude-threads)
|
|
10
10
|
[](https://www.npmjs.com/package/claude-threads)
|
|
11
|
+
[](https://github.com/anneschuth/claude-threads/actions/workflows/ci.yml)
|
|
11
12
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
13
|
+
[](https://bun.sh/)
|
|
14
|
+
[](https://www.typescriptlang.org/)
|
|
15
|
+
[](https://github.com/anneschuth/claude-threads/pulls)
|
|
12
16
|
|
|
13
17
|
**Bring Claude Code to your team.** Run Claude Code on your machine, share it live in Mattermost or Slack. Colleagues can watch, collaborate, and run their own sessions—all from chat.
|
|
14
18
|
|