feat(cli): Move key restore logic to core (#13013)

This commit is contained in:
Coco Sheng
2025-12-04 10:56:16 -05:00
committed by GitHub
parent 0a2971f9d3
commit b27cf0b0a8
14 changed files with 404 additions and 103 deletions

View File

@@ -11,11 +11,13 @@ import { theme } from '../semantic-colors.js';
import type {
CommandContext,
SlashCommand,
MessageActionReturn,
SlashCommandActionReturn,
} from './types.js';
import { CommandKind } from './types.js';
import { decodeTagName } from '@google/gemini-cli-core';
import {
decodeTagName,
type MessageActionReturn,
} from '@google/gemini-cli-core';
import path from 'node:path';
import type {
HistoryItemWithoutId,