OpenClaw iOS app adds historical Apple Health data sync up to 18 months

The OpenClaw iOS app now supports historical Apple Health data synchronization, a feature that was heavily requested by users according to developer feedback.
Key Details
On the latest version of the app, historical data sync from Apple Health to OpenClaw is fully enabled. Users can sync up to 18 months of historical health data. The developer notes that larger timeframes will be enabled soon.
The app is available on the Apple App Store at: https://apps.apple.com/app/health-sync-for-openclaw/id6759522298
According to the source, this data can be used to create personalized insights or to let your agent function as an AI-enabled personal trainer. The developer is also soliciting feedback for additional features.
For developers working with AI agents that process health or fitness data, this type of historical data export enables more comprehensive training datasets and longitudinal analysis capabilities.
📖 Read the full source: r/openclaw
👀 See Also

Open Source Knowledge Base Server and Multi-Agent Orchestrator for Persistent AI Memory
A developer built a custom MCP server on a private VPS to give Claude, Codex, and Gemini persistent memory across sessions, with a knowledge base server that ingests Obsidian vaults and a multi-agent orchestrator called Daniel for failover.

A Pattern for Running Claude Code on Overnight Unattended Sessions Without Drift
A three-piece framework — chain runner, supervisor, and a single handoff contract — solves the feedback-loop drift problem in multi-hour autonomous Claude Code sessions.

Building a Sub-500ms Voice Agent: Architecture and Performance Insights
A developer built a voice agent from scratch achieving ~400ms end-to-end latency with full STT → LLM → TTS streaming. Key insights include treating voice as a turn-taking problem, using semantic end-of-turn detection, and colocating all components for minimal latency.

re_gent: Git for AI Coding Agents – Version Control for Agent Activity
re_gent is an open-source tool that provides version control for AI agent sessions, tracking every tool call, storing prompts and file diffs, and enabling commands like `rgt log`, `rgt blame`, and `rgt rewind` (coming soon).