@crewx/sdk 0.8.9-rc.13 → 0.8.9-rc.14

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewx/sdk",
3
- "version": "0.8.9-rc.13",
3
+ "version": "0.8.9-rc.14",
4
4
  "license": "UNLICENSED",
5
5
  "engines": {
6
6
  "node": ">=20.19.0"
@@ -313,9 +313,7 @@ layouts:
313
313
 
314
314
  {{#if props.showConversationHistory}}
315
315
  {{#if messages.length}}
316
- {{#if activity_log}}
317
- {{{activity_log}}}
318
-
316
+ {{#if has_activity_log}}
319
317
  **Activity log instructions**: If `<activity_log>` contains entries with `reused="ok"`, treat those results as current — do **not** re-run the same tool. Only re-run entries marked `reused="stale"` (file changed) or when you need fresher data than what is shown.
320
318
 
321
319
  {{else}}{{#if thread_id}}
@@ -352,6 +350,7 @@ layouts:
352
350
  📎 {{name}}{{#if size}} ({{formatFileSize size}}){{/if}}{{#if localPath}} - Local: {{localPath}}{{/if}}
353
351
  {{/each}}
354
352
  {{/if}}
353
+ {{#if activity_log}}{{{activity_log}}}{{/if}}
355
354
  </message>
356
355
  {{/each}}
357
356
  {{/formatConversation}}