Skip to content

fix(mirror): send engine-only updates - #109

Merged
ralyodio merged 1 commit into
moshcoder:mainfrom
rissrice2105-agent:fix/mirror-engine-state
Jul 31, 2026
Merged

fix(mirror): send engine-only updates#109
ralyodio merged 1 commit into
moshcoder:mainfrom
rissrice2105-agent:fix/mirror-engine-state

Conversation

@rissrice2105-agent

Copy link
Copy Markdown
Contributor

Closes #108.

Summary

  • track engine changes independently from buffered terminal output
  • flush engine-only transitions both into an agent and back to the prompt
  • avoid redundant updates when the engine value has not changed
  • add a deterministic mirror test with injected credentials and HTTP transport

Validation

  • node --test test/mirror.test.mjs (passed in three consecutive runs)
  • full root suite: 247 passed, 5 skipped; the same 7 existing Windows failures require POSIX shell/signal behavior
  • git diff --check

@ralyodio
ralyodio merged commit 6fd07d4 into moshcoder:main Jul 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Session mirror drops engine changes without terminal output

2 participants