claude-threads 1.30.1 → 1.30.2

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,11 @@ 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.30.2] - 2026-08-29
9
+
10
+ ### Changed
11
+ - **Latest verified Claude CLI: 2.1.251** (from 2.1.226). The full verification battery ran against it: all 17 reference event streams re-captured (`tests/integration/fixtures/real-cli-captures/`), structural dialect diff against the 2.1.226 captures, and the decision-bridge e2e. Dialect drift found and verified benign: a new top-level `autocompact_state` event and a new `system/task_summary` subtype (both ignored by the bot), and the post-compact `user` echo events are no longer emitted (the bot never consumed them). Deployments on current CLIs no longer show the "⚠️ untested" warning.
12
+
8
13
  ## [1.30.1] - 2026-08-28
9
14
 
10
15
  ### Security
package/dist/index.js CHANGED
@@ -4221,7 +4221,7 @@ function validateClaudeCli() {
4221
4221
  rawOutput: result.rawOutput ?? undefined
4222
4222
  };
4223
4223
  }
4224
- var import_semver, COMMON_CLAUDE_PATHS, CLAUDE_CLI_MIN_VERSION = "2.0.74", CLAUDE_CLI_VERIFIED_RANGE = ">=2.0.74 <2.2.0", CLAUDE_CLI_SUPPORTED_MAJOR = 2, CLAUDE_CLI_LATEST_VERIFIED = "2.1.226", discoveredClaudePath = null;
4224
+ var import_semver, COMMON_CLAUDE_PATHS, CLAUDE_CLI_MIN_VERSION = "2.0.74", CLAUDE_CLI_VERIFIED_RANGE = ">=2.0.74 <2.2.0", CLAUDE_CLI_SUPPORTED_MAJOR = 2, CLAUDE_CLI_LATEST_VERIFIED = "2.1.251", discoveredClaudePath = null;
4225
4225
  var init_version_check = __esm(() => {
4226
4226
  import_semver = __toESM(require_semver2(), 1);
4227
4227
  COMMON_CLAUDE_PATHS = process.platform === "win32" ? [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-threads",
3
- "version": "1.30.1",
3
+ "version": "1.30.2",
4
4
  "description": "Run Claude Code from Slack or Mattermost. Sessions stream live into threads where your whole team can watch and steer.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",