kit 1.25.0
Added
- Opt-in redaction-at-capture —
KIT_MEMORY_REDACT=1(#91). The memory store is raw by default (a key in any transcript is persisted tomemory.dbin cleartext — a stolen-laptop / backup-spillage risk). WithKIT_MEMORY_REDACT=1, secret-shaped substrings in a message'scontentand a tool'stool_inputare masked (via the sameredactSecretspatterns) before they are written, so the secret never lands in the DB. Off by default → no behavior change; FTS still works over the redacted text for non-secret terms.
Removed
- Dead
Redacted<T>wrapper (#92). Thesrc/utils/redacted.tswrapper (added in 1.15.0) had no importers; removed it and its test. (Secret masking is done byredactSecrets, which stays.)
Full changelog: https://github.com/sandstream/kit/blob/v1.25.0/CHANGELOG.md
Verify this release:
git tag -v v1.25.0
npm audit signatures