bolt.diy/app/routes
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
..
_index.tsx Update _index.tsx 2025-02-20 13:03:59 +01:00
api.chat.ts feat: add discuss mode and quick actions 2025-05-26 16:05:51 +01:00
api.check-env-key.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.enhancer.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.export-api-keys.ts feat: bolt dyi datatab (#1570) 2025-03-29 20:43:07 +01:00
api.git-proxy.$.ts feat: new improvement for the GitHub API Authentication Fix (#1537) 2025-03-29 21:12:47 +01:00
api.github-template.ts style: fix code formatting and remove unused imports 2025-04-15 15:33:12 +01:00
api.health.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.llmcall.ts feat: enhanced Code Context and Project Summary Features (#1191) 2025-01-29 15:37:20 +05:30
api.models.$provider.ts feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
api.models.ts feat: added more dynamic models, sorted and remove duplicate models (#1206) 2025-01-29 02:33:23 +05:30
api.netlify-deploy.ts fix: simplify the SHA-1 hash function in api.netlify-deploy.ts by using the crypto module directly this allows it to work in both dev and prod environments. 2025-04-02 16:47:04 +01:00
api.supabase.query.ts feat: integrate Supabase for database operations and migrations 2025-03-19 23:11:31 +00:00
api.supabase.ts refactor: consolidate imports in supabase API routes 2025-03-27 16:24:12 +00:00
api.supabase.variables.ts add: add env masking extension for .env files 2025-03-27 18:52:13 +00:00
api.system.app-info.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.system.diagnostics.ts feat: new improvement for the GitHub API Authentication Fix (#1537) 2025-03-29 21:12:47 +01:00
api.system.disk-info.ts feat: rework Task Manager Real Data (#1483) 2025-03-29 21:40:17 +01:00
api.system.git-info.ts feat: new improvement for the GitHub API Authentication Fix (#1537) 2025-03-29 21:12:47 +01:00
api.system.memory-info.ts feat: rework Task Manager Real Data (#1483) 2025-03-29 21:40:17 +01:00
api.system.process-info.ts feat: rework Task Manager Real Data (#1483) 2025-03-29 21:40:17 +01:00
api.update.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.vercel-deploy.ts refactor: remove success toast and prioritize public domain URL 2025-04-07 23:07:58 +01:00
chat.$id.tsx feat: remove authentication (#1) 2024-09-26 17:45:41 +01:00
git.tsx added UI fix for loading screen 2024-12-17 00:14:42 +05:30
webcontainer.connect.$id.tsx style: fix code formatting and remove unused imports 2025-04-15 15:33:12 +01:00
webcontainer.preview.$id.tsx feat: added the "Open Preview in a New Tab" (#1101) 2025-01-18 01:55:44 +05:30