@dreb/coding-agent 2.9.0 → 2.11.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.
@@ -2210,6 +2210,7 @@ export class AgentSession {
2210
2210
  },
2211
2211
  subagent: {
2212
2212
  parentProvider: () => this.model?.provider,
2213
+ parentModel: () => this.model?.id,
2213
2214
  modelRegistry: this._modelRegistry,
2214
2215
  onBackgroundStart: (agentId, agentType, taskSummary) => {
2215
2216
  this._emit({ type: "background_agent_start", agentId, agentType, taskSummary });