feat: add /allowlist command

This commit is contained in:
Peter Steinberger
2026-01-21 05:31:07 +00:00
parent 0229b8bbd8
commit 555b2578a8
7 changed files with 839 additions and 0 deletions

View File

@@ -157,6 +157,13 @@ function buildChatCommands(): ChatCommandDefinition[] {
description: "Show current status.",
textAlias: "/status",
}),
defineChatCommand({
key: "allowlist",
description: "List/add/remove allowlist entries.",
textAlias: "/allowlist",
acceptsArgs: true,
scope: "text",
}),
defineChatCommand({
key: "context",
nativeName: "context",