mobbdev 1.0.208 → 1.0.210

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.
@@ -4429,26 +4429,18 @@ declare const PromptItemZ: z.ZodObject<{
4429
4429
  name: string;
4430
4430
  parameters: string;
4431
4431
  result: string;
4432
- accepted?: boolean | undefined;
4433
4432
  rawArguments?: string | undefined;
4433
+ accepted?: boolean | undefined;
4434
4434
  }, {
4435
4435
  name: string;
4436
4436
  parameters: string;
4437
4437
  result: string;
4438
- accepted?: boolean | undefined;
4439
4438
  rawArguments?: string | undefined;
4439
+ accepted?: boolean | undefined;
4440
4440
  }>>;
4441
4441
  }, "strip", z.ZodTypeAny, {
4442
4442
  type: "USER_PROMPT" | "AI_RESPONSE" | "TOOL_EXECUTION" | "AI_THINKING";
4443
- tool?: {
4444
- name: string;
4445
- parameters: string;
4446
- result: string;
4447
- accepted?: boolean | undefined;
4448
- rawArguments?: string | undefined;
4449
- } | undefined;
4450
4443
  date?: Date | undefined;
4451
- text?: string | undefined;
4452
4444
  attachedFiles?: {
4453
4445
  relativePath: string;
4454
4446
  startLine?: number | undefined;
@@ -4457,17 +4449,17 @@ declare const PromptItemZ: z.ZodObject<{
4457
4449
  inputCount: number;
4458
4450
  outputCount: number;
4459
4451
  } | undefined;
4460
- }, {
4461
- type: "USER_PROMPT" | "AI_RESPONSE" | "TOOL_EXECUTION" | "AI_THINKING";
4452
+ text?: string | undefined;
4462
4453
  tool?: {
4463
4454
  name: string;
4464
4455
  parameters: string;
4465
4456
  result: string;
4466
- accepted?: boolean | undefined;
4467
4457
  rawArguments?: string | undefined;
4458
+ accepted?: boolean | undefined;
4468
4459
  } | undefined;
4460
+ }, {
4461
+ type: "USER_PROMPT" | "AI_RESPONSE" | "TOOL_EXECUTION" | "AI_THINKING";
4469
4462
  date?: Date | undefined;
4470
- text?: string | undefined;
4471
4463
  attachedFiles?: {
4472
4464
  relativePath: string;
4473
4465
  startLine?: number | undefined;
@@ -4476,6 +4468,14 @@ declare const PromptItemZ: z.ZodObject<{
4476
4468
  inputCount: number;
4477
4469
  outputCount: number;
4478
4470
  } | undefined;
4471
+ text?: string | undefined;
4472
+ tool?: {
4473
+ name: string;
4474
+ parameters: string;
4475
+ result: string;
4476
+ rawArguments?: string | undefined;
4477
+ accepted?: boolean | undefined;
4478
+ } | undefined;
4479
4479
  }>;
4480
4480
  type PromptItem = z.infer<typeof PromptItemZ>;
4481
4481
  declare const PromptItemArrayZ: z.ZodArray<z.ZodObject<{
@@ -4512,26 +4512,18 @@ declare const PromptItemArrayZ: z.ZodArray<z.ZodObject<{
4512
4512
  name: string;
4513
4513
  parameters: string;
4514
4514
  result: string;
4515
- accepted?: boolean | undefined;
4516
4515
  rawArguments?: string | undefined;
4516
+ accepted?: boolean | undefined;
4517
4517
  }, {
4518
4518
  name: string;
4519
4519
  parameters: string;
4520
4520
  result: string;
4521
- accepted?: boolean | undefined;
4522
4521
  rawArguments?: string | undefined;
4522
+ accepted?: boolean | undefined;
4523
4523
  }>>;
4524
4524
  }, "strip", z.ZodTypeAny, {
4525
4525
  type: "USER_PROMPT" | "AI_RESPONSE" | "TOOL_EXECUTION" | "AI_THINKING";
4526
- tool?: {
4527
- name: string;
4528
- parameters: string;
4529
- result: string;
4530
- accepted?: boolean | undefined;
4531
- rawArguments?: string | undefined;
4532
- } | undefined;
4533
4526
  date?: Date | undefined;
4534
- text?: string | undefined;
4535
4527
  attachedFiles?: {
4536
4528
  relativePath: string;
4537
4529
  startLine?: number | undefined;
@@ -4540,17 +4532,17 @@ declare const PromptItemArrayZ: z.ZodArray<z.ZodObject<{
4540
4532
  inputCount: number;
4541
4533
  outputCount: number;
4542
4534
  } | undefined;
4543
- }, {
4544
- type: "USER_PROMPT" | "AI_RESPONSE" | "TOOL_EXECUTION" | "AI_THINKING";
4535
+ text?: string | undefined;
4545
4536
  tool?: {
4546
4537
  name: string;
4547
4538
  parameters: string;
4548
4539
  result: string;
4549
- accepted?: boolean | undefined;
4550
4540
  rawArguments?: string | undefined;
4541
+ accepted?: boolean | undefined;
4551
4542
  } | undefined;
4543
+ }, {
4544
+ type: "USER_PROMPT" | "AI_RESPONSE" | "TOOL_EXECUTION" | "AI_THINKING";
4552
4545
  date?: Date | undefined;
4553
- text?: string | undefined;
4554
4546
  attachedFiles?: {
4555
4547
  relativePath: string;
4556
4548
  startLine?: number | undefined;
@@ -4559,6 +4551,14 @@ declare const PromptItemArrayZ: z.ZodArray<z.ZodObject<{
4559
4551
  inputCount: number;
4560
4552
  outputCount: number;
4561
4553
  } | undefined;
4554
+ text?: string | undefined;
4555
+ tool?: {
4556
+ name: string;
4557
+ parameters: string;
4558
+ result: string;
4559
+ rawArguments?: string | undefined;
4560
+ accepted?: boolean | undefined;
4561
+ } | undefined;
4562
4562
  }>, "many">;
4563
4563
  type PromptItemArray = z.infer<typeof PromptItemArrayZ>;
4564
4564
  type UploadAiBlameOptions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.208",
3
+ "version": "1.0.210",
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",