mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
Rename server->core (#638)
This commit is contained in:
parent
c81148a0cc
commit
21fba832d1
112 changed files with 150 additions and 129 deletions
|
|
@ -7,7 +7,7 @@
|
|||
import React from 'react';
|
||||
import { Box, Text } from 'ink';
|
||||
import { Colors } from '../colors.js';
|
||||
import { shortenPath, tildeifyPath } from '@gemini-code/server';
|
||||
import { shortenPath, tildeifyPath } from '@gemini-code/core';
|
||||
import { ConsoleSummaryDisplay } from './ConsoleSummaryDisplay.js';
|
||||
import process from 'node:process';
|
||||
import { MemoryUsageDisplay } from './MemoryUsageDisplay.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue