mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-04-07 06:10:48 -07:00
memeloopTaskAgentWorkerHandler yields { state } without a message field (worker-side
bindWorkerConversation handles message materialization). The old code gated hook dispatch
and heartbeat startup inside if (lastResult?.message), so they were never triggered for
memeloop agents. Extract hook + heartbeat into if (lastResult) so they run regardless of
whether the framework attached a message to the terminal yield.
|
||
|---|---|---|
| .. | ||
| __tests__ | ||
| components | ||
| constants | ||
| helpers | ||
| images | ||
| pages | ||
| preload | ||
| renderer | ||
| services | ||
| types | ||
| windows | ||
| debug.ts | ||
| global.d.ts | ||
| main.ts | ||
| renderer.tsx | ||
| type.d.ts | ||