trident-tui 0.9.3 → 0.9.4

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/bin/cli.js CHANGED
@@ -21,7 +21,7 @@ const fs = require('fs');
21
21
  const os = require('os');
22
22
  const path = require('path');
23
23
 
24
- const SANDBOX_IMAGE = 'ghcr.io/usestrix/strix-sandbox:0.1.13';
24
+ const SANDBOX_IMAGE = 'ghcr.io/esprit-labs/trident-sandbox:0.1.13';
25
25
  const isWin = process.platform === 'win32';
26
26
  const HOME = os.homedir();
27
27
  const LOCAL_BIN = path.join(HOME, '.local', 'bin');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trident-tui",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "Trident — AI penetration-testing agent. Run it with `npx trident-tui`; it bootstraps everything and prompts for your API key.",
5
5
  "bin": {
6
6
  "trident-tui": "bin/cli.js"