π‘ 2026-07-02 10:29 UTC
π New Releases
v2026.7.1-beta.1 β openclaw 2026.7.1-beta.1 (2026-07-02) β οΈ pre-release
Highlights
- OpenAI GPT-5.6 support: OpenClaw now recognizes the GPT-5.6 model family across catalog, capability, and runtime selection paths. (#98333) Thanks @steipete-oai.
- External harness attachment:
openclaw attach launches an external harness against an existing Gateway session, making interactive Codex-style workflows easier to resume and inspect. (#96454) Thanks @anagnorisis2peripeteia and @obviyus.
- Telegram Codex workflows: Telegram can now start Codex pairing with
/login, steer active Codex runs, and recover final replies across transient API failures. (#98006, #98126, #98786) Thanks @100yenadmin, @Kyzcreig, and @obviyus.
- Event-driven cron runs: the new
on-exit schedule kind wakes an agent when a watched command exits, while session-targeted runs can detach cleanly. (#92037, #98755) Thanks @anagnorisis2peripeteia, @obviyus, and @EthanSK.
- Native app refresh: iOS adopts the iOS 26 visual system with clearer navigation, settings, Chat, Talk, and onboarding flows, while native app localization expands across Apple and Android surfaces. (#98452, #98736, #98811, #97110, #97111, #97112, #97113) Thanks @vincentkoc.
- Richer messaging: iMessage gains native poll creation, reading, and voting, and built-in usage footers provide clearer per-turn accounting in chat. (#98421, #92657, #92877) Thanks @omarshahine, @lobster, and @Marvinthebored.
- Safer scoped conversations: capability profiles prepare per-conversation tool and access boundaries without weakening the existing default profile. (#98536)
π Commits to main (11 new)
Other commits (11)
5bcd25f0 fix(discord): gate guild metadata reads [AI] (#98966) (#98966)
22d686d1 fix(feishu): include video upload duration (#98235) (#98235)
9d3e2633 fix(ios): back from settings details returns to the originating screen (#98898) (#98898)
a8c7657c fix(android): return settings details to their originating tab on Back (#98914) (#98914)
04e4c371 [codex] Support Android selected photo access (#98059) (#98059)
d45b8be9 fix(agents): preserve fresh tool result text under aggregate cap (#98955) (#98955)
f2abf57d fix(android): make offline chat actionable (#94566) (#94566)
133ce01e feat(ios): PR1 brand color palette overhaul (#98930) (#98930)
c170e915 fix(terminal): preserve sibling home-prefix paths (#98876) (#98876)
c4102f5d feat(ios): refine the chat experience (#98953) (#98953)
a7419564 fix(mattermost): paginate peer directory members (#98877) (#98877)
π Areas touched
- apps/ (47 files)
- extensions/ (8 files)
- packages/ (3 files)
- src/ (2 files)
π‘ 2026-07-02 10:29 UTC
π New Releases
v2026.7.1-beta.1 β openclaw 2026.7.1-beta.1 (2026-07-02)β οΈ pre-release
Highlights
openclaw attachlaunches an external harness against an existing Gateway session, making interactive Codex-style workflows easier to resume and inspect. (#96454) Thanks @anagnorisis2peripeteia and @obviyus./login, steer active Codex runs, and recover final replies across transient API failures. (#98006, #98126, #98786) Thanks @100yenadmin, @Kyzcreig, and @obviyus.on-exitschedule kind wakes an agent when a watched command exits, while session-targeted runs can detach cleanly. (#92037, #98755) Thanks @anagnorisis2peripeteia, @obviyus, and @EthanSK.π Commits to main (11 new)
Other commits (11)
5bcd25f0fix(discord): gate guild metadata reads [AI] (#98966) (#98966)22d686d1fix(feishu): include video upload duration (#98235) (#98235)9d3e2633fix(ios): back from settings details returns to the originating screen (#98898) (#98898)a8c7657cfix(android): return settings details to their originating tab on Back (#98914) (#98914)04e4c371[codex] Support Android selected photo access (#98059) (#98059)d45b8be9fix(agents): preserve fresh tool result text under aggregate cap (#98955) (#98955)f2abf57dfix(android): make offline chat actionable (#94566) (#94566)133ce01efeat(ios): PR1 brand color palette overhaul (#98930) (#98930)c170e915fix(terminal): preserve sibling home-prefix paths (#98876) (#98876)c4102f5dfeat(ios): refine the chat experience (#98953) (#98953)a7419564fix(mattermost): paginate peer directory members (#98877) (#98877)π Areas touched