feat(cli): introduce /init command for GEMINI.md creation (#4852)

Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
shamso-goog
2025-07-29 12:49:01 -04:00
committed by GitHub
parent bf7fd08f7e
commit 72d6ef2d3c
3 changed files with 198 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ import { editorCommand } from '../ui/commands/editorCommand.js';
import { extensionsCommand } from '../ui/commands/extensionsCommand.js';
import { helpCommand } from '../ui/commands/helpCommand.js';
import { ideCommand } from '../ui/commands/ideCommand.js';
import { initCommand } from '../ui/commands/initCommand.js';
import { mcpCommand } from '../ui/commands/mcpCommand.js';
import { memoryCommand } from '../ui/commands/memoryCommand.js';
import { privacyCommand } from '../ui/commands/privacyCommand.js';
@@ -59,9 +60,10 @@ export class BuiltinCommandLoader implements ICommandLoader {
extensionsCommand,
helpCommand,
ideCommand(this.config),
initCommand,
mcpCommand,
memoryCommand,
privacyCommand,
mcpCommand,
quitCommand,
restoreCommand(this.config),
statsCommand,