mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 01:01:13 +00:00
fix: land slash command metadata parsing (#58725) (thanks @Mlightsnow)
This commit is contained in:
@@ -6,6 +6,8 @@ const TASK_ROOT = path.resolve(import.meta.dirname);
|
||||
const SRC_ROOT = path.resolve(TASK_ROOT, "..");
|
||||
|
||||
const ALLOWED_IMPORTERS = new Set([
|
||||
"auto-reply/reply/commands-status.ts",
|
||||
"auto-reply/reply/commands-tasks.ts",
|
||||
"tasks/runtime-internal.ts",
|
||||
"tasks/task-owner-access.ts",
|
||||
"tasks/task-status-access.ts",
|
||||
|
||||
Reference in New Issue
Block a user