@paperclipai/plugin-workspace-diff 2026.721.0-canary.13 → 2026.721.0-canary.2

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.
Files changed (2) hide show
  1. package/dist/contracts.d.ts +18 -18
  2. package/package.json +2 -2
@@ -187,12 +187,12 @@ export declare const workspaceDiffFileSchema: z.ZodObject<{
187
187
  }, "strict", z.ZodTypeAny, {
188
188
  status: "unknown" | "deleted" | "added" | "modified" | "renamed" | "copied" | "type_changed" | "untracked";
189
189
  path: string;
190
- sizeBytes: number | null;
191
190
  warnings: {
192
191
  code: "base_ref_missing" | "base_ref_invalid" | "binary_file" | "file_count_truncated" | "file_oversized" | "git_command_failed" | "missing_cwd" | "non_git_workspace" | "patch_truncated" | "path_filter_invalid" | "symlink_target_outside_workspace" | "workspace_path_invalid";
193
192
  message: string;
194
193
  path: string | null;
195
194
  }[];
195
+ sizeBytes: number | null;
196
196
  untracked: boolean;
197
197
  staged: boolean;
198
198
  unstaged: boolean;
@@ -219,12 +219,12 @@ export declare const workspaceDiffFileSchema: z.ZodObject<{
219
219
  }, {
220
220
  status: "unknown" | "deleted" | "added" | "modified" | "renamed" | "copied" | "type_changed" | "untracked";
221
221
  path: string;
222
- sizeBytes: number | null;
223
222
  warnings: {
224
223
  code: "base_ref_missing" | "base_ref_invalid" | "binary_file" | "file_count_truncated" | "file_oversized" | "git_command_failed" | "missing_cwd" | "non_git_workspace" | "patch_truncated" | "path_filter_invalid" | "symlink_target_outside_workspace" | "workspace_path_invalid";
225
224
  message: string;
226
225
  path: string | null;
227
226
  }[];
227
+ sizeBytes: number | null;
228
228
  untracked: boolean;
229
229
  staged: boolean;
230
230
  unstaged: boolean;
@@ -366,12 +366,12 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
366
366
  }, "strict", z.ZodTypeAny, {
367
367
  status: "unknown" | "deleted" | "added" | "modified" | "renamed" | "copied" | "type_changed" | "untracked";
368
368
  path: string;
369
- sizeBytes: number | null;
370
369
  warnings: {
371
370
  code: "base_ref_missing" | "base_ref_invalid" | "binary_file" | "file_count_truncated" | "file_oversized" | "git_command_failed" | "missing_cwd" | "non_git_workspace" | "patch_truncated" | "path_filter_invalid" | "symlink_target_outside_workspace" | "workspace_path_invalid";
372
371
  message: string;
373
372
  path: string | null;
374
373
  }[];
374
+ sizeBytes: number | null;
375
375
  untracked: boolean;
376
376
  staged: boolean;
377
377
  unstaged: boolean;
@@ -398,12 +398,12 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
398
398
  }, {
399
399
  status: "unknown" | "deleted" | "added" | "modified" | "renamed" | "copied" | "type_changed" | "untracked";
400
400
  path: string;
401
- sizeBytes: number | null;
402
401
  warnings: {
403
402
  code: "base_ref_missing" | "base_ref_invalid" | "binary_file" | "file_count_truncated" | "file_oversized" | "git_command_failed" | "missing_cwd" | "non_git_workspace" | "patch_truncated" | "path_filter_invalid" | "symlink_target_outside_workspace" | "workspace_path_invalid";
404
403
  message: string;
405
404
  path: string | null;
406
405
  }[];
406
+ sizeBytes: number | null;
407
407
  untracked: boolean;
408
408
  staged: boolean;
409
409
  unstaged: boolean;
@@ -491,16 +491,20 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
491
491
  truncated: z.ZodBoolean;
492
492
  }, "strict", z.ZodTypeAny, {
493
493
  companyId: string;
494
- baseRef: string | null;
494
+ warnings: {
495
+ code: "base_ref_missing" | "base_ref_invalid" | "binary_file" | "file_count_truncated" | "file_oversized" | "git_command_failed" | "missing_cwd" | "non_git_workspace" | "patch_truncated" | "path_filter_invalid" | "symlink_target_outside_workspace" | "workspace_path_invalid";
496
+ message: string;
497
+ path: string | null;
498
+ }[];
495
499
  files: {
496
500
  status: "unknown" | "deleted" | "added" | "modified" | "renamed" | "copied" | "type_changed" | "untracked";
497
501
  path: string;
498
- sizeBytes: number | null;
499
502
  warnings: {
500
503
  code: "base_ref_missing" | "base_ref_invalid" | "binary_file" | "file_count_truncated" | "file_oversized" | "git_command_failed" | "missing_cwd" | "non_git_workspace" | "patch_truncated" | "path_filter_invalid" | "symlink_target_outside_workspace" | "workspace_path_invalid";
501
504
  message: string;
502
505
  path: string | null;
503
506
  }[];
507
+ sizeBytes: number | null;
504
508
  untracked: boolean;
505
509
  staged: boolean;
506
510
  unstaged: boolean;
@@ -525,11 +529,7 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
525
529
  truncated: boolean;
526
530
  }[];
527
531
  }[];
528
- warnings: {
529
- code: "base_ref_missing" | "base_ref_invalid" | "binary_file" | "file_count_truncated" | "file_oversized" | "git_command_failed" | "missing_cwd" | "non_git_workspace" | "patch_truncated" | "path_filter_invalid" | "symlink_target_outside_workspace" | "workspace_path_invalid";
530
- message: string;
531
- path: string | null;
532
- }[];
532
+ baseRef: string | null;
533
533
  workspaceId: string;
534
534
  view: "working-tree" | "head";
535
535
  includeUntracked: boolean;
@@ -556,16 +556,20 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
556
556
  };
