diff options
| author | Harold Mciver <[email protected]> | 2025-07-16 20:27:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-17 00:27:36 +0000 |
| commit | fbe09cd35e6c043ea2dc69281b758e5ad9f3896c (patch) | |
| tree | 481b16f1e56ae7fc0eea04de11f60fcd04e0e961 /packages/cli/src/services/CommandService.ts | |
| parent | ab9eb9377fdfe7823be8ea0c7c394c5368b28951 (diff) | |
update `/editor` to new slash command arch (#4153)
Co-authored-by: Abhi <[email protected]>
Diffstat (limited to 'packages/cli/src/services/CommandService.ts')
| -rw-r--r-- | packages/cli/src/services/CommandService.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/cli/src/services/CommandService.ts b/packages/cli/src/services/CommandService.ts index d8604276..acd73dd9 100644 --- a/packages/cli/src/services/CommandService.ts +++ b/packages/cli/src/services/CommandService.ts @@ -13,6 +13,7 @@ import { docsCommand } from '../ui/commands/docsCommand.js'; import { mcpCommand } from '../ui/commands/mcpCommand.js'; import { authCommand } from '../ui/commands/authCommand.js'; import { themeCommand } from '../ui/commands/themeCommand.js'; +import { editorCommand } from '../ui/commands/editorCommand.js'; import { chatCommand } from '../ui/commands/chatCommand.js'; import { statsCommand } from '../ui/commands/statsCommand.js'; import { privacyCommand } from '../ui/commands/privacyCommand.js'; @@ -32,6 +33,7 @@ const loadBuiltInCommands = async ( clearCommand, compressCommand, docsCommand, + editorCommand, extensionsCommand, helpCommand, ideCommand(config), |
