* Get the current ask type if the agent is waiting for input.
()
| 250 | * Get the current ask type if the agent is waiting for input. |
| 251 | */ |
| 252 | getCurrentAsk(): ClineAsk | undefined { |
| 253 | return this.store.getAgentState().currentAsk |
| 254 | } |
| 255 | |
| 256 | /** |
| 257 | * Check if the client has received any state from the extension. |
no test coverage detected