claude-threads 0.60.0 → 0.61.0

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
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.61.0] - 2026-01-11
11
+
12
+ ### Added
13
+ - **Configurable limits via config.yaml** - Session limits, timeouts, and cleanup intervals can now be configured in the `limits` section (#193)
14
+ - `maxSessions`, `sessionTimeoutMinutes`, `sessionWarningMinutes`
15
+ - `cleanupIntervalMinutes`, `maxWorktreeAgeHours`, `cleanupWorktrees`
16
+ - `permissionTimeoutSeconds` - now properly wired to MCP server (was broken)
17
+ - **Advanced settings wizard** - `--setup` now includes "Advanced settings" option with grouped questions (#193)
18
+ - Session Limits: max sessions, timeouts, permission timeout, keepAlive toggle
19
+ - Cleanup Settings: intervals, worktree cleanup, thread log settings
20
+ - Conditional questions skip irrelevant settings (e.g., worktree age when cleanup disabled)
21
+ - **keepAlive in advanced settings** - Prevent system sleep setting now configurable via wizard (#193)
22
+
23
+ ### Fixed
24
+ - **Permission timeout bug** - `permissionTimeoutSeconds` was in config but not passed to MCP server (#193)
25
+ - **Readable YAML config** - Config files now use proper block-style YAML instead of JSON-like flow style (#193)
26
+ - **Config summary shows advanced settings** - Preview before saving now displays non-default advanced settings (#193)
27
+ - **Aligned log output** - Shortened logger component names to prevent column misalignment (#192)
28
+ - `auto-update` → `updater`, `git-worktree` → `git-wt`, `post-helpers` → `post`, etc.
29
+
10
30
  ## [0.60.0] - 2026-01-11
11
31
 
12
32
  ### Added