engrm 0.4.44 → 0.4.45
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/dist/hooks/session-start.js +1 -1
- package/dist/hooks/stop.js +1 -1
- package/dist/hooks/user-prompt-submit.js +0 -1506
- package/dist/server.js +1 -1
- package/package.json +1 -1
|
@@ -3280,7 +3280,7 @@ import { existsSync as existsSync3, readFileSync as readFileSync2, writeFileSync
|
|
|
3280
3280
|
import { join as join3 } from "node:path";
|
|
3281
3281
|
import { homedir } from "node:os";
|
|
3282
3282
|
var STATE_PATH = join3(homedir(), ".engrm", "config-fingerprint.json");
|
|
3283
|
-
var CLIENT_VERSION = "0.4.
|
|
3283
|
+
var CLIENT_VERSION = "0.4.45";
|
|
3284
3284
|
function hashFile(filePath) {
|
|
3285
3285
|
try {
|
|
3286
3286
|
if (!existsSync3(filePath))
|
package/dist/hooks/stop.js
CHANGED
|
@@ -3368,7 +3368,7 @@ function buildBeacon(db, config, sessionId, metrics) {
|
|
|
3368
3368
|
sentinel_used: valueSignals.security_findings_count > 0,
|
|
3369
3369
|
risk_score: riskScore,
|
|
3370
3370
|
stacks_detected: stacks,
|
|
3371
|
-
client_version: "0.4.
|
|
3371
|
+
client_version: "0.4.45",
|
|
3372
3372
|
context_observations_injected: metrics?.contextObsInjected ?? 0,
|
|
3373
3373
|
context_total_available: metrics?.contextTotalAvailable ?? 0,
|
|
3374
3374
|
recall_attempts: metrics?.recallAttempts ?? 0,
|