hyperclaw 5.1.6 → 5.1.8

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.
@@ -0,0 +1,11 @@
1
+ const require_chunk = require('./chunk-jS-bbMI5.js');
2
+ require('./paths-AIyBxIzm.js');
3
+ require('./paths-DPovhojT.js');
4
+ require('./env-resolve-BlL4Ms_Y.js');
5
+ const require_onboard = require('./onboard-BcXAA6Zq.js');
6
+ require('./server-C9pnVfya.js');
7
+ require('./daemon-Dce6nj8w.js');
8
+ require('./providers-Bp3UtxNo.js');
9
+ require('./theme-DajRRZbA.js');
10
+
11
+ exports.HyperClawWizard = require_onboard.HyperClawWizard;
@@ -0,0 +1,11 @@
1
+ const require_chunk = require('./chunk-jS-bbMI5.js');
2
+ require('./paths-AIyBxIzm.js');
3
+ require('./paths-DPovhojT.js');
4
+ require('./env-resolve-BlL4Ms_Y.js');
5
+ const require_onboard = require('./onboard-CG0FqcVt.js');
6
+ require('./server-C9pnVfya.js');
7
+ require('./daemon-Dce6nj8w.js');
8
+ require('./providers-Bp3UtxNo.js');
9
+ require('./theme-DajRRZbA.js');
10
+
11
+ exports.HyperClawWizard = require_onboard.HyperClawWizard;
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-CCTh0efj.js');
5
+ const require_onboard = require('./onboard-CG0FqcVt.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-C8-ovknq.js"));
3292
+ const { runChat } = await Promise.resolve().then(() => require("./chat-C3oY0cYL.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-DevI1m8B.js"));
4066
+ const { HyperClawWizard: HyperClawWizard$1 } = await Promise.resolve().then(() => require("./onboard-DnlssVgA.js"));
4067
4067
  await new HyperClawWizard$1().run({ wizard: true });
4068
4068
  }
4069
4069
  await runUpdateCheck();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperclaw",
3
- "version": "5.1.6",
3
+ "version": "5.1.8",
4
4
  "description": "⚡ HyperClaw — AI Gateway Platform. The Lobster Evolution 🦅",
5
5
  "main": "dist/run-main.js",
6
6
  "bin": {