circle-ir-ai 2.102.0 → 2.103.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ 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
+ ## [2.103.0] - 2026-08-10
9
+
10
+ ### Changed — bump circle-ir 3.214.0 → 3.215.0
11
+
12
+ Engine pin bump. 3.215.0 lands the SAST-precision fixes for the skillsregistry
13
+ FP cluster the deployed engine predated:
14
+
15
+ - **skillsregistry #49, #51** — new in 3.215.0.
16
+ - **skillsregistry #50, #53** — already fixed ≤3.214; the redeploy simply
17
+ carries them past the older deployed engine.
18
+ - **cognium-ai#264 Defect A** — Java `Path` → `http_param` misclassification,
19
+ fixed in 3.214.0, confirmed on 3.215.0.
20
+
21
+ No circle-ir-ai source changes. Full suite 1796 pass / 3 skip on 3.215.0;
22
+ single circle-ir copy verified.
23
+
8
24
  ## [2.102.0] - 2026-08-09
9
25
 
10
26
  ### Added — hardcoded_secret + financial_access detectors (skillsregistry #27)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "circle-ir-ai",
3
- "version": "2.102.0",
3
+ "version": "2.103.0",
4
4
  "description": "LLM-enhanced SAST analysis built on circle-ir",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -98,7 +98,7 @@
98
98
  "@ax-llm/ax": "^20.0.0",
99
99
  "@cognium/project-profile-detect": "^1.1.0",
100
100
  "@mastra/core": "^1.18.0",
101
- "circle-ir": "3.214.0",
101
+ "circle-ir": "3.215.0",
102
102
  "minimatch": "^10.2.5",
103
103
  "p-queue": "^9.1.0"
104
104
  },