special handling for summarized thinking

This commit is contained in:
tanzhenxin 2025-12-22 14:07:23 +08:00
parent fefc138485
commit 87d8d82be7
12 changed files with 187 additions and 42 deletions

View file

@ -4,12 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/
import type { Config ,
AuthType} from '@qwen-code/qwen-code-core';
import {
InputFormat,
logUserPrompt,
} from '@qwen-code/qwen-code-core';
import type { Config, AuthType } from '@qwen-code/qwen-code-core';
import { InputFormat, logUserPrompt } from '@qwen-code/qwen-code-core';
import { render } from 'ink';
import dns from 'node:dns';
import os from 'node:os';