diff --git a/apps/ios/CHANGELOG.md b/apps/ios/CHANGELOG.md index b96d1f82462..2720e230667 100644 --- a/apps/ios/CHANGELOG.md +++ b/apps/ios/CHANGELOG.md @@ -8,6 +8,10 @@ ### Fixed +## 2026.4.10 - 2026-04-10 + +Maintenance update for the current OpenClaw release. + ## 2026.4.6 - 2026-04-06 First App Store release of OpenClaw for iPhone. Pair with your OpenClaw Gateway to use chat, voice, sharing, and device actions from iOS. diff --git a/apps/ios/Config/Version.xcconfig b/apps/ios/Config/Version.xcconfig index 7c58570ef40..9fcbec33213 100644 --- a/apps/ios/Config/Version.xcconfig +++ b/apps/ios/Config/Version.xcconfig @@ -2,8 +2,8 @@ // Source of truth: apps/ios/version.json // Generated by scripts/ios-sync-versioning.ts. -OPENCLAW_IOS_VERSION = 2026.4.6 -OPENCLAW_MARKETING_VERSION = 2026.4.6 +OPENCLAW_IOS_VERSION = 2026.4.10 +OPENCLAW_MARKETING_VERSION = 2026.4.10 OPENCLAW_BUILD_VERSION = 1 #include? "../build/Version.xcconfig" diff --git a/apps/ios/fastlane/metadata/en-US/release_notes.txt b/apps/ios/fastlane/metadata/en-US/release_notes.txt index 53059d9cbc3..99afd00b10b 100644 --- a/apps/ios/fastlane/metadata/en-US/release_notes.txt +++ b/apps/ios/fastlane/metadata/en-US/release_notes.txt @@ -1 +1 @@ -First App Store release of OpenClaw for iPhone. Pair with your OpenClaw Gateway to use chat, voice, sharing, and device actions from iOS. +Maintenance update for the current OpenClaw release. diff --git a/apps/ios/version.json b/apps/ios/version.json index 52c3cfc2806..046d72fa615 100644 --- a/apps/ios/version.json +++ b/apps/ios/version.json @@ -1,3 +1,3 @@ { - "version": "2026.4.6" + "version": "2026.4.10" } diff --git a/src/config/bundled-channel-config-metadata.generated.ts b/src/config/bundled-channel-config-metadata.generated.ts index a3b4d485170..008eea120a1 100644 --- a/src/config/bundled-channel-config-metadata.generated.ts +++ b/src/config/bundled-channel-config-metadata.generated.ts @@ -9311,6 +9311,18 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [ type: "string", enum: ["doc", "hot-reload"], }, + streaming: { + type: "object", + properties: { + mode: { + default: "partial", + type: "string", + enum: ["off", "partial"], + }, + }, + required: ["mode"], + additionalProperties: false, + }, tts: { type: "object", properties: { @@ -9512,6 +9524,18 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [ type: "string", enum: ["doc", "hot-reload"], }, + streaming: { + type: "object", + properties: { + mode: { + default: "partial", + type: "string", + enum: ["off", "partial"], + }, + }, + required: ["mode"], + additionalProperties: false, + }, }, additionalProperties: false, },