Skip to content

Please publish stable release with stringEnum fix (currently only in 1.1.0-beta) #652

@marzliak

Description

@marzliak

Context

The current stable release (1.0.32) imports stringEnum from openclaw/plugin-sdk:

import { stringEnum } from "openclaw/plugin-sdk";

This breaks at runtime with openclaw 2026.4.14 because plugin-sdk/index.js does not re-export stringEnum:

TypeError: (0 , _pluginSdk.stringEnum) is not a function

What's already fixed

The fix is already in master (1.1.0-beta.10) — stringEnum is now defined locally instead of imported from the SDK.

Request

Could you publish a new stable release (1.1.0 or a 1.0.33 patch) so users on the stable channel get the fix without having to install a beta?

Related

Also reported the root cause to the openclaw team: openclaw/openclaw#68279

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions