@paperclipai/plugin-workspace-diff 2026.626.0-canary.9 → 2026.626.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 +4 -4
- package/package.json +2 -2
package/dist/contracts.d.ts
CHANGED
|
@@ -491,8 +491,6 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
|
|
|
491
491
|
truncated: z.ZodBoolean;
|
|
492
492
|
}, "strict", z.ZodTypeAny, {
|
|
493
493
|
companyId: string;
|
|
494
|
-
baseRef: string | null;
|
|
495
|
-
workspaceId: string;
|
|
496
494
|
warnings: {
|
|
497
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";
|
|
498
496
|
message: string;
|
|
@@ -531,6 +529,8 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
|
|
|
531
529
|
truncated: boolean;
|
|
532
530
|
}[];
|
|
533
531
|
}[];
|
|
532
|
+
baseRef: string | null;
|
|
533
|
+
workspaceId: string;
|
|
534
534
|
view: "working-tree" | "head";
|
|
535
535
|
includeUntracked: boolean;
|
|
536
536
|
paths: string[];
|
|
@@ -556,8 +556,6 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
|
|
|
556
556
|
};
|
|
557
557
|
}, {
|
|
558
558
|
companyId: string;
|
|
559
|
-
baseRef: string | null;
|
|
560
|
-
workspaceId: string;
|
|
561
559
|
warnings: {
|
|
562
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";
|
|
563
561
|
message: string;
|
|
@@ -596,6 +594,8 @@ export declare const workspaceDiffResponseSchema: z.ZodObject<{
|
|
|
596
594
|
truncated: boolean;
|
|
597
595
|
}[];
|
|
598
596
|
}[];
|
|
597
|
+
baseRef: string | null;
|
|
598
|
+
workspaceId: string;
|
|
599
599
|
view: "working-tree" | "head";
|
|
600
600
|
includeUntracked: boolean;
|
|
601
601
|
paths: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paperclipai/plugin-workspace-diff",
|
|
3
|
-
"version": "2026.626.0
|
|
3
|
+
"version": "2026.626.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.626.0
|
|
42
|
+
"@paperclipai/plugin-sdk": "2026.626.0",
|
|
43
43
|
"@pierre/diffs": "^1.1.22"
|
|
44
44
|
}
|
|
45
45
|
}
|