claude-threads 1.0.7 → 1.0.9

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,23 @@ 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.0.9] - 2026-01-14
9
+
10
+ ### Added
11
+ - **Support file attachments beyond images** - Added support for PDF, text, and gzip file attachments (#216)
12
+ - PDF files: Sent as document content blocks (32MB max)
13
+ - Text files: .txt, .md, .json, .csv, .xml, .yaml, and source code files (1MB max)
14
+ - Gzip files: Automatically decompressed and processed based on content type
15
+ - User feedback: Helpful messages for skipped/unsupported files with suggestions
16
+
17
+ ### Changed
18
+ - **Dependency updates** - Updated actions/checkout to v6, actions/upload-pages-artifact to v4, hono to 4.11.4
19
+
20
+ ## [1.0.8] - 2026-01-13
21
+
22
+ ### Fixed
23
+ - **Maximize content per message when height-splitting** - Split algorithm now finds the optimal breakpoint to maximize content per message, instead of splitting at the first available breakpoint. Previously would split after Part 1 when Parts 1-4 could fit together.
24
+
8
25
  ## [1.0.7] - 2026-01-13
9
26
 
10
27
  ### Fixed