@coresource/hz 0.20.6 → 0.20.8

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.
Files changed (2) hide show
  1. package/dist/hz.mjs +2 -1
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coresource/hz",
3
- "version": "0.20.6",
3
+ "version": "0.20.8",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "hz": "dist/hz.mjs"