OpenClaw

Versiones de OpenClaw

Mantente al día con las últimas versiones, registros de cambios y descargas de OpenClaw.

v2026.4.8ÚltimaEstable

openclaw 2026.4.8

Fixes Telegram/setup: load setup and secret contracts through packaged top-level sidecars so installed npm builds no longer try to import missing dist/extensions/telegram/src/files during gateway...

10,662Notas de la versión
v2026.4.7Estable

openclaw 2026.4.7

Changes CLI/infer: add a first-class openclaw infer ... hub for provider-backed inference workflows across model, media, web, and embedding tasks. Thanks @Takhoffman. Tools/media generation:...

2,029Notas de la versión
v2026.4.5Estable

openclaw 2026.4.5

Breaking Config: remove legacy public config aliases such as talk.voiceId / talk.apiKey, agents.*.sandbox.perSession, browser.ssrfPolicy.allowPrivateNetwork, hooks.internal.handlers, and...

30,236Notas de la versión
v2026.4.2Estable

openclaw 2026.4.2

Breaking Plugins/xAI: move x_search settings from the legacy core tools.web.x_search. path to the plugin-owned plugins.entries.xai.config.xSearch. path, standardize x_search auth on...

32,739Notas de la versión
v2026.4.1Estable

openclaw 2026.4.1

2026.4.1 Changes Tasks/chat: add /tasks as a chat-native background task board for the current session, with recent task details and agent-local fallback counts when no linked tasks are visible....

14,668Notas de la versión
v2026.4.1-beta.1Pre-lanzamiento

OpenClaw 2026.4.1-beta.1

Changes Tasks/chat: add /tasks as a chat-native background task board for the current session, with recent task details and agent-local fallback counts when no linked tasks are visible. Related...

310Notas de la versión
v2026.3.31Estable

openclaw 2026.3.31

Breaking Nodes/exec: remove the duplicated nodes.run shell wrapper from the CLI and agent nodes tool so node shell execution always goes through exec host=node, keeping node-specific capabilities on...

13,036Notas de la versión
v2026.3.31-beta.1Pre-lanzamiento

OpenClaw 2026.3.31-beta.1

Breaking Nodes/exec: remove the duplicated nodes.run shell wrapper from the CLI and agent nodes tool so node shell execution always goes through exec host=node, keeping node-specific capabilities on...

Notas de la versión
v2026.3.28Estable

openclaw 2026.3.28

