fix: emit formatter events from hashline-edit tool (fixes #2117)
This commit is contained in:
@@ -126,7 +126,7 @@ export function createToolRegistry(args: {
|
||||
|
||||
const hashlineEnabled = pluginConfig.hashline_edit ?? false
|
||||
const hashlineToolsRecord: Record<string, ToolDefinition> = hashlineEnabled
|
||||
? { edit: createHashlineEditTool() }
|
||||
? { edit: createHashlineEditTool(ctx) }
|
||||
: {}
|
||||
|
||||
const allTools: Record<string, ToolDefinition> = {
|
||||
|
||||
Reference in New Issue
Block a user