MCPcopy Index your code
hub / github.com/coder/mux / settleOnTranscript

Method settleOnTranscript

src/node/services/agentStatusService.ts:268–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 // `markRecencyObserved()` because they should still retry on the same
267 // transcript when conditions change.
268 const settleOnTranscript = () => {
269 markRecencyObserved();
270 state.lastInputHash = dedupHash;
271 resetProviderFailureTracking(state);
272 };
273
274 if (
275 isRecentRecencyAheadOfHistory(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected