Rename server->core (#638)

This commit is contained in:
Tommaso Sciortino
2025-05-30 18:25:47 -07:00
committed by GitHub
parent a89369e0bf
commit 64bd136f42
112 changed files with 150 additions and 129 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/server';
import { Config } from '@gemini-code/core';
interface InputPromptProps {
onSubmit: (value: string) => void;