codeam-cli 2.15.0 → 2.15.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
@@ -4,6 +4,20 @@ All notable changes to `codeam-cli` are documented here.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [2.15.1] — 2026-05-17
8
+
9
+ ### Fixed
10
+
11
+ - **jetbrains-plugin:** Import terminalopsservice in controllertoolwindowfactory
12
+ - **cli:** Lazy-load node-pty + vendor darwin prebuilds (cli was crashing on mac)
13
+
14
+ ## [2.14.0] — 2026-05-17
15
+
16
+ ### Added
17
+
18
+ - **cli,vsc-plugin,jetbrains-plugin:** Search_files content search via git grep
19
+ - **cli:** Terminal handlers via node-pty (cross-platform, conpty on windows)
20
+
7
21
  ## [2.13.0] — 2026-05-16
8
22
 
9
23
  ### Added