bolt.new/app/components/chat
Anirban Kar 8c4397a19f
Merge pull request #578 from thecodacus/context-optimization
feat(context optimization): Optimize LLM Context Management and File Handling
2024-12-14 02:08:43 +05:30
..
chatExportAndImport refactor: remove unused React import in ImportButtons component 2024-12-13 22:48:34 +05:30
APIKeyManager.tsx
Artifact.tsx fix: artifact loop fix 2024-12-07 00:23:53 +05:30
AssistantMessage.tsx
BaseChat.module.scss updated theme color 2024-12-08 02:12:02 +05:30
BaseChat.tsx fix: adjust intro section margin and textarea outline style in BaseChat component 2024-12-13 22:47:57 +05:30
Chat.client.tsx Merge branch 'main' into context-optimization 2024-12-12 02:44:36 +05:30
CodeBlock.module.scss
CodeBlock.tsx
ExamplePrompts.tsx
FilePreview.tsx
GitCloneButton.tsx refactor: simplify GitCloneButton component by removing unused tooltip and streamlining button structure 2024-12-13 22:49:14 +05:30
ImportFolderButton.tsx Settings UI enhancement 2024-12-13 01:11:35 +01:00
Markdown.module.scss
Markdown.spec.ts
Markdown.tsx
Messages.client.tsx
ModelSelector.tsx auto select model on provider disabled 2024-12-13 12:01:50 +05:30
SendButton.client.tsx Reuse automatic setup commands for git import 2024-12-08 12:16:09 +02:00
SpeechRecognition.tsx Split code a little bit 2024-12-04 20:51:27 +02:00
UserMessage.tsx