mobbdev 1.2.62 → 1.2.66
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 +5 -15
- package/dist/index.mjs +6 -16
- package/package.json +10 -10
|
@@ -909,6 +909,11 @@ var init_client_generates = __esm({
|
|
|
909
909
|
query GetAIBlameAttributionPrompt($aiBlameAttributionId: String!) {
|
|
910
910
|
getAIBlameInferenceData(aiBlameAttributionId: $aiBlameAttributionId) {
|
|
911
911
|
promptUrl
|
|
912
|
+
conversationMessages {
|
|
913
|
+
type
|
|
914
|
+
text
|
|
915
|
+
date
|
|
916
|
+
}
|
|
912
917
|
}
|
|
913
918
|
}
|
|
914
919
|
`;
|
|
@@ -5518,21 +5523,6 @@ Make sure the input is not:
|
|
|
5518
5523
|
- \`Runtime.getRuntime().exec(new String[] {"perl", "-e", "print '" + input + "'"});\``,
|
|
5519
5524
|
guidance: () => ""
|
|
5520
5525
|
},
|
|
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
5526
|
installApacheCommonsText: {
|
|
5537
5527
|
content: () => "Is the Apache Commons library (org.apache.commons) included in your project, if not, can you add it?",
|
|
5538
5528
|
description: () => "Apache Commons Text is a library focused on algorithms working on strings.",
|
package/dist/index.mjs
CHANGED
|
@@ -909,6 +909,11 @@ var init_client_generates = __esm({
|
|
|
909
909
|
query GetAIBlameAttributionPrompt($aiBlameAttributionId: String!) {
|
|
910
910
|
getAIBlameInferenceData(aiBlameAttributionId: $aiBlameAttributionId) {
|
|
911
911
|
promptUrl
|
|
912
|
+
conversationMessages {
|
|
913
|
+
type
|
|
914
|
+
text
|
|
915
|
+
date
|
|
916
|
+
}
|
|
912
917
|
}
|
|
913
918
|
}
|
|
914
919
|
`;
|
|
@@ -5269,21 +5274,6 @@ Make sure the input is not:
|
|
|
5269
5274
|
- \`Runtime.getRuntime().exec(new String[] {"perl", "-e", "print '" + input + "'"});\``,
|
|
5270
5275
|
guidance: () => ""
|
|
5271
5276
|
},
|
|
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
5277
|
installApacheCommonsText: {
|
|
5288
5278
|
content: () => "Is the Apache Commons library (org.apache.commons) included in your project, if not, can you add it?",
|
|
5289
5279
|
description: () => "Apache Commons Text is a library focused on algorithms working on strings.",
|
|
@@ -16708,7 +16698,7 @@ function createLogger(config2) {
|
|
|
16708
16698
|
|
|
16709
16699
|
// src/features/claude_code/hook_logger.ts
|
|
16710
16700
|
var DD_RUM_TOKEN = true ? "pubf59c0182545bfb4c299175119f1abf9b" : "";
|
|
16711
|
-
var CLI_VERSION = true ? "1.2.
|
|
16701
|
+
var CLI_VERSION = true ? "1.2.66" : "unknown";
|
|
16712
16702
|
var NAMESPACE = "mobbdev-claude-code-hook-logs";
|
|
16713
16703
|
var claudeCodeVersion;
|
|
16714
16704
|
function buildDdTags() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobbdev",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.66",
|
|
4
4
|
"description": "Automated secure code remediation tool",
|
|
5
5
|
"repository": "git+https://github.com/mobb-dev/bugsy.git",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@gitbeaker/rest": "43.8.0",
|
|
56
56
|
"@grpc/grpc-js": "1.14.3",
|
|
57
57
|
"@grpc/proto-loader": "0.8.0",
|
|
58
|
-
"@modelcontextprotocol/sdk": "1.
|
|
58
|
+
"@modelcontextprotocol/sdk": "1.29.0",
|
|
59
59
|
"@octokit/core": "5.2.0",
|
|
60
60
|
"@octokit/request-error": "5.1.1",
|
|
61
61
|
"@openredaction/openredaction": "1.0.4",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"dotenv": "16.6.1",
|
|
72
72
|
"extract-zip": "2.0.1",
|
|
73
73
|
"globby": "14.1.0",
|
|
74
|
-
"graphql": "16.
|
|
74
|
+
"graphql": "16.13.2",
|
|
75
75
|
"graphql-request": "6.1.0",
|
|
76
76
|
"graphql-ws": "5.16.2",
|
|
77
77
|
"hash-wasm": "4.12.0",
|
|
@@ -91,16 +91,16 @@
|
|
|
91
91
|
"p-limit": "3.1.0",
|
|
92
92
|
"parse-diff": "0.11.1",
|
|
93
93
|
"pino": "9.7.0",
|
|
94
|
-
"sax": "1.
|
|
94
|
+
"sax": "1.6.0",
|
|
95
95
|
"semver": "7.7.4",
|
|
96
|
-
"simple-git": "3.
|
|
97
|
-
"snyk": "1.
|
|
98
|
-
"tar": "7.5.
|
|
96
|
+
"simple-git": "3.33.0",
|
|
97
|
+
"snyk": "1.1303.2",
|
|
98
|
+
"tar": "7.5.13",
|
|
99
99
|
"tmp": "0.2.5",
|
|
100
100
|
"tmp-promise": "3.0.3",
|
|
101
|
-
"undici": "6.
|
|
101
|
+
"undici": "6.24.0",
|
|
102
102
|
"uuid": "11.1.0",
|
|
103
|
-
"ws": "8.
|
|
103
|
+
"ws": "8.20.0",
|
|
104
104
|
"xml2js": "0.6.2",
|
|
105
105
|
"yargs": "17.7.2",
|
|
106
106
|
"zod": "3.25.76"
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@types/adm-zip": "0.5.7",
|
|
116
116
|
"@types/chalk-animation": "1.6.3",
|
|
117
117
|
"@types/configstore": "6.0.2",
|
|
118
|
-
"@types/debug": "4.1.
|
|
118
|
+
"@types/debug": "4.1.13",
|
|
119
119
|
"@types/inquirer": "9.0.9",
|
|
120
120
|
"@types/libsodium-wrappers": "0.7.14",
|
|
121
121
|
"@types/node": "18.19.130",
|