claude-threads 1.3.2 → 1.4.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 CHANGED
@@ -5,6 +5,32 @@ 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.1] - 2026-01-18
9
+
10
+ ### Fixed
11
+ - **npm publish failure** - Fixed override conflict for hono dependency that caused npm publish to fail
12
+
13
+ ## [1.4.0] - 2026-01-18
14
+
15
+ ### Added
16
+ - **Tool formatters for additional MCP tools** - New formatters for shell, notebook, playwright, figma, and context7 tools (#237)
17
+ - `TaskOutput`, `KillShell`, `BashOutput` for shell operations
18
+ - `NotebookEdit` for Jupyter notebook operations
19
+ - Playwright browser automation tools (navigate, screenshot, wait, etc.)
20
+ - Figma design tools (screenshot, metadata, design context)
21
+ - Context7 documentation tools (resolve-library-id, query-docs)
22
+ - **Commands in first message** - `!commands` now work in the initial session message (#236)
23
+ - Supports `!permissions`, `!cd`, `!worktree`, `!invite`, `!context`
24
+ - Example: `@bot !permissions skip` starts session without permission prompts
25
+ - **Skill tool formatter** - Display for `/skill` commands showing skill name and arguments (#234)
26
+
27
+ ### Security
28
+ - **Security audit fixes and Trivy CI integration** - Added npm audit and Trivy scanning to CI workflow (#235)
29
+ - Fixed path traversal vulnerability in thread logger
30
+ - Fixed prototype pollution in thread logger
31
+ - Sanitized worktree branch names to prevent git command injection
32
+ - Sanitized session IDs to prevent directory traversal
33
+
8
34
  ## [1.3.2] - 2026-01-17
9
35
 
10
36
  ### Changed