Project activity for May 20, 2026:
agents.happitec.com
2 commits
- Client SDK Alignment and Enhanced Resilience: The client was updated to mirror
brewed dash-agent 0.1.3, incorporating the latestopenapi.yamlto align API contracts—specifically enablingauto_resumefunctionality (allowing interrupted operations to resume automatically) and addingX-Client-Versionheader support for improved telemetry and debugging. - iPad UI Architecture Refinement: The iPad-specific navigation structure was refactored to extract the
NavigationSplitViewsidebar into a dedicatedIPadAgentSidebar.swiftmodule, improving modularity, testability, and maintainability of the iPad interface without altering user-facing behavior.
dash-agent
3 commits
- Implemented automatic Markdown-to-dark-mode-HTML rendering for
GET /api/file/*.mdrequests, enabling clients to consume richly formatted, theme-aware documentation directly via API—this improves user experience and reduces frontend rendering burden. - Introduced optional
X-Client-Versionheader support across all API endpoints, laying groundwork for client-side version tracking, telemetry, and future backward-compatibility strategies without breaking existing integrations. - Fixed a symlink resolution issue in the
isMaincheck, ensuringbrew installreliably detects and launches the main entrypoint—critical for package distribution and local development workflows.