mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-24 07:01:49 +00:00
Commands: add /plugins chat command (#48765)
* Tests: stabilize MCP config merge follow-ups * Commands: add /plugins chat command * Docs: add /plugins slash command guide
This commit is contained in:
@@ -10,7 +10,7 @@ import { defaultRuntime } from "../runtime.js";
|
||||
function fail(message: string): never {
|
||||
defaultRuntime.error(message);
|
||||
defaultRuntime.exit(1);
|
||||
throw new Error("unreachable");
|
||||
throw new Error(message);
|
||||
}
|
||||
|
||||
function printJson(value: unknown): void {
|
||||
|
||||
Reference in New Issue
Block a user