We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae9c87 commit 4ff0b4dCopy full SHA for 4ff0b4d
bin/lib/credentials.js
@@ -4,6 +4,7 @@
4
const fs = require("fs");
5
const path = require("path");
6
const readline = require("readline");
7
+const { execSync } = require("child_process");
8
9
const CREDS_DIR = path.join(process.env.HOME || "/tmp", ".nemoclaw");
10
const CREDS_FILE = path.join(CREDS_DIR, "credentials.json");
bin/lib/onboard.js
@@ -2156,9 +2156,6 @@ module.exports = {
2156
getFutureShellPathHint,
2157
createSandbox,
2158
getSandboxInferenceConfig,
2159
- getFutureShellPathHint,
2160
- createSandbox,
2161
- getSandboxInferenceConfig,
2162
getInstalledOpenshellVersion,
2163
getStableGatewayImageRef,
2164
hasStaleGateway,
0 commit comments