mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
fix: settings directory and command description
This commit is contained in:
parent
9a4a91ee6d
commit
86724ea85b
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue