Skip to content

Commit d76994e

Browse files
authored
Update openclaw to version 2026.2.3 (#4654)
1 parent a6c3823 commit d76994e

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

openclaw/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
APP_PORT: 18789
77

88
gateway:
9-
image: ghcr.io/getumbrel/openclaw-umbrel:2026.2.1-browser@sha256:3faa7a6b89a97dc78aa0636e3d95740adbcf0a5c1fc07fd7cbb826e72a23228a
9+
image: ghcr.io/getumbrel/openclaw-umbrel:2026.2.3@sha256:f99d9e6b42a617eb3edb896c538b82747ab3f84388df255d049e19ed179d142e
1010
user: "1000:1000"
1111
init: true
1212
restart: on-failure

openclaw/umbrel-app.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: openclaw
33
name: OpenClaw
44
tagline: The AI that actually does things
55
category: ai
6-
version: "2026.2.1"
6+
version: "2026.2.3"
77
port: 18789
88
path: ""
99
description: >-
@@ -38,6 +38,17 @@ gallery:
3838
- 1.jpg
3939
- 2.jpg
4040
- 3.jpg
41-
releaseNotes: ""
41+
releaseNotes: >-
42+
This release focuses on reliability, security, and developer experience improvements:
43+
- Fully typed Telegram codebase with all remaining @ts-nocheck removed
44+
- Major Cron enhancements: announce delivery mode, safer defaults, ISO 8601 scheduling, and deduplication fixes
45+
- Messaging upgrades with per-channel and per-account response prefix overrides
46+
- Web UI and TUI fixes for agents, model selection, streaming, and history handling
47+
- Broad security hardening across channels, media handling, credentials, and voice calls
48+
- Documentation updates, including expanded zh-CN content
49+
- Fixed OpenAI onboarding and model selection
50+
51+
52+
Full release notes can be found at https://github.com/openclaw/openclaw/releases
4253
submitter: Umbrel
4354
submission: https://github.com/getumbrel/umbrel-apps/pull/4649

0 commit comments

Comments
 (0)