@paperclipai/plugin-workspace-diff 2026.721.0-canary.9 → 2026.722.0-canary.0
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/contracts.d.ts +18 -18
- package/package.json +2 -2
package/dist/contracts.d.ts
CHANGED
|
@@ -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;
|
|
190
191
|
warnings: {
|
|
191
192
|
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";
|
|
192
193
|
message: string;
|
|
193
194
|
path: string | null;
|
|
194
195
|
}[];
|
|
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;
|
|
222
223
|
warnings: {
|
|
223
224
|
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";
|
|
224
225
|
message: string;
|
|
225
226
|
path: string | null;
|
|
226
227
|
}[];
|
|
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;
|
|
369
370
|
warnings: {
|
|
370
371
|
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";
|
|
371
372
|
message: string;
|
|
372
373
|
path: string | null;
|
|
373
374
|
}[];
|
|
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;
|
|
401
402
|
warnings: {
|
|
402
403
|
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";
|
|
403
404
|
message: string;
|
|
404
405
|
path: string | null;
|
|
405
406
|
}[];
|
|
406
|
-
sizeBytes: number | null;
|
|
407
407
|
untracked: boolean;
|
|
408
408
|
staged: boolean;
|
|
409
409
|
unstaged: boolean;
|
|
@@ -491,20 +491,16 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
|
|
|
491
491
|
truncated: z.ZodBoolean;
|
|
492
492
|
}, "strict", z.ZodTypeAny, {
|
|
493
493
|
companyId: string;
|
|
494
|
-
|
|
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
|
-
}[];
|
|
494
|
+
baseRef: string | null;
|
|
499
495
|
files: {
|
|
500
496
|
status: "unknown" | "deleted" | "added" | "modified" | "renamed" | "copied" | "type_changed" | "untracked";
|
|
501
497
|
path: string;
|
|
498
|
+
sizeBytes: number | null;
|
|
502
499
|
warnings: {
|
|
503
500
|
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";
|
|
504
501
|
message: string;
|
|
505
502
|
path: string | null;
|
|
506
503
|
}[];
|
|
507
|
-
sizeBytes: number | null;
|
|
508
504
|
untracked: boolean;
|
|
509
505
|
staged: boolean;
|
|
510
506
|
unstaged: boolean;
|
|
@@ -529,7 +525,11 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
|
|
|
529
525
|
truncated: boolean;
|
|
530
526
|
}[];
|
|
531
527
|
}[];
|
|
532
|
-
|
|
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
|
+
}[];
|
|
533
533
|
workspaceId: string;
|
|
534
534
|
view: "working-tree" | "head";
|
|
535
535
|
includeUntracked: boolean;
|
|
@@ -556,20 +556,16 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
|
|
|
556
556
|
};
|
|
557
557
|
}, {
|
|
558
558
|
companyId: string;
|
|
559
|
-
|
|
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
|
-
}[];
|
|
559
|
+
baseRef: string | null;
|
|
564
560
|
files: {
|
|
565
561
|
status: "unknown" | "deleted" | "added" | "modified" | "renamed" | "copied" | "type_changed" | "untracked";
|
|
566
562
|
path: string;
|
|
563
|
+
sizeBytes: number | null;
|
|
567
564
|
warnings: {
|
|
568
565
|
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";
|
|
569
566
|
message: string;
|
|
570
567
|
path: string | null;
|
|
571
568
|
}[];
|
|
572
|
-
sizeBytes: number | null;
|
|
573
569
|
untracked: boolean;
|
|
574
570
|
staged: boolean;
|
|
575
571
|
unstaged: boolean;
|
|
@@ -594,7 +590,11 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
|
|
|
594
590
|
truncated: boolean;
|
|
595
591
|
}[];
|
|
596
592
|
}[];
|
|
597
|
-
|
|
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
|
+
}[];
|
|
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.
|
|
3
|
+
"version": "2026.722.0-canary.0",
|
|
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.
|
|
42
|
+
"@paperclipai/plugin-sdk": "2026.722.0-canary.0",
|
|
43
43
|
"@pierre/diffs": "^1.2.11"
|
|
44
44
|
}
|
|
45
45
|
}
|