MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getCurrentAsk

Method getCurrentAsk

apps/cli/src/agent/extension-client.ts:252–254  ·  view source on GitHub ↗

* Get the current ask type if the agent is waiting for input.

()

Source from the content-addressed store, hash-verified

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.

Callers 3

runStdinStreamModeFunction · 0.80

Calls 1

getAgentStateMethod · 0.45

Tested by

no test coverage detected