fix: settings directory and command description

This commit is contained in:
mingholy.lmh
2025-08-25 17:52:39 +08:00
parent 9a4a91ee6d
commit 86724ea85b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import { CommandKind, OpenDialogActionReturn, SlashCommand } from './types.js';
export const settingsCommand: SlashCommand = {
name: 'settings',
description: 'View and edit Gemini CLI settings',
description: 'View and edit Qwen Code settings',
kind: CommandKind.BUILT_IN,
action: (_context, _args): OpenDialogActionReturn => ({
type: 'dialog',