@dreb/coding-agent 2.12.0 → 2.13.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.
@@ -200,6 +200,7 @@ export declare class AgentSession {
200
200
  private _toolPromptGuidelines;
201
201
  private _baseSystemPrompt;
202
202
  private _uiType?;
203
+ private _gitRepoState;
203
204
  constructor(config: AgentSessionConfig);
204
205
  /** Model registry for API key resolution and model discovery */
205
206
  get modelRegistry(): ModelRegistry;