mirror of
https://github.com/different-ai/openwork
synced 2026-05-11 17:46:23 +02:00
- Add PendingQuestion type to types.ts - Add question event handling in session.ts (question.asked, question.replied, question.rejected) - Add pendingQuestions store, activeQuestion computed, questionReplyBusy signal - Add respondQuestion and rejectQuestion API methods - Create QuestionModal component with: - Sequential wizard flow (Question X of Y) - Keyboard navigation (Arrow Up/Down + Enter) - Multi-select and custom input support - Auto-advance for single-select options - Integrate QuestionModal in session.tsx - Wire up props in app.tsx