@rallycry/conveyor-agent 7.2.15 → 7.2.16
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.
|
@@ -6791,8 +6791,7 @@ function buildMutationTools(connection) {
|
|
|
6791
6791
|
title: z8.string().describe("Task title"),
|
|
6792
6792
|
description: z8.string().optional().describe("Task description"),
|
|
6793
6793
|
plan: z8.string().optional().describe("Implementation plan in markdown"),
|
|
6794
|
-
status: z8.string().optional().describe("Initial status (default: Planning)")
|
|
6795
|
-
isBug: z8.boolean().optional().describe("Whether this is a bug report")
|
|
6794
|
+
status: z8.string().optional().describe("Initial status (default: Planning)")
|
|
6796
6795
|
},
|
|
6797
6796
|
async (params) => {
|
|
6798
6797
|
try {
|
|
@@ -7759,4 +7758,4 @@ export {
|
|
|
7759
7758
|
loadForwardPorts,
|
|
7760
7759
|
loadConveyorConfig
|
|
7761
7760
|
};
|
|
7762
|
-
//# sourceMappingURL=chunk-
|
|
7761
|
+
//# sourceMappingURL=chunk-4XJPZGXU.js.map
|