feat: GenerateImage tool for built-in image generation

This commit is contained in:
Jack Wotherspoon
2026-03-02 09:54:31 -05:00
parent fb6ff847dd
commit 989c7a9e60
12 changed files with 1495 additions and 0 deletions
@@ -58,6 +58,7 @@ import { shellsCommand } from '../ui/commands/shellsCommand.js';
import { vimCommand } from '../ui/commands/vimCommand.js';
import { setupGithubCommand } from '../ui/commands/setupGithubCommand.js';
import { terminalSetupCommand } from '../ui/commands/terminalSetupCommand.js';
import { imageCommand } from '../ui/commands/imageCommand.js';
/**
* Loads the core, hard-coded slash commands that are an integral part
@@ -119,6 +120,7 @@ export class BuiltinCommandLoader implements ICommandLoader {
]
: [extensionsCommand(this.config?.getEnableExtensionReloading())]),
helpCommand,
imageCommand,
shortcutsCommand,
...(this.config?.getEnableHooksUI() ? [hooksCommand] : []),
rewindCommand,