shiva-code 0.7.13 → 0.7.14
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -345,7 +345,7 @@ async function promptHooks() {
|
|
|
345
345
|
log.newline();
|
|
346
346
|
log.info("Installiere Hooks...");
|
|
347
347
|
const { hookCommand: hookCommand2 } = await import("./hook-CCATCFG7.js");
|
|
348
|
-
await hookCommand2.parseAsync(["
|
|
348
|
+
await hookCommand2.parseAsync(["install", "--all"], { from: "user" });
|
|
349
349
|
onboardingStore.set("hooksInstalled", true);
|
|
350
350
|
return true;
|
|
351
351
|
}
|
|
@@ -11561,7 +11561,7 @@ function detectInstallationType() {
|
|
|
11561
11561
|
}
|
|
11562
11562
|
return "npm";
|
|
11563
11563
|
}
|
|
11564
|
-
var CLI_VERSION = "0.7.
|
|
11564
|
+
var CLI_VERSION = "0.7.14";
|
|
11565
11565
|
function getCurrentVersion() {
|
|
11566
11566
|
try {
|
|
11567
11567
|
const output = execSync3(`npm list -g ${PACKAGE_NAME} --depth=0 --json 2>/dev/null`, {
|
|
@@ -14538,7 +14538,7 @@ sandboxCommand.command("delete <id>").description("Sandbox l\xF6schen").option("
|
|
|
14538
14538
|
|
|
14539
14539
|
// src/index.ts
|
|
14540
14540
|
var program = new Command40();
|
|
14541
|
-
program.name("shiva").description("SHIVA Code - Control Station for Claude Code").version("0.7.
|
|
14541
|
+
program.name("shiva").description("SHIVA Code - Control Station for Claude Code").version("0.7.14").option("--debug", "Debug-Modus aktivieren").hook("preAction", (thisCommand) => {
|
|
14542
14542
|
const opts = thisCommand.opts();
|
|
14543
14543
|
if (opts.debug) {
|
|
14544
14544
|
enableDebug();
|