mobbdev 1.2.62 → 1.2.65
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/args/commands/upload_ai_blame.mjs +0 -15
- package/dist/index.mjs +1 -16
- package/package.json +1 -1
|
@@ -5518,21 +5518,6 @@ Make sure the input is not:
|
|
|
5518
5518
|
- \`Runtime.getRuntime().exec(new String[] {"perl", "-e", "print '" + input + "'"});\``,
|
|
5519
5519
|
guidance: () => ""
|
|
5520
5520
|
},
|
|
5521
|
-
isPlainCommandArgument: {
|
|
5522
|
-
content: () => "Is the input an argument of a plain command?",
|
|
5523
|
-
description: () => `Examples for "yes" answer:
|
|
5524
|
-
|
|
5525
|
-
- \`Runtime.getRuntime().exec("git clone " + input);\`
|
|
5526
|
-
- \`Runtime.getRuntime().exec("curl " + input);\`
|
|
5527
|
-
- \`Runtime.getRuntime().exec("cat " + input);\`
|
|
5528
|
-
|
|
5529
|
-
Examples for "no" answer:
|
|
5530
|
-
|
|
5531
|
-
- \`Runtime.getRuntime().exec("cmd /c " + input);\`
|
|
5532
|
-
- \`Runtime.getRuntime().exec("sh -c " + input);\`
|
|
5533
|
-
- \`Runtime.getRuntime().exec("perl -e " + input);\``,
|
|
5534
|
-
guidance: () => ""
|
|
5535
|
-
},
|
|
5536
5521
|
installApacheCommonsText: {
|
|
5537
5522
|
content: () => "Is the Apache Commons library (org.apache.commons) included in your project, if not, can you add it?",
|
|
5538
5523
|
description: () => "Apache Commons Text is a library focused on algorithms working on strings.",
|
package/dist/index.mjs
CHANGED
|
@@ -5269,21 +5269,6 @@ Make sure the input is not:
|
|
|
5269
5269
|
- \`Runtime.getRuntime().exec(new String[] {"perl", "-e", "print '" + input + "'"});\``,
|
|
5270
5270
|
guidance: () => ""
|
|
5271
5271
|
},
|
|
5272
|
-
isPlainCommandArgument: {
|
|
5273
|
-
content: () => "Is the input an argument of a plain command?",
|
|
5274
|
-
description: () => `Examples for "yes" answer:
|
|
5275
|
-
|
|
5276
|
-
- \`Runtime.getRuntime().exec("git clone " + input);\`
|
|
5277
|
-
- \`Runtime.getRuntime().exec("curl " + input);\`
|
|
5278
|
-
- \`Runtime.getRuntime().exec("cat " + input);\`
|
|
5279
|
-
|
|
5280
|
-
Examples for "no" answer:
|
|
5281
|
-
|
|
5282
|
-
- \`Runtime.getRuntime().exec("cmd /c " + input);\`
|
|
5283
|
-
- \`Runtime.getRuntime().exec("sh -c " + input);\`
|
|
5284
|
-
- \`Runtime.getRuntime().exec("perl -e " + input);\``,
|
|
5285
|
-
guidance: () => ""
|
|
5286
|
-
},
|
|
5287
5272
|
installApacheCommonsText: {
|
|
5288
5273
|
content: () => "Is the Apache Commons library (org.apache.commons) included in your project, if not, can you add it?",
|
|
5289
5274
|
description: () => "Apache Commons Text is a library focused on algorithms working on strings.",
|
|
@@ -16708,7 +16693,7 @@ function createLogger(config2) {
|
|
|
16708
16693
|
|
|
16709
16694
|
// src/features/claude_code/hook_logger.ts
|
|
16710
16695
|
var DD_RUM_TOKEN = true ? "pubf59c0182545bfb4c299175119f1abf9b" : "";
|
|
16711
|
-
var CLI_VERSION = true ? "1.2.
|
|
16696
|
+
var CLI_VERSION = true ? "1.2.65" : "unknown";
|
|
16712
16697
|
var NAMESPACE = "mobbdev-claude-code-hook-logs";
|
|
16713
16698
|
var claudeCodeVersion;
|
|
16714
16699
|
function buildDdTags() {
|