shiva-code 0.7.5 → 0.7.6
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14291,7 +14291,7 @@ sandboxCommand.command("delete <id>").description("Sandbox l\xF6schen").option("
|
|
|
14291
14291
|
|
|
14292
14292
|
// src/index.ts
|
|
14293
14293
|
var program = new Command39();
|
|
14294
|
-
program.name("shiva").description("SHIVA Code - Control Station for Claude Code").version("0.7.
|
|
14294
|
+
program.name("shiva").description("SHIVA Code - Control Station for Claude Code").version("0.7.6").option("--debug", "Debug-Modus aktivieren").hook("preAction", (thisCommand) => {
|
|
14295
14295
|
const opts = thisCommand.opts();
|
|
14296
14296
|
if (opts.debug) {
|
|
14297
14297
|
enableDebug();
|