()
| 147 | } |
| 148 | |
| 149 | async init(): Promise<void> { |
| 150 | this.ensureOpen(); |
| 151 | await this.rpc.generateAgentsMd({ sessionId: this.id }); |
| 152 | } |
| 153 | |
| 154 | async getSessionWarnings() { |
| 155 | this.ensureOpen(); |
nothing calls this directly
no test coverage detected