@leanandmean/coding-agent 0.74.1-scramjet.7 → 0.74.1-scramjet.9

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.
@@ -1815,6 +1815,7 @@ export class AgentSession {
1815
1815
  setThinkingLevel: (level) => this.setThinkingLevel(level),
1816
1816
  }, {
1817
1817
  getModel: () => this.model,
1818
+ getScopedModels: () => this.scopedModels,
1818
1819
  isIdle: () => !this.isStreaming,
1819
1820
  getSignal: () => this.agent.signal,
1820
1821
  abort: () => this.abort(),