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 +14 -0
- package/dist/index.js +255 -1392
- package/dist/vendor/node-pty/prebuilds/darwin-arm64/pty.node +0 -0
- package/dist/vendor/node-pty/prebuilds/darwin-arm64/spawn-helper +0 -0
- package/dist/vendor/node-pty/prebuilds/darwin-x64/pty.node +0 -0
- package/dist/vendor/node-pty/prebuilds/darwin-x64/spawn-helper +0 -0
- package/package.json +1 -1
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
|