xtctx 0.14.5 → 0.14.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project are documented in this file.
5
5
  The format is based on Keep a Changelog, and this project follows Semantic Versioning.
6
6
  This file is maintained automatically by Release Please.
7
7
 
8
+ ## [0.14.7](https://github.com/fstubner/xtctx/compare/xtctx-v0.14.6...xtctx-v0.14.7) (2026-08-23)
9
+
10
+
11
+ ### Miscellaneous
12
+
13
+ * **drift:** record new claude-code attachment and error fields ([#138](https://github.com/fstubner/xtctx/issues/138)) ([8b39a59](https://github.com/fstubner/xtctx/commit/8b39a5998421f8276a6b8b0f7a3530609e5a6d73))
14
+
15
+ ## [0.14.6](https://github.com/fstubner/xtctx/compare/xtctx-v0.14.5...xtctx-v0.14.6) (2026-08-23)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **drift:** stop the fingerprint reporting the sample as a change ([#136](https://github.com/fstubner/xtctx/issues/136)) ([c1cae16](https://github.com/fstubner/xtctx/commit/c1cae16c705b6f544d7933f6d089663a99508e92))
21
+
8
22
  ## [0.14.5](https://github.com/fstubner/xtctx/compare/xtctx-v0.14.4...xtctx-v0.14.5) (2026-08-23)
9
23
 
10
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xtctx",
3
- "version": "0.14.5",
3
+ "version": "0.14.7",
4
4
  "description": "Local cross-tool handoff for AI coding agents.",
5
5
  "type": "module",
6
6
  "bin": {