passing git add packages/.git add packages/.

This commit is contained in:
Your Name
2026-05-15 05:32:49 +00:00
parent 26602f97fb
commit efdaf0cb6a
11 changed files with 100 additions and 53 deletions
@@ -19,7 +19,6 @@ import {
convertSessionToHistoryFormats,
type SessionInfo,
} from '../../utils/sessionUtils.js';
import type { Part } from '@google/genai';
export { convertSessionToHistoryFormats };
@@ -27,7 +26,7 @@ export const useSessionBrowser = (
config: Config,
onLoadHistory: (
uiHistory: HistoryItemWithoutId[],
clientHistory: Array<{ role: 'user' | 'model'; parts: Part[] }>,
clientHistory: any[],
resumedSessionData: ResumedSessionData,
) => Promise<void>,
) => {
@@ -11,7 +11,6 @@ import {
type ResumedSessionData,
convertSessionToClientHistory,
} from '@google/gemini-cli-core';
import type { Part } from '@google/genai';
import type { HistoryItemWithoutId } from '../types.js';
import type { UseHistoryManagerReturn } from './useHistoryManager.js';
import { convertSessionToHistoryFormats } from './useSessionBrowser.js';
@@ -54,7 +53,7 @@ export function useSessionResume({
const loadHistoryForResume = useCallback(
async (
uiHistory: HistoryItemWithoutId[],
clientHistory: Array<{ role: 'user' | 'model'; parts: Part[] }>,
clientHistory: any[],
resumedData: ResumedSessionData,
) => {
// Wait for the client.