mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
feat: add export command draft for session history with markdown and HTML formats
This commit is contained in:
parent
584b9ca0f6
commit
feeae875a0
5 changed files with 1129 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import { copyCommand } from '../ui/commands/copyCommand.js';
|
|||
import { docsCommand } from '../ui/commands/docsCommand.js';
|
||||
import { directoryCommand } from '../ui/commands/directoryCommand.js';
|
||||
import { editorCommand } from '../ui/commands/editorCommand.js';
|
||||
import { exportCommand } from '../ui/commands/exportCommand.js';
|
||||
import { extensionsCommand } from '../ui/commands/extensionsCommand.js';
|
||||
import { helpCommand } from '../ui/commands/helpCommand.js';
|
||||
import { ideCommand } from '../ui/commands/ideCommand.js';
|
||||
|
|
@ -67,6 +68,7 @@ export class BuiltinCommandLoader implements ICommandLoader {
|
|||
docsCommand,
|
||||
directoryCommand,
|
||||
editorCommand,
|
||||
exportCommand,
|
||||
extensionsCommand,
|
||||
helpCommand,
|
||||
await ideCommand(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue