vektor-slipstream 1.1.9 → 1.1.10

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.
@@ -288,7 +288,6 @@ const TOOLS = [
288
288
  required: ['targetUrl'],
289
289
  },
290
290
  },
291
- {
292
291
  {
293
292
  name: 'cloak_inject_behaviour',
294
293
  description: 'Inject human-realistic mouse/scroll behaviour into a browser session. Defeats behavioural fingerprinting on reCAPTCHA v3, Cloudflare, and DataDome.',
@@ -323,6 +322,7 @@ const TOOLS = [
323
322
  required: ['name', 'pattern'],
324
323
  },
325
324
  },
325
+ {
326
326
  name: 'cloak_warmup_stats',
327
327
  description: 'Show what the warmup strategy does — trust signals, referrer chains, timing.',
328
328
  input_schema: {
@@ -730,3 +730,5 @@ process.stdin.on('data', async chunk => {
730
730
  });
731
731
 
732
732
  process.stdin.resume();
733
+
734
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vektor-slipstream",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Hardware-accelerated persistent memory for AI agents. Local-first, zero cloud dependency, $0 embedding cost.",
5
5
  "main": "slipstream-core.js",
6
6
  "bin": {