Peter Steinberger
0d17623f00
chore: bump OpenClaw version to 2026.5.31
...
Bumps OpenClaw release metadata to 2026.5.31 across package manifests, app version files, plugin metadata, changelog headings, and generated shrinkwraps.
Verification:
- pnpm plugins:sync:check
- pnpm ios:version:check
- pnpm deps:shrinkwrap:check
- git diff --check
- stale 2026.5.30/build-code scan across changed files
- autoreview clean: no accepted/actionable findings
- PR CI green for real gates: Checks, security scans, dependency guard, app lanes, real behavior proof
Known non-code workflow issue:
- label workflow failed because this PR hits GitHub's 100-label issue cap before the size-label step.
2026-05-31 14:46:17 +01:00
Peter Steinberger
85beee613c
docs: clarify inline code comments
...
Comment-only follow-up documenting reusable gateway, auth, proxy, device, Talk, session, and agent helper contracts.\n\nVerification: git diff --check plus targeted tests recorded in PR body.
2026-05-31 14:37:41 +01:00
Peter Steinberger
e1ad5f5170
docs: remove divider comments ( #88115 )
2026-05-31 09:03:18 +01:00
Peter Steinberger
4c33aaa86c
refactor: unify OpenAI provider identity ( #88451 )
...
* refactor: unify OpenAI provider identity
* refactor: move legacy oauth sidecar doctor helpers
* test: align OpenAI fixtures after rebase
* test: clean OpenAI provider unification
* fix: finish OpenAI provider cleanup
* fix: finish OpenAI cleanup follow-through
* fix: finish OpenAI CI cleanup
2026-05-31 00:29:44 +01:00
Peter Steinberger
cd07d013ba
chore(release): bump version to 2026.5.30
2026-05-30 06:49:13 +01:00
Ayaan Zaidi
771ddcf184
fix(android): trust private LAN credentials
2026-05-28 10:00:32 +05:30
Ayaan Zaidi
5f3d6cde19
fix(android): keep LAN cleartext untrusted
2026-05-28 10:00:32 +05:30
Ayaan Zaidi
633c40aa65
fix(android): preserve private LAN TLS pins
2026-05-28 10:00:32 +05:30
Ayaan Zaidi
ec3ac182c5
fix(android): allow private LAN pairing
2026-05-28 10:00:32 +05:30
Peter Steinberger
cee2a50fe6
chore(release): prepare 2026.5.28
2026-05-28 01:48:07 +01:00
Peter Steinberger
7aaca4a8a6
chore(release): prepare 2026.5.27
2026-05-27 16:53:50 +01:00
Peter Steinberger
d00d0a21c2
chore: bump OpenClaw to 2026.5.26
2026-05-26 01:26:00 +01:00
Ayaan Zaidi
deb54b5dab
fix(android): harden play media permission removal
2026-05-25 09:43:15 +05:30
Ayaan Zaidi
ffb02a5919
fix(android): stabilize realtime talk connection state
2026-05-25 09:01:07 +05:30
Ayaan Zaidi
70614f88cc
fix(android): keep talk mode on realtime relay
2026-05-25 09:01:07 +05:30
Ayaan Zaidi
d7aa1f31de
test(android): add gateway connect adb probe
2026-05-25 09:01:07 +05:30
Ayaan Zaidi
e52a3b31e4
test(android): add voice mode adb e2e harness
2026-05-25 09:01:06 +05:30
Peter Steinberger
c422e7240f
chore: release 2026.5.25
2026-05-25 00:46:47 +01:00
Ayaan Zaidi
c4525104e9
style(android): sharpen voice mode surfaces
2026-05-24 22:06:36 +05:30
Ayaan Zaidi
955909c988
style(android): refine list surface spacing
2026-05-24 22:06:36 +05:30
Ayaan Zaidi
63a2f69601
fix(android): prevent stale chat during session switches
2026-05-24 22:06:36 +05:30
Ayaan Zaidi
d86ed21f3d
fix(android): hide internal chat content blocks
2026-05-24 22:06:36 +05:30
Ayaan Zaidi
cc5eb972e6
feat(android): add pair new gateway action
2026-05-24 22:06:36 +05:30
Ayaan Zaidi
94bc18ad75
fix(android): keep permission setup action visible
2026-05-24 22:06:36 +05:30
Ayaan Zaidi
be9bb775a5
fix(android): complete qr setup operator handoff
2026-05-24 20:38:57 +05:30
Ayaan Zaidi
0b55a6363e
fix(android): align setup pairing scopes
2026-05-24 20:38:57 +05:30
Ayaan Zaidi
400d90a4da
style(android): sharpen v2 screen rhythm
2026-05-24 18:37:31 +05:30
Ayaan Zaidi
24ddd18ae1
fix(android): simplify gateway status copy
2026-05-24 18:24:51 +05:30
Ayaan Zaidi
cec52bd279
fix(android): route offline voice to gateway setup
2026-05-24 18:22:28 +05:30
Ayaan Zaidi
5c15859759
fix(android): stop operator chat subscription
2026-05-24 18:16:01 +05:30
Ayaan Zaidi
60e6ccdb8c
fix(android): smooth gateway pairing recovery
2026-05-24 18:05:40 +05:30
Ayaan Zaidi
01b284cac0
style(android): fix talk mode ktlint formatting
2026-05-24 17:51:53 +05:30
Peter Steinberger
0cba872e38
chore: bump version to 2026.5.24
2026-05-24 02:40:16 +01:00
Peter Steinberger
bbf9c45ba7
feat(talk): add realtime active-run control
...
Co-authored-by: Colin <colin@solvely.net >
2026-05-24 02:35:04 +01:00
Peter Steinberger
4df34cb790
chore(release): bump version to 2026.5.22
2026-05-22 21:25:16 +01:00
VACInc
683ad75b31
fix(talk): stabilize realtime voice consults
...
Stabilize realtime Talk playback, transcript ordering, and consult routing across Android, Web, and the gateway relay.
- serialize Android realtime playback and transcript updates
- add opt-in forced consult routing for Talk realtime sessions
- keep web/gateway consult turns behind OpenClaw results with ordered transcript bubbles
- document the new `talk.realtime.consultRouting` config and keep prompt wording generic
Co-authored-by: VACInc <3279061+VACInc@users.noreply.github.com >
2026-05-22 15:12:39 +01:00
Peter Steinberger
e2c92be90b
chore(release): bump version to 2026.5.21
2026-05-22 00:09:45 +01:00
Peter Steinberger
7b9066120a
chore(release): bump version to 2026.5.20
2026-05-20 21:58:56 +01:00
Ayaan Zaidi
989e53c20d
fix(android): address overhaul review findings
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
bbcac0019b
refactor(android): make overhaul UI canonical
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
64b6cafcaa
test(android): update gateway hello callback fixtures
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
98f2e568b3
refactor(android): centralize v2 separated list rows
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
c289e3ea87
fix(android): expand v2 settings toggle hit areas
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
c0ac4564f7
fix(android): clarify v2 voice settings action
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
07b28a6dd6
fix(android): gate v2 cron job save action
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
85ef8fb975
fix(android): request v2 capability permissions
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
c885a1c243
feat(android): wire v2 chat image attachments
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
dd772307a3
fix(android): tighten v2 navigation affordances
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
43b03b7621
fix(android): expand v2 model catalog groups
2026-05-20 10:54:08 +05:30
Ayaan Zaidi
9868f4cf29
fix(android): align v2 control affordances
2026-05-20 10:54:08 +05:30