chore: release 2026.4.19-beta.2 · openclaw/openclaw@dc3df91
steipete
·
2026-04-19
·
via Recent Commits to openclaw:main
File tree
5 files changed
lines changed
macos/Sources/OpenClaw/Resources
5 files changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,9 +8,14 @@ Docs: https://docs.openclaw.ai
|
88|
99### Fixes
|
1010|
11+## 2026.4.19-beta.2
|
12+|
13+### Fixes
|
14+|
1115- Agents/openai-completions: always send `stream_options.include_usage` on streaming requests, so local and custom OpenAI-compatible backends report real context usage instead of showing 0%. (#68746) Thanks @kagura-agent.
|
1216- Agents/nested lanes: scope nested agent work per target session so a long-running nested run on one session no longer head-of-line blocks unrelated sessions across the gateway. (#67785) Thanks @stainlu.
|
1317- Agents/status: preserve carried-forward session token totals for providers that omit usage metadata, so `/status` and `openclaw sessions` keep showing the last known context usage instead of dropping back to unknown/0%. (#67695) Thanks @stainlu.
|
18+- Install/update: keep legacy update verification compatible with the QA Lab runtime shim, so updating older global installs to beta no longer fails after npm installs the package successfully.
|
1419|
1520## 2026.4.19-beta.1
|
1621|
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -65,8 +65,8 @@ android {
|
6565 applicationId = "ai.openclaw.app"
|
6666 minSdk = 31
|
6767 targetSdk = 36
|
68- versionCode = 2026041901
|
69- versionName = "2026.4.19-beta.1"
|
68+ versionCode = 2026041902
|
69+ versionName = "2026.4.19-beta.2"
|
7070 ndk {
|
7171// Support all major ABIs — native libs are tiny (~47 KB per ABI)
|
7272 abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,9 +15,9 @@
|
1515 <key>CFBundlePackageType</key>
|
1616 <string>APPL</string>
|
1717 <key>CFBundleShortVersionString</key>
|
18- <string>2026.4.19-beta.1</string>
|
18+ <string>2026.4.19-beta.2</string>
|
1919 <key>CFBundleVersion</key>
|
20- <string>2026041901</string>
|
20+ <string>2026041902</string>
|
2121 <key>CFBundleIconFile</key>
|
2222 <string>OpenClaw</string>
|
2323 <key>CFBundleURLTypes</key>
|
|
| Original file line number | Diff line number | Diff line change |
|---|
|
11{
|
22"name": "openclaw",
|
3-"version": "2026.4.19-beta.1",
|
3+"version": "2026.4.19-beta.2",
|
44"description": "Multi-channel AI gateway with extensible messaging integrations",
|
55"keywords": [],
|
66"homepage": "https://github.com/openclaw/openclaw#readme",
|
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -27471,6 +27471,6 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
2747127471 tags: ["advanced", "url-secret"],
|
2747227472 },
|
2747327473 },
|
27474- version: "2026.4.19-beta.1",
|
27474+ version: "2026.4.19-beta.2",
|
2747527475 generatedAt: "2026-03-22T21:17:33.302Z",
|
2747627476};
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。