Merge 8526f6c416 into da71eaebd2
This commit is contained in:
commit
bf6fcbf844
@ -126,6 +126,13 @@ let cachedNativeRegistry: ReturnType<typeof getActivePluginRegistry> | null = nu
|
|||||||
|
|
||||||
function buildChatCommands(): ChatCommandDefinition[] {
|
function buildChatCommands(): ChatCommandDefinition[] {
|
||||||
const commands: ChatCommandDefinition[] = [
|
const commands: ChatCommandDefinition[] = [
|
||||||
|
defineChatCommand({
|
||||||
|
key: "stop",
|
||||||
|
nativeName: "stop",
|
||||||
|
description: "Stop the current run.",
|
||||||
|
textAlias: "/stop",
|
||||||
|
category: "session",
|
||||||
|
}),
|
||||||
defineChatCommand({
|
defineChatCommand({
|
||||||
key: "help",
|
key: "help",
|
||||||
nativeName: "help",
|
nativeName: "help",
|
||||||
@ -341,13 +348,6 @@ function buildChatCommands(): ChatCommandDefinition[] {
|
|||||||
],
|
],
|
||||||
argsMenu: "auto",
|
argsMenu: "auto",
|
||||||
}),
|
}),
|
||||||
defineChatCommand({
|
|
||||||
key: "stop",
|
|
||||||
nativeName: "stop",
|
|
||||||
description: "Stop the current run.",
|
|
||||||
textAlias: "/stop",
|
|
||||||
category: "session",
|
|
||||||
}),
|
|
||||||
defineChatCommand({
|
defineChatCommand({
|
||||||
key: "restart",
|
key: "restart",
|
||||||
nativeName: "restart",
|
nativeName: "restart",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user