Aug 27, 2026current dogfood
The August runtime wave
- newGitHub Copilot becomes a first-party runtime — pinned Copilot SDK with approvals, questions, background-task lifecycle, per-chat models, working-directory changes, and monthly plan usage
- newGeneric ACP core with per-runtime presets; OpenCode and Goose ship as the first two
- newAgent pane grid on web — drag an agent or chat onto the workspace to split, up to 2x2, with layouts that persist
- newAdapter-advertised capability controls, so each runtime's real limits drive the UI
- chgOpenClaw support removed — the adapter is gone from the bridge, and any remaining OpenClaw agents prompt for removal in Settings
- fixMobile reconnect hardening: queued delivery, send-timeout isolation, and process-death recovery across bridge replacement
Jul 30, 2026runtime parity
Codex becomes a first-party runtime
- newCodex app-server sessions, tool output, diffs, approvals, structured questions, plans, reviews, model and effort controls, permission posture, MCP, usage windows, and external-thread mirroring
- newApproval requests from Codex and Claude Code dock above the composer instead of getting buried in the transcript
- fixSteer, Stop, effort, and Auto permission semantics now reflect what the active Codex process can actually deliver
Jul 29, 2026shipping visibility
Stay with the work through the last check
- newPull-request and CI-check panel for the current repository, using the bridge machine's existing GitHub CLI session
- newRuntime-sourced model catalogs and cost hints in the model picker
- newVoice capture and transcription from the composer, with a selectable transcription model and review-before-send flow
Jul 28, 2026trust boundary
Endpoint-encrypted relay cutover
- newRemote payloads use per-device X3DH establishment and Double Ratchet messages; the legacy shared-secret relay frame is rejected
- newShort-lived relay credentials bind signed device identities to routing labels and sender envelopes
- fixLarge session snapshots are chunked within the relay's bounded message ceiling
Jul 16, 2026glanceable work
Workflows stay visible after the parent reply
- newWorkflow and sub-agent grid with phases, post-turn settling, reload rehydration, and a docked in-flight status
- newBackground tasks remain visible until their completion notification arrives
- newiOS Live Activities show the agent, folder and machine, elapsed time, current plan step, token usage, and needs-answer state
Apr 28, 2026v0.1.0-alpha.4
OpenClaw streaming polish
- newSegmented bubbles for tool calls — separate visual lane for stdout vs. response
- newAuto-reconnect with exponential backoff in the bridge
- fixThinking indicator no longer flashes between turns
Apr 22, 2026v0.1.0-alpha.3
Brand & domain
- newStatic marketing sandbox live at dev.helmora.io
- newMoonstone palette adopted across client and site
- chgRenamed AMP → Helmora Protocol throughout the spec
Apr 14, 2026v0.1.0-alpha.2
E2EE symmetric layer
- newLegacy AES-GCM shared-secret envelope between client and bridge; replaced by the July 28 X3DH and Double Ratchet cutover
- newCapability negotiation lands — client now hides buttons adapters don't support
- fixTool cards correctly collapse on mobile
Apr 03, 2026v0.1.0-alpha.1
First end-to-end build
- newBridge skeleton ships in Node + TypeScript
- newOpenClaw adapter MVP — prompt + streaming updates
- newExpo client running on iOS dev build
- newLocal WebSocket transport (no relay yet)