agentfootprint-lens 0.26.0 → 0.26.2

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.
@@ -2287,7 +2287,7 @@ function explainableShellPropsFromRunner(agent, recorder) {
2287
2287
  return {
2288
2288
  runtimeSnapshot: agent.getLastSnapshot() ?? null,
2289
2289
  narrativeEntries: [...agent.getLastNarrativeEntries()],
2290
- traceGraph: structureGraphFromRunner(agent),
2290
+ traceGraph: structureGraphFromRunner(agent, { decorate: false }),
2291
2291
  runtimeOverlay: recorder.runtime.getOverlay()
2292
2292
  };
2293
2293
  }
@@ -2529,4 +2529,4 @@ export {
2529
2529
  defaultSize,
2530
2530
  layoutLensGraph
2531
2531
  };
2532
- //# sourceMappingURL=chunk-GIYBC66K.js.map
2532
+ //# sourceMappingURL=chunk-JGB5GEQK.js.map