@dreb/coding-agent 2.13.0 → 2.14.0

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.
@@ -2568,8 +2568,9 @@ export class AgentSession {
2568
2568
  this.agent.setThinkingLevel(effectiveLevel);
2569
2569
  this.sessionManager.appendThinkingLevelChange(effectiveLevel);
2570
2570
  }
2571
- // Refresh git state for the resumed session
2571
+ // Refresh git state and dream timestamp for the resumed session
2572
2572
  this._gitRepoState = getGitRepoState(this._cwd) ?? undefined;
2573
+ this._resourceLoader.refreshDreamLastRun();
2573
2574
  this._baseSystemPrompt = this._rebuildSystemPrompt(this.getActiveToolNames());
2574
2575
  this._reconnectToAgent();
2575
2576
  return true;