Project activity for June 04, 2026:
agents.happitec.com
4 commits
- Implemented a native
AskUserQuestion(AUQ) UI component with bidirectional answer-back support, replacing the prior webview-based implementation to improve performance, reliability, and platform integration—enabling direct user interaction (e.g., selecting options, entering text) without relying on embedded browser engines. - Refactored the gallery flow to use item-based presentation instead of modal stacks, resolving a critical iPad bug where dismissing a preview with “X” would unexpectedly reopen the previous screen—ensuring smoother, context-aware navigation.
- Released v1.0.144, incorporating the AUQ enhancements and gallery fix, building on the prior 1.0.143 release that updated iOS (build 237) and macOS (build 150) targets for compatibility and stability.
dash-agent
1 commit
- Enhanced prompt API with interactive question support: The
/api/promptsendpoint now supports interactive user questions viakind=question, enabling dynamic, context-aware user input collection directly within prompt workflows. This allows downstream systems to trigger real-time, structured questions (e.g., clarification requests, form-like data gathering) instead of only static prompt generation—improving user engagement and reducing reliance on pre-configured static templates.