@comate/zulu 0.8.0-beta.1 → 0.8.0-beta.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.
|
@@ -1195,7 +1195,9 @@ interface ToolCallMessageSpec {
|
|
|
1195
1195
|
content?: string;
|
|
1196
1196
|
askApproval?: boolean;
|
|
1197
1197
|
};
|
|
1198
|
-
displayResult:
|
|
1198
|
+
displayResult: {
|
|
1199
|
+
failureReason?: 'conflict';
|
|
1200
|
+
};
|
|
1199
1201
|
};
|
|
1200
1202
|
delete_file: {
|
|
1201
1203
|
displayParams: {
|
|
@@ -1209,7 +1211,9 @@ interface ToolCallMessageSpec {
|
|
|
1209
1211
|
path: string;
|
|
1210
1212
|
askApproval?: boolean;
|
|
1211
1213
|
};
|
|
1212
|
-
displayResult:
|
|
1214
|
+
displayResult: {
|
|
1215
|
+
failureReason?: 'conflict';
|
|
1216
|
+
};
|
|
1213
1217
|
};
|
|
1214
1218
|
run_debug_command: {
|
|
1215
1219
|
displayParams: {
|