Project activity for July 12, 2026:
agents.happitec.com
3 commits
- Implemented a minimizable UI state for AskUserQuestion dialogs on iOS, allowing users to collapse them into a compact horizontal bar (slim bar) to reduce visual clutter and reclaim screen real estate.
- Added interactive affordances: A dedicated grabber control enables users to drag the minimized bar to expand it back or toggle its visibility, improving accessibility and intuitive interaction flow.
- Enhanced session persistence: When the app returns from background, previously minimized questions automatically re-expand to their prior state (either expanded or minimized), preserving user context and reducing disruptive UI jumps.
xcode-preview-vm
9 commits
- Streamlined Preview Catalog Generation: The
--projectflag now intelligently resolves.xcodeprojpaths to locate#Previewsources by walking parent directories; the pipeline is migrated from ad-hoc scripts to a reusable GitHub workflow, promoting consistency and maintainability. - Improved Manifest Interoperability: Preview manifests now emit standardized identifiers—
bundleId,previewId, andcontentHash(v1.3.0)—ensuring reliable caching and delta updates across environments. - Robustness & Readiness Guards: A critical fix ensures iOS app cold-start readiness is properly guarded in the preview render path, preventing premature or failed renders during CI execution.
- Comprehensive Documentation & Configuration: Detailed schema specs (e.g., v1 of the
preview-catalogzip format) and clarifications on bundle/preview ID placement solidify contract stability; additional guides cover private SPM dependencies and end-to-end app-token handling, lowering integration friction for teams adopting the system.