@dreb/coding-agent 2.34.0 → 2.34.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.
@@ -2443,6 +2443,7 @@ export class AgentSession {
2443
2443
  subagent: {
2444
2444
  parentProvider: () => this.model?.provider,
2445
2445
  parentModel: () => this.model?.id,
2446
+ parentSessionFile: () => this.sessionFile,
2446
2447
  modelRegistry: this._modelRegistry,
2447
2448
  getAgentModelsForAgent: (name) => this.settingsManager?.getAgentModelsForAgent(name),
2448
2449
  onBackgroundStart: (agentId, agentType, taskSummary) => {