We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b113b commit 565117fCopy full SHA for 565117f
.changeset/bright-dots-appear.md
@@ -0,0 +1,5 @@
1
+---
2
+"hai-build-code-generator": patch
3
4
+
5
+Fixed find-files-agent returned empty files even after indexing
src/core/task/index.ts
@@ -176,6 +176,7 @@ export class Task {
176
this.chatSettings = chatSettings
177
178
// HAI variable initialization
179
+ this.task = task
180
this.expertPrompt = expertPrompt
181
this.apiConfiguration = apiConfiguration
182
this.embeddingConfiguration = embeddingConfiguration
0 commit comments