feat: add sproutclaw webui
This commit is contained in:
@@ -876,6 +876,14 @@ export class AgentSession {
|
||||
return this.sessionManager.getSessionName();
|
||||
}
|
||||
|
||||
/**
|
||||
* Monotonic counter emitted on each completed turn ({@link TurnEndEvent.turnIndex}); resets on agent_start.
|
||||
* Mirrors the value shown next to ✓ Turn N complete-style UI (N equals this counter after idle).
|
||||
*/
|
||||
get turnIndex(): number {
|
||||
return this._turnIndex;
|
||||
}
|
||||
|
||||
/** Scoped models for cycling (from --models flag) */
|
||||
get scopedModels(): ReadonlyArray<{ model: Model<any>; thinkingLevel?: ThinkingLevel }> {
|
||||
return this._scopedModels;
|
||||
|
||||
Reference in New Issue
Block a user