mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-25 05:21:03 -07:00
refactor: rename gemini-code to gemini-cli (#822)
This commit is contained in:
@@ -17,7 +17,7 @@ import process from 'node:process';
|
||||
import { useCompletion } from '../hooks/useCompletion.js';
|
||||
import { isAtCommand, isSlashCommand } from '../utils/commandUtils.js';
|
||||
import { SlashCommand } from '../hooks/slashCommandProcessor.js';
|
||||
import { Config } from '@gemini-code/core';
|
||||
import { Config } from '@gemini-cli/core';
|
||||
|
||||
export interface InputPromptProps {
|
||||
onSubmit: (value: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user