557
557
  }, {
558
558
  companyId: string;
559
- baseRef: string | null;
559
+ warnings: {
560
+ code: "base_ref_missing" | "base_ref_invalid" | "binary_file" | "file_count_truncated" | "file_oversized" | "git_command_failed" | "missing_cwd" | "non_git_workspace" | "patch_truncated" | "path_filter_invalid" | "symlink_target_outside_workspace" | "workspace_path_invalid";
561
+ message: string;
562
+ path: string | null;
563
+ }[];
560
564
  files: {
561
565
  status: "unknown" | "deleted" | "added" | "modified" | "renamed" | "copied" | "type_changed" | "untracked";
562
566
  path: string;
563
- sizeBytes: number | null;
564
567
  warnings: {
565
568
  code: "base_ref_missing" | "base_ref_invalid" | "binary_file" | "file_count_truncated" | "file_oversized" | "git_command_failed" | "missing_cwd" | "non_git_workspace" | "patch_truncated" | "path_filter_invalid" | "symlink_target_outside_workspace" | "workspace_path_invalid";
566
569
  message: string;
567
570
  path: string | null;
568
571
  }[];
572
+ sizeBytes: number | null;
569
573
  untracked: boolean;
570
574
  staged: boolean;
571
575
  unstaged: boolean;
@@ -590,11 +594,7 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
590
594
  truncated: boolean;
591
595
  }[];
592
596
  }[];
593
- warnings: {
594
- code: "base_ref_missing" | "base_ref_invalid" | "binary_file" | "file_count_truncated" | "file_oversized" | "git_command_failed" | "missing_cwd" | "non_git_workspace" | "patch_truncated" | "path_filter_invalid" | "symlink_target_outside_workspace" | "workspace_path_invalid";
595
- message: string;
596
- path: string | null;
597
- }[];
597
+ baseRef: string | null;
598
598
  workspaceId: string;
599
599
  view: "working-tree" | "head";
600
600
  includeUntracked: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperclipai/plugin-workspace-diff",
3
- "version": "2026.721.0-canary.13",
3
+ "version": "2026.721.0-canary.2",
4
4
  "description": "First-party execution workspace Changes tab powered by plugin-local workspace metadata",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/paperclipai/paperclip",
@@ -39,7 +39,7 @@
39
39
  "diff"
40
40
  ],
41
41
  "dependencies": {
42
- "@paperclipai/plugin-sdk": "2026.721.0-canary.13",
42
+ "@paperclipai/plugin-sdk": "2026.721.0-canary.2",
43
43
  "@pierre/diffs": "^1.2.11"
44
44
  }
45
45
  }