mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
refactor: rename gemini-code to gemini-cli (#822)
This commit is contained in:
parent
d6cf4d5b0b
commit
18d6a11c04
46 changed files with 87 additions and 87 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue