wkappbot-core
★☆☆
wkchat ConPTY enter-intercept two-phase
PseudoConsoleRunner Enter-intercept uses Func<string,Action?> two-phase. null returns passthrough so dir works. non-null Action commits ESC then 30ms then dispatch then CR.
Steps
- On Enter invoke interceptor
- null = passthrough
- non-null = send ESC 30ms Action CR