hyperclaw 5.1.7 → 5.1.9
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/dist/chat-B85Qnmv1.js +310 -0
- package/dist/chat-C3oY0cYL.js +292 -0
- package/dist/onboard-CG0FqcVt.js +4149 -0
- package/dist/onboard-DnlssVgA.js +11 -0
- package/dist/onboard-UOJHCkZj.js +11 -0
- package/dist/onboard-ksEah5jB.js +4149 -0
- package/dist/run-main.js +3 -3
- package/package.json +1 -1
package/dist/run-main.js
CHANGED
|
@@ -2,7 +2,7 @@ const require_chunk = require('./chunk-jS-bbMI5.js');
|
|
|
2
2
|
require('./paths-AIyBxIzm.js');
|
|
3
3
|
require('./paths-DPovhojT.js');
|
|
4
4
|
require('./env-resolve-BlL4Ms_Y.js');
|
|
5
|
-
const require_onboard = require('./onboard-
|
|
5
|
+
const require_onboard = require('./onboard-ksEah5jB.js');
|
|
6
6
|
require('./server-C9pnVfya.js');
|
|
7
7
|
const require_daemon = require('./daemon-Dce6nj8w.js');
|
|
8
8
|
require('./providers-Bp3UtxNo.js');
|
|
@@ -3289,7 +3289,7 @@ program.command("osint").description("OSINT / Ethical Hacking mode — configure
|
|
|
3289
3289
|
process.exit(0);
|
|
3290
3290
|
});
|
|
3291
3291
|
program.command("chat").description("Interactive terminal chat with the agent").option("--session <id>", "Resume a named session").option("--model <model>", "Override model").option("--thinking <level>", "Thinking level: high|medium|low|none", "none").option("--workspace <dir>", "Override workspace directory").action(async (opts) => {
|
|
3292
|
-
const { runChat } = await Promise.resolve().then(() => require("./chat-
|
|
3292
|
+
const { runChat } = await Promise.resolve().then(() => require("./chat-B85Qnmv1.js"));
|
|
3293
3293
|
await runChat({
|
|
3294
3294
|
sessionId: opts.session,
|
|
3295
3295
|
model: opts.model,
|
|
@@ -4063,7 +4063,7 @@ if (process.argv.length === 2) (async () => {
|
|
|
4063
4063
|
console.log(` ${t.c("hyperclaw --help")} — all commands\n`);
|
|
4064
4064
|
} else {
|
|
4065
4065
|
await new require_onboard.Banner().showNeonBanner(false);
|
|
4066
|
-
const { HyperClawWizard: HyperClawWizard$1 } = await Promise.resolve().then(() => require("./onboard-
|
|
4066
|
+
const { HyperClawWizard: HyperClawWizard$1 } = await Promise.resolve().then(() => require("./onboard-UOJHCkZj.js"));
|
|
4067
4067
|
await new HyperClawWizard$1().run({ wizard: true });
|
|
4068
4068
|
}
|
|
4069
4069
|
await runUpdateCheck();
|