@opencode/plugin 0.0.0-dev-19323 → 0.0.0-dev-19329
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/worktree.d.ts +2 -0
- package/package.json +8 -8
package/dist/worktree.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export interface WorktreeCreateInput {
|
|
2
2
|
readonly sourceDirectory: string;
|
|
3
|
+
/** Suggested destination after naming and collision handling. Strategies may return a different directory. */
|
|
3
4
|
readonly directory: string;
|
|
4
5
|
/** Starting ref, not the name of a new branch. Reject unsupported refs rather than ignoring them. */
|
|
5
6
|
readonly branch?: string;
|
|
@@ -9,6 +10,7 @@ export interface WorktreeRemoveInput {
|
|
|
9
10
|
readonly force: boolean;
|
|
10
11
|
}
|
|
11
12
|
export interface WorktreeResult {
|
|
13
|
+
/** Actual directory created by the strategy, used for inventory and startup commands. */
|
|
12
14
|
readonly directory: string;
|
|
13
15
|
}
|
|
14
16
|
export interface WorktreeEntry extends WorktreeResult {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@opencode/plugin",
|
|
4
|
-
"version": "0.0.0-dev-
|
|
4
|
+
"version": "0.0.0-dev-19329",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@ai-sdk/provider": "3.0.8",
|
|
46
|
-
"@opencode/ai": "0.0.0-dev-
|
|
47
|
-
"@opencode/client": "0.0.0-dev-
|
|
48
|
-
"@opencode/protocol": "0.0.0-dev-
|
|
49
|
-
"@opencode/schema": "0.0.0-dev-
|
|
50
|
-
"@opencode/util": "0.0.0-dev-
|
|
46
|
+
"@opencode/ai": "0.0.0-dev-19329",
|
|
47
|
+
"@opencode/client": "0.0.0-dev-19329",
|
|
48
|
+
"@opencode/protocol": "0.0.0-dev-19329",
|
|
49
|
+
"@opencode/schema": "0.0.0-dev-19329",
|
|
50
|
+
"@opencode/util": "0.0.0-dev-19329",
|
|
51
51
|
"@standard-schema/spec": "1.1.0",
|
|
52
52
|
"effect": "4.0.0-rc.112",
|
|
53
53
|
"zod": "4.1.8"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@opencode/theme": "0.0.0-dev-
|
|
56
|
+
"@opencode/theme": "0.0.0-dev-19329",
|
|
57
57
|
"@opentui/core": ">=0.5.10",
|
|
58
58
|
"@opentui/solid": ">=0.5.10",
|
|
59
59
|
"solid-js": ">=1.9.0"
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@opencode/theme": "0.0.0-dev-
|
|
76
|
+
"@opencode/theme": "0.0.0-dev-19329",
|
|
77
77
|
"@opentui/core": "0.5.10",
|
|
78
78
|
"@opentui/solid": "0.5.10",
|
|
79
79
|
"@tsconfig/bun": "1.0.9",
|