agentic-qe 3.8.8 → 3.8.9

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.
@@ -932,7 +932,7 @@
932
932
  },
933
933
  "metadata": {
934
934
  "generatedBy": "Agentic QE Fleet",
935
- "fleetVersion": "3.8.8",
935
+ "fleetVersion": "3.8.9",
936
936
  "manifestVersion": "1.3.0",
937
937
  "lastUpdated": "2026-02-04T00:00:00.000Z",
938
938
  "contributors": [
package/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ All notable changes to the Agentic QE 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
+ ## [3.8.9] - 2026-03-25
9
+
10
+ ### Added
11
+
12
+ - **Multi-language coverage parsers** — 6 new parsers for JaCoCo (Java/Kotlin), dotcover (C#/.NET), Tarpaulin (Rust), Go cover, Kover (Kotlin/JVM), and xcresult (Swift/iOS), extending coverage analysis beyond JavaScript/TypeScript.
13
+ - **Language-aware agent routing** — Agent routing now considers source language when selecting models and strategies, with MCP schema support for the `language` parameter.
14
+ - **RuVector P1 scale benchmarks** — Production-scale benchmarks for 10K/100K vector operations, concurrency stress tests, and HNSW memory usage display in `aqe ruvector status`.
15
+ - **Knowledge graph language extensions** — Added Swift and C# file extension mappings for broader polyglot code intelligence.
16
+
17
+ ### Fixed
18
+
19
+ - **SHA-256 witness hashing** — Replaced insecure djb2 hash with SHA-256 in the witness adapter for cryptographic integrity of coherence proofs.
20
+ - **Coherence gate witness persistence** — Witnesses are now persisted to the proof envelope, ensuring audit trail continuity across sessions.
21
+ - **Hardcoded signing key removed** — Eliminated a hardcoded key from the coherence gate; signing keys are now derived from configuration.
22
+ - **Benchmark output formatting** — Fixed RuVector benchmark result display to correctly report metrics.
23
+
8
24
  ## [3.8.8] - 2026-03-24
9
25
 
10
26
  ### Added