agent-sanitizer 2.34.11 → 2.34.12

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/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,9 +25,7 @@ Enter one at a time:
25
25
  /plugin install agent-sanitizer@agent-sanitizer
26
26
  ```
27
27
 
28
- ```
29
- /agent-sanitizer:enable-auto-update
30
- ```
28
+ Finally, navigate: `/plugin` → Marketplaces → `agent-sanitizer` → Enable auto-update.
31
29
 
32
30
  [What installing entails](#what-installing-entails) covers the footprint of each
33
31
  path and how a failure looks; [Using it with Claude
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-sanitizer",
3
- "version": "2.34.11",
3
+ "version": "2.34.12",
4
4
  "description": "Defend an agent against hidden-content injection: strip payload-capable invisible Unicode and ANSI, splice out human-invisible HTML, and flag data-exfil URLs in untrusted text before any model sees it.",
5
5
  "type": "module",
6
6
  "repository": {