mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 22:51:08 +00:00
update /theme to new slash command arch (#3791)
Co-authored-by: matt korwel <matt.korwel@gmail.com> Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
This commit is contained in:
parent
2826c7a1c6
commit
4197f30278
7 changed files with 102 additions and 14 deletions
|
|
@ -8,11 +8,13 @@ import { SlashCommand } from '../ui/commands/types.js';
|
|||
import { memoryCommand } from '../ui/commands/memoryCommand.js';
|
||||
import { helpCommand } from '../ui/commands/helpCommand.js';
|
||||
import { clearCommand } from '../ui/commands/clearCommand.js';
|
||||
import { themeCommand } from '../ui/commands/themeCommand.js';
|
||||
|
||||
const loadBuiltInCommands = async (): Promise<SlashCommand[]> => [
|
||||
clearCommand,
|
||||
helpCommand,
|
||||
memoryCommand,
|
||||
themeCommand,
|
||||
];
|
||||
|
||||
export class CommandService {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue