@coresource/hz 0.20.6 → 0.20.7
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/hz.mjs +2 -1
- package/package.json +1 -1
package/dist/hz.mjs
CHANGED
|
@@ -10214,7 +10214,8 @@ async function runPlanningFlow(options) {
|
|
|
10214
10214
|
(await options.client.request({
|
|
10215
10215
|
body: {
|
|
10216
10216
|
repos: options.repoPaths,
|
|
10217
|
-
task_description: options.taskDescription
|
|
10217
|
+
task_description: options.taskDescription,
|
|
10218
|
+
...investigationResult?.result ? { investigation: investigationResult.result } : {}
|
|
10218
10219
|
},
|
|
10219
10220
|
method: "POST",
|
|
10220
10221
|
path: "/plan/create",
|