feat(cli): add /experiment command to list and manage experimental features

This commit is contained in:
mkorwel
2026-02-19 16:49:49 -06:00
committed by Matt Korwel
parent bc8acdc309
commit 8ce3de1187
6 changed files with 365 additions and 1 deletions
@@ -31,6 +31,7 @@ import { corgiCommand } from '../ui/commands/corgiCommand.js';
import { docsCommand } from '../ui/commands/docsCommand.js';
import { directoryCommand } from '../ui/commands/directoryCommand.js';
import { editorCommand } from '../ui/commands/editorCommand.js';
import { experimentCommand } from '../ui/commands/experimentCommand.js';
import { extensionsCommand } from '../ui/commands/extensionsCommand.js';
import { footerCommand } from '../ui/commands/footerCommand.js';
import { helpCommand } from '../ui/commands/helpCommand.js';
@@ -133,6 +134,7 @@ export class BuiltinCommandLoader implements ICommandLoader {
docsCommand,
directoryCommand,
editorCommand,
experimentCommand,
...(this.config?.getExtensionsEnabled() === false
? [
{