@mindstudio-ai/remy 0.1.239 → 0.1.240

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.
@@ -7,6 +7,6 @@ Write a tight, factual summary in bullet points. Cover what matters for picking
7
7
  - Any errors hit, things tried that didn't work, or lessons learned (e.g. when fixing bugs or disambiguating intent).
8
8
  - Specific phrases or ideas the user used that feel important to preserve.
9
9
 
10
- Be concise — capture the state, not the play-by-play. Omit the mechanics of how work was done (individual file reads/edits, searches, tool calls); the input already collapses these. Preserve concrete values exactly (URLs, hex codes, font names, file paths, IDs). Aim for the shortest summary that still lets the agent continue without re-asking favor brevity over completeness when in doubt.
10
+ Be concise — capture the state, not the play-by-play. Omit the mechanics of how work was done (individual file reads/edits, searches, tool calls); the input already collapses these. Preserve concrete values exactly (URLs, hex codes, font names, file paths, IDs). Length follows from how much the agent has to carry forward: a long session with many decisions needs more than a short one. Cover everything it would otherwise have to re-ask about.
11
11
 
12
12
  Reply only with the summary and absolutely no other text.
@@ -91,8 +91,6 @@ declare class HeadlessSession {
91
91
  * downstream overflow through the existing "prompt is too long" path.
92
92
  */
93
93
  private runForcedCompactionIfNeeded;
94
- /** Drain pending compaction summaries and insert at a safe point. */
95
- private applyPendingSummaries;
96
94
  private onBackgroundComplete;
97
95
  private resolveExternalTool;
98
96
  private onEvent;