Extensions: migrate matrix plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:10 -05:00
parent b7df821372
commit 15f7e329c2
33 changed files with 34 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ import {
type ChannelMessageActionContext,
type ChannelMessageActionName,
type ChannelToolSend,
} from "openclaw/plugin-sdk";
} from "openclaw/plugin-sdk/compat";
import { resolveMatrixAccount } from "./matrix/accounts.js";
import { handleMatrixAction } from "./tool-actions.js";
import type { CoreConfig } from "./types.js";