feat(core): Disable fast ack helper for hints. (#21011)

This commit is contained in:
joshualitt
2026-03-04 12:56:56 -08:00
committed by GitHub
parent efec63658a
commit 4c85d14f48
5 changed files with 0 additions and 36 deletions
@@ -65,10 +65,6 @@ describe('Model Steering Integration', () => {
// Resolve list_directory (Proceed)
await rig.resolveTool('ReadFolder');
// Wait for the model to process the hint and output the next action
// Based on steering.responses, it should first acknowledge the hint
await rig.waitForOutput('ACK: I will focus on .txt files now.');
// Then it should proceed with the next action
await rig.waitForOutput(
/Since you want me to focus on .txt files,[\s\S]*I will read file1.txt/,