mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 22:51:08 +00:00
migrate restore command (#4388)
This commit is contained in:
parent
f0dc9690b7
commit
5df6c9fb66
7 changed files with 424 additions and 123 deletions
|
|
@ -24,6 +24,7 @@ import { compressCommand } from '../ui/commands/compressCommand.js';
|
|||
import { ideCommand } from '../ui/commands/ideCommand.js';
|
||||
import { bugCommand } from '../ui/commands/bugCommand.js';
|
||||
import { quitCommand } from '../ui/commands/quitCommand.js';
|
||||
import { restoreCommand } from '../ui/commands/restoreCommand.js';
|
||||
|
||||
const loadBuiltInCommands = async (
|
||||
config: Config | null,
|
||||
|
|
@ -44,6 +45,7 @@ const loadBuiltInCommands = async (
|
|||
memoryCommand,
|
||||
privacyCommand,
|
||||
quitCommand,
|
||||
restoreCommand(config),
|
||||
statsCommand,
|
||||
themeCommand,
|
||||
toolsCommand,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue