bolt.diy/app/lib
KevIsDev 2e7b626b00 feat: add discuss mode and quick actions
- Implement discuss mode toggle and UI in chat box
- Add quick action buttons for file, message, implement and link actions
- Extend markdown parser to handle quick action elements
- Update message components to support discuss mode and quick actions
- Add discuss prompt for technical consulting responses
- Refactor chat components to support new functionality

The changes introduce a new discuss mode that allows users to switch between code implementation and technical discussion modes. Quick action buttons provide immediate interaction options like opening files, sending messages, or switching modes.
2025-05-26 16:05:51 +01:00
..
.server/llm feat: add discuss mode and quick actions 2025-05-26 16:05:51 +01:00
api
common feat: add discuss mode and quick actions 2025-05-26 16:05:51 +01:00
hooks
modules/llm feat: increase max token limit for Claude model claude-3-7-sonnet-20250219 2025-05-13 07:20:38 +02:00
persistence fix: chat history snapshot logic to use the same ID as chat and update prompt instructions 2025-05-14 11:54:51 +01:00
runtime feat: add discuss mode and quick actions 2025-05-26 16:05:51 +01:00
services
stores refactor(files): simplify file event processing logic 2025-05-20 00:57:52 +01:00
webcontainer
crypto.ts
fetch.ts