mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-15 22:29:04 +02:00
Add tests for AskUserQuestionHandler (14 tests): - Multi-question format handling - Backward compatibility (single question) - Session mapping edge cases - Cancel and re-prompt flow with async polling Add tests for QuestionToolWorkaround (21 tests): - Question tool detection - Duplicate prevention with toolCallId tracking - Session mapping - Question formatting with/without options - Cancel and notify flow - Handled set cleanup after 60s delay Coverage improvements: - AskUserQuestionHandler: 2.17% → ~95% - QuestionToolWorkaround: 11.42% → ~95% - Overall: 49.3% → 52.52% (above CI threshold) Part of #121