Merge branch 'main' into fix/subagent-update

This commit is contained in:
tanzhenxin
2025-09-17 19:12:22 +08:00
607 changed files with 27283 additions and 9387 deletions

View File

@@ -9,7 +9,7 @@ import { Box, Text } from 'ink';
import { theme } from '../../../semantic-colors.js';
import { Colors } from '../../../colors.js';
import { useKeypress } from '../../../hooks/useKeypress.js';
import { SubagentConfig } from '@qwen-code/qwen-code-core';
import { type SubagentConfig } from '@qwen-code/qwen-code-core';
interface NavigationState {
currentBlock: 'project' | 'user' | 'builtin';