refactor: rename gemini-code to gemini-cli (#822)

This commit is contained in:
cperry-goog
2025-06-07 14:27:22 -07:00
committed by GitHub
parent d6cf4d5b0b
commit 18d6a11c04
46 changed files with 87 additions and 87 deletions

View File

@@ -60,7 +60,7 @@ import {
type Config,
MCPServerStatus,
getMCPServerStatus,
} from '@gemini-code/core';
} from '@gemini-cli/core';
import * as ShowMemoryCommandModule from './useShowMemoryCommand.js';
import { GIT_COMMIT_INFO } from '../../generated/git-commit.js';
@@ -451,7 +451,7 @@ Add any other context about the problem here.
describe('/mcp command', () => {
beforeEach(() => {
// Mock the core module with getMCPServerStatus
vi.mock('@gemini-code/core', async (importOriginal) => {
vi.mock('@gemini-cli/core', async (importOriginal) => {
const actual = await importOriginal();
return {
...actual,