()
| 292 | } |
| 293 | |
| 294 | async listPluginCommands(): Promise<readonly PluginCommandDef[]> { |
| 295 | this.ensureOpen(); |
| 296 | return this.rpc.listPluginCommands({ sessionId: this.id }); |
| 297 | } |
| 298 | |
| 299 | /** |
| 300 | * List background tasks for this session's interactive agent. |
no test coverage detected