Commit Graph

10 Commits

Author SHA1 Message Date
Mahima Shanware a2e862e8b4 fix(simulator): allow acting on static screens when blocked to handle UI lag 2026-05-26 16:13:26 +00:00
Mahima Shanware 88d9edf345 feat(cli): fix UserSimulator deadlock on static screens by tracking composite state 2026-05-26 16:13:26 +00:00
Mahima Shanware 5a0014e9ae feat(cli): inject internal tool state into UserSimulator and enhance UI noise suppression
- Subscribe UserSimulator to MESSAGE_BUS for tool-calls-update events.

- Explicitly notify simulator when the system is blocked awaiting tool approval.

- Suppress Notifications and ToastDisplay when simulateUser is enabled.

- Suppress warn/error logs in ConsolePatcher during non-interactive simulation.

- Add 100ms post-submission settle delay for robust input injection.

- Update unit tests to verify internal state injection and reliable delays.
2026-05-26 16:13:26 +00:00
Mahima Shanware 447cab514a feat(cli): improve UserSimulator robustness and prompt sensitivity
- Prioritize interactive markers (prompts, confirmation dialogs) over background timers/spinners.

- Suppress background update checks and non-fatal UI warnings when simulateUser is enabled.

- Refine simulator system prompt for more aggressive prompt detection.

- Implement reliable key submission with stabilized terminal initialization and inter-character delays.

- Add unit tests for UserSimulator vision and input submission.
2026-05-26 16:13:26 +00:00
Your Name 0a5bfd86ec Modify UserSimulator prompt to prefer 'Allow for this session' for execution prompts 2026-05-26 16:13:26 +00:00
Hadi Minooei ac63417a59 feat: add option to disable streaming in CLI 2026-05-26 16:13:26 +00:00
Your Name 5bce1f78bd Fix regex gap in UserSimulator to handle 'Xm' timer format 2026-05-26 16:13:25 +00:00
Your Name 27ed3a4d07 Improve screen normalization in UserSimulator to prevent polling loops 2026-05-26 16:13:25 +00:00
Your Name 7cc657add2 Fix race condition in terminal rendering in UserSimulator 2026-05-26 16:13:25 +00:00
Hadi Minooei 78754b9349 feat(cli): add user simulator, docker support, and external knowledge source handling
- Added UserSimulator service for automated interactions.

- Added Docker simulation script and documentation.

- Supported --knowledge-source flag defaulting to ~/.agents/kb.md.
2026-05-26 16:13:24 +00:00