mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-09 05:22:55 +00:00
refactor: move transcripts into core
Move meeting notes into core transcripts, remove the bundled meeting-notes plugin/API, and require explicit transcripts.enabled before exposing the recording-capable tool.
This commit is contained in:
committed by
GitHub
parent
45feb37b13
commit
cac0b2db18
@@ -107,6 +107,11 @@ const coreEntrySpecs: readonly CommandGroupDescriptorSpec<
|
||||
loadModule: () => import("../mcp-cli.js"),
|
||||
exportName: "registerMcpCli",
|
||||
},
|
||||
{
|
||||
commandNames: ["transcripts"],
|
||||
loadModule: () => import("./register.transcripts.js"),
|
||||
exportName: "registerTranscriptsCli",
|
||||
},
|
||||
]),
|
||||
),
|
||||
defineImportedCommandGroupSpec(
|
||||
|
||||
Reference in New Issue
Block a user