mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 16:38:19 +00:00
update chat view
This commit is contained in:
@@ -16,8 +16,7 @@ import {
|
|||||||
import { v4 as uuidv4 } from 'uuid'
|
import { v4 as uuidv4 } from 'uuid'
|
||||||
|
|
||||||
import { ApplyView, ApplyViewState } from '../../ApplyView'
|
import { ApplyView, ApplyViewState } from '../../ApplyView'
|
||||||
import { APPLY_VIEW_TYPE, PREVIEW_VIEW_TYPE } from '../../constants'
|
import { APPLY_VIEW_TYPE } from '../../constants'
|
||||||
import { PreviewView } from '../../PreviewView'
|
|
||||||
import { useApp } from '../../contexts/AppContext'
|
import { useApp } from '../../contexts/AppContext'
|
||||||
import { useDiffStrategy } from '../../contexts/DiffStrategyContext'
|
import { useDiffStrategy } from '../../contexts/DiffStrategyContext'
|
||||||
import { useLLM } from '../../contexts/LLMContext'
|
import { useLLM } from '../../contexts/LLMContext'
|
||||||
@@ -37,6 +36,7 @@ import {
|
|||||||
import { useChatHistory } from '../../hooks/use-chat-history'
|
import { useChatHistory } from '../../hooks/use-chat-history'
|
||||||
import { useCustomModes } from '../../hooks/use-custom-mode'
|
import { useCustomModes } from '../../hooks/use-custom-mode'
|
||||||
import { t } from '../../lang/helpers'
|
import { t } from '../../lang/helpers'
|
||||||
|
import { PreviewView } from '../../PreviewView'
|
||||||
import { ApplyStatus, ToolArgs } from '../../types/apply'
|
import { ApplyStatus, ToolArgs } from '../../types/apply'
|
||||||
import { ChatMessage, ChatUserMessage } from '../../types/chat'
|
import { ChatMessage, ChatUserMessage } from '../../types/chat'
|
||||||
import {
|
import {
|
||||||
|
|||||||
Reference in New Issue
Block a user