refactor: reorganize chat view components and types

This commit is contained in:
Haileyesus
2026-02-11 18:43:40 +03:00
parent 7f45540dbe
commit 189b1533b2
18 changed files with 38 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
import { useCallback, useEffect, useRef, useState } from 'react';
import { authenticatedFetch } from '../../../utils/api';
import { CLAUDE_MODELS, CODEX_MODELS, CURSOR_MODELS } from '../../../../shared/modelConstants';
import type { PendingPermissionRequest, PermissionMode, Provider } from '../types';
import type { PendingPermissionRequest, PermissionMode, Provider } from '../types/types';
import type { ProjectSession } from '../../../types/app';
interface UseChatProviderStateArgs {