Project activity for July 03, 2026:
agents.happitec.com
2 commits
- Enhanced sidebar navigation with dedicated keyboard shortcuts: Added support for ⌘0 to focus the sidebar, ⌘⇧I to open the inspector, and ⌘[ / ⌘] for grouped agent navigation—enabling faster workflows without mouse interaction.
- Clarified UI behavior documentation: Updated docs to explicitly state that
AgentKeyboardOrdergoverns sidebar sorting order, not actual visibility or rendering state—reducing ambiguity during development and review (resolves review #449).
ota-app
3 commits
- Gated preview functionality behind
#if DEBUGto ensure#Previewviews are excluded from release builds, improving build performance and preventing accidental previews in production. - Aligned widget sample bundle IDs with real, non-placeholder values to ensure accurate preview rendering and avoid runtime mismatches during development/testing.
- Enhanced documentation and tooling: added comprehensive README/AGENTS docs, refined DocC-generated API documentation (including
#Previewexamples in doc comments), and deployed a live DocC site for public-facing technical documentation.