@crewx/sdk 0.8.9-rc.0 → 0.8.9-rc.1
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/package.json
CHANGED
|
@@ -305,10 +305,12 @@ layouts:
|
|
|
305
305
|
{{#if props.showConversationHistory}}
|
|
306
306
|
{{#if messages.length}}
|
|
307
307
|
{{#if thread_id}}
|
|
308
|
-
<
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
308
|
+
<crewx_system_message type="hint" thread_id="{{thread_id}}" agent_id="{{agent.id}}" now="{{now}}">
|
|
309
|
+
This thread may include your prior assistant task activity.
|
|
310
|
+
If the user is continuing previous work, run:
|
|
311
|
+
crewx dreaming --thread={{thread_id}} --agent={{agent.id}} --continue
|
|
312
|
+
Do not run dreaming for completely new, unrelated questions.
|
|
313
|
+
</crewx_system_message>
|
|
312
314
|
|
|
313
315
|
{{/if}}
|
|
314
316
|
<conversation_history platform="{{platform}}">
|