feat(a2a): add IHost.WaitForInput hook (wait-for-input 0x72); trace parity preserved

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
gamer147
2026-07-06 14:48:46 -04:00
parent e42655a849
commit b668c83de4
4 changed files with 35 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ public interface IHost
void ShowText(int offset, string text);
void CallScript(long id);
void OnStub(int opcode);
void WaitForInput();
}