shark-ai 0.4.18 → 0.4.19
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/bin/shark.js +1 -1
- package/dist/{chunk-VS6HH2CF.js → chunk-KMWAJHAA.js} +3 -2
- package/dist/chunk-KMWAJHAA.js.map +1 -0
- package/dist/{developer-agent-Z535MYGI.js → developer-agent-HZOMPDMH.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-VS6HH2CF.js.map +0 -1
- /package/dist/{developer-agent-Z535MYGI.js.map → developer-agent-HZOMPDMH.js.map} +0 -0
package/dist/bin/shark.js
CHANGED
|
@@ -721,6 +721,7 @@ ${prompt}` : prompt;
|
|
|
721
721
|
stackspot_knowledge: false,
|
|
722
722
|
return_ks_in_response: true,
|
|
723
723
|
deep_search_ks: false,
|
|
724
|
+
use_conversation: true,
|
|
724
725
|
conversation_id: options.conversationId
|
|
725
726
|
};
|
|
726
727
|
const agentVersion = this.getAgentVersion();
|
|
@@ -3353,7 +3354,7 @@ var SubagentManager = class {
|
|
|
3353
3354
|
this.registerSubagent(id, sub.TypeName, sub.Role);
|
|
3354
3355
|
const promise = (async () => {
|
|
3355
3356
|
try {
|
|
3356
|
-
const { interactiveDeveloperAgent: interactiveDeveloperAgent2 } = await import("./developer-agent-
|
|
3357
|
+
const { interactiveDeveloperAgent: interactiveDeveloperAgent2 } = await import("./developer-agent-HZOMPDMH.js");
|
|
3357
3358
|
const customType = this.customTypes.get(sub.TypeName);
|
|
3358
3359
|
let customContext = `[Subagent Context] ID: ${id}, Parent ID: ${parentId}, Role: ${sub.Role}
|
|
3359
3360
|
`;
|
|
@@ -3781,4 +3782,4 @@ export {
|
|
|
3781
3782
|
astOrganizeImports,
|
|
3782
3783
|
interactiveDeveloperAgent
|
|
3783
3784
|
};
|
|
3784
|
-
//# sourceMappingURL=chunk-
|
|
3785
|
+
//# sourceMappingURL=chunk-KMWAJHAA.js.map
|