Files
deepseek-harness/examples/tui-agent/tests
_Kerman 3df3a0dc00 test(tui-agent): match scripted triggers across the trailing user run
This branch intentionally appends plugin-sourced context (plan-mode
notices, the skill catalog) after the prompt, so the request's last message
is no longer the user's text. The scripted adapter keyed every scenario off
messages.at(-1) only, missed its triggers, and fell through to the
ask_user_question default — the frozen 'Waiting for the first token' PTY
timeouts. It now scans all text since the last assistant message.
2026-07-26 11:47:52 +08:00
..