Breaking Providers/Qwen: remove the deprecated qwen-portal-auth OAuth integration for portal.qwen.ai; migrate to Model Studio with openclaw onboard --auth-choice modelstudio-api-key. (#52709) Thanks...

33,303Notas de la versión
v2026.3.28-beta.1Pre-lanzamiento

OpenClaw 2026.3.28-beta.1

2026.3.28-beta.1 Breaking Providers/Qwen: remove the deprecated qwen-portal-auth OAuth integration for portal.qwen.ai; migrate to Model Studio with openclaw onboard --auth-choice modelstudio-api-key....

316Notas de la versión
v2026.3.24Estable

openclaw 2026.3.24

Breaking Changes Gateway/OpenAI compatibility: add /v1/models and /v1/embeddings, and forward explicit model overrides through /v1/chat/completions and /v1/responses for broader client and RAG...

38,477Notas de la versión
v2026.3.24-beta.2Pre-lanzamiento

openclaw 2026.3.24-beta.2

Fixes Outbound media/local files: align outbound media access with the configured fs policy so host-local files and inbound-media paths keep sending when workspaceOnly is off, while strict...

408Notas de la versión
v2026.3.24-beta.1Pre-lanzamiento

openclaw 2026.3.24-beta.1

2026.3.24-beta.1 Breaking Changes Gateway/OpenAI compatibility: add /v1/models and /v1/embeddings, and forward explicit model overrides through /v1/chat/completions and /v1/responses for broader...

242Notas de la versión
v2026.3.23Estable

2026.3.23

Breaking Changes ModelStudio/Qwen: add standard (pay-as-you-go) DashScope endpoints for China and global Qwen API keys alongside the existing Coding Plan endpoints, and relabel the provider group to...

6,594Notas de la versión
v2026.3.22Estable

openclaw 2026.3.22

2026.3.22 Breaking Plugins/install: bare openclaw plugins install <packagenow prefers ClawHub before npm for npm-safe names, and only falls back to npm when ClawHub does not have that package or...

Notas de la versión
v2026.3.22-beta.1Pre-lanzamiento

openclaw 2026.3.22-beta.1

Pre-release for npm beta tag v2026.3.22-beta. No new macOS app build is attached to this beta. macOS assets remain on stable app version 2026.3.22, and appcast.xml is intentionally unchanged in this...

Notas de la versión
v2026.3.13-1Estable

openclaw 2026.3.13

This recovery release uses v2026.3.13-1 because GitHub immutable releases do not allow reusing v2026.3.13 after publication. Important: This release exists to recover the broken v2026.3.13...

Notas de la versión
v2026.3.13-beta.1Pre-lanzamiento

openclaw 2026.3.13-beta.1

Pre-release for npm beta tag v2026.3.13-beta. macOS assets are built with stable app version 2026.3.13 so they can be reused for the later non-beta release. appcast.xml is intentionally unchanged in...

3,099Notas de la versión
v2026.3.12Estable

openclaw 2026.3.12

Changes Control UI/dashboard-v2: refresh the gateway dashboard with modular overview, chat, config, agent, and session views, plus a command palette, mobile bottom tabs, and richer chat tools like...

7,337Notas de la versión
v2026.3.11Estable

openclaw 2026.3.11

Security Gateway/WebSocket: enforce browser origin validation for all browser-originated connections regardless of whether proxy headers are present, closing a cross-site WebSocket hijacking path in...

Notas de la versión
v2026.3.11-beta.1Pre-lanzamiento

openclaw 2026.3.11-beta.1

Security Gateway/WebSocket: enforce browser origin validation for all browser-originated connections regardless of whether proxy headers are present, closing a cross-site WebSocket hijacking path in...

Notas de la versión
v2026.3.8Estable

openclaw 2026.3.8

Mac assets on this release reuse the beta artifact line from v2026.3.8-beta. Changes CLI/backup: add openclaw backup create and openclaw backup verify for local state archives, including...

37,845Notas de la versión
v2026.3.8-beta.1Pre-lanzamiento

openclaw 2026.3.8-beta.1

Changes CLI/backup: add openclaw backup create and openclaw backup verify for local state archives, including --only-config, --no-include-workspace, manifest/payload validation, and backup guidance...

14,905Notas de la versión
v2026.3.7Estable

openclaw 2026.3.7

Changes Agents/context engine plugin interface: add ContextEngine plugin slot with full lifecycle hooks (bootstrap, ingest, assemble, compact, afterTurn, prepareSubagentSpawn, onSubagentEnded),...

24,759Notas de la versión
v2026.3.7-beta.1Pre-lanzamiento

openclaw 2026.3.7-beta.1

Changes Agents/context engine plugin interface: add ContextEngine plugin slot with full lifecycle hooks (bootstrap, ingest, assemble, compact, afterTurn, prepareSubagentSpawn, onSubagentEnded),...

838Notas de la versión
v2026.3.2Estable

openclaw 2026.3.2

Changes Secrets/SecretRef coverage: expand SecretRef support across the full supported user-supplied credential surface (64 targets total), including runtime collectors, openclaw secrets...

68,855Notas de la versión
v2026.3.2-beta.1Pre-lanzamiento

openclaw 2026.3.2-beta.1

Changes Secrets/SecretRef coverage: expand SecretRef support across the full supported user-supplied credential surface (64 targets total), including runtime collectors, openclaw secrets...

854Notas de la versión
v2026.3.1Estable

openclaw 2026.3.1

Changes Agents/Thinking defaults: set adaptive as the default thinking level for Anthropic Claude 4.6 models (including Bedrock Claude 4.6 refs) while keeping other reasoning-capable models at low...

21,127Notas de la versión
v2026.2.26Estable

openclaw 2026.2.26

Changes Highlight: External Secrets Management introduces a full openclaw secrets workflow (audit, configure, apply, reload) with runtime snapshot activation, strict secrets apply target-path...

59,519Notas de la versión
v2026.2.25Estable

openclaw 2026.2.25

Changes Android/Chat: improve streaming delivery handling and markdown rendering quality in the native Android chat UI, including better GitHub-flavored markdown behavior. (#26079) Thanks @obviyus....

12,939Notas de la versión