feat: /model command for switching to vision model

This commit is contained in:
mingholy.lmh
2025-09-05 16:06:20 +08:00
parent 03eb1faf0a
commit d9f949c9af
17 changed files with 1899 additions and 137 deletions

View File

@@ -34,6 +34,7 @@ import { settingsCommand } from '../ui/commands/settingsCommand.js';
import { vimCommand } from '../ui/commands/vimCommand.js';
import { setupGithubCommand } from '../ui/commands/setupGithubCommand.js';
import { terminalSetupCommand } from '../ui/commands/terminalSetupCommand.js';
import { modelCommand } from '../ui/commands/modelCommand.js';
/**
* Loads the core, hard-coded slash commands that are an integral part
@@ -68,6 +69,7 @@ export class BuiltinCommandLoader implements ICommandLoader {
initCommand,
mcpCommand,
memoryCommand,
modelCommand,
privacyCommand,
quitCommand,
restoreCommand(this.config),