bolt.diy/app/components/chat
KevIsDev 7c1c334067 fix: include terminal detachment and cleanup functionality
- Implement detachTerminal method in WorkbenchStore and TerminalStore
- Add getTerminal method to Terminal component for cleanup
- Improve terminal tab management with close functionality
- Add cleanup for terminal processes on unmount
- Remove unused ActionRunner references across components
- Remove unused file-watcher utility
- Add cleanup for streams in chat api endpoint
- Instruct selectStarterTemplate to only use shadcn templates when explicitly asked to.
2025-06-11 15:51:43 +01:00
..
chatExportAndImport feat(design): add design scheme support and UI improvements 2025-05-28 23:49:51 +01:00
APIKeyManager.tsx
Artifact.tsx feat: add discuss mode and quick actions 2025-05-26 16:05:51 +01:00
AssistantMessage.tsx fix: resolve conflicts 2025-06-02 11:39:49 +01:00
BaseChat.module.scss
BaseChat.tsx fix: include terminal detachment and cleanup functionality 2025-06-11 15:51:43 +01:00
Chat.client.tsx feat: add element inspector with chat integration 2025-05-30 13:16:53 +01:00
ChatAlert.tsx
ChatBox.tsx feat: add element inspector with chat integration 2025-05-30 13:16:53 +01:00
CodeBlock.module.scss
CodeBlock.tsx
DicussMode.tsx feat: add discuss mode and quick actions 2025-05-26 16:05:51 +01:00
ExamplePrompts.tsx
FilePreview.tsx
GitCloneButton.tsx refactor: optimize error handling and npm install performance 2025-05-10 13:24:08 +01:00
ImportFolderButton.tsx
Markdown.module.scss
Markdown.spec.ts
Markdown.tsx fix: resolve conflicts 2025-06-02 11:39:49 +01:00
Messages.client.tsx feat: add element inspector with chat integration 2025-05-30 13:16:53 +01:00
ModelSelector.tsx
NetlifyDeploymentLink.client.tsx
ProgressCompilation.tsx
ScreenshotStateManager.tsx
SendButton.client.tsx
SpeechRecognition.tsx
StarterTemplates.tsx
SupabaseAlert.tsx
SupabaseConnection.tsx
ThoughtBox.tsx
UserMessage.tsx refactor: reorganize design instructions and improve clarity 2025-05-30 14:39:20 +01:00
VercelDeploymentLink.client.tsx