MCPcopy
hub / github.com/slopus/happy / reset

Method reset

packages/happy-cli/src/codex/utils/diffProcessor.ts:83–86  ·  view source on GitHub ↗

* Reset the processor state (called on task_complete or turn_aborted)

()

Source from the content-addressed store, hash-verified

81 * Reset the processor state (called on task_complete or turn_aborted)
82 */
83 reset(): void {
84 logger.debug('[DiffProcessor] Resetting diff state');
85 this.previousDiff = null;
86 }
87
88 /**
89 * Set the message callback for sending messages directly

Callers 1

runCodexFunction · 0.95

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected