fix: type errors

This commit is contained in:
mingholy.lmh 2025-09-15 14:11:31 +08:00
parent 1976837eda
commit acb93b1e1b
43 changed files with 367 additions and 342 deletions

View file

@ -7,12 +7,12 @@
import * as fsPromises from 'fs/promises';
import path from 'path';
import {
SlashCommand,
type SlashCommand,
CommandKind,
SlashCommandActionReturn,
type SlashCommandActionReturn,
} from './types.js';
import { getProjectSummaryPrompt } from '@qwen-code/qwen-code-core';
import { HistoryItemSummary } from '../types.js';
import type { HistoryItemSummary } from '../types.js';
export const summaryCommand: SlashCommand = {
name: 'summary',