@hoilab/ada-cli 0.84.19 → 0.84.21

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.
@@ -1050,6 +1050,15 @@ Task: given the CURRENT MEMORY and the LATEST CONVERSATION TURN, produce the COM
1050
1050
  redactedText: expandedText,
1051
1051
  };
1052
1052
  expandedText = expansion.text;
1053
+ // Audit the vault usage (names only — never the values).
1054
+ memoryEngine?.recordAudit({
1055
+ action: "vault-use",
1056
+ source: "user",
1057
+ target: "vault",
1058
+ scope: vaultManager.status().vaultPath,
1059
+ ok: true,
1060
+ reason: expansion.expanded.join(", "),
1061
+ });
1053
1062
  }
1054
1063
  }
1055
1064
  // If streaming, queue via steer() or followUp() based on option