Commit Graph

1535 Commits

Author SHA1 Message Date
vgcman16
147bed92fe Merge pull request #15 from vgcman16/codex/create-supabase/firebase-setup-wizard
Add Supabase/Firebase setup wizard
2025-06-05 19:18:44 -05:00
vgcman16
ed83aebf32 feat: add supabase and firebase setup wizard 2025-06-05 19:18:32 -05:00
vgcman16
407f60d74c Merge pull request #14 from vgcman16/codex/fix-errors-or-bugs
Fix lint errors and type issues
2025-06-05 19:08:20 -05:00
vgcman16
f23482db2f fix: address lint issues and type errors 2025-06-05 19:07:41 -05:00
vgcman16
4350bf66c3 Merge pull request #13 from vgcman16/codex/polish-ux-with-star-icon-and-tooltips
Improve prompt enhancer UX
2025-06-05 19:02:01 -05:00
vgcman16
83e9f32488 feat: improve prompt enhancer ux 2025-06-05 19:01:45 -05:00
vgcman16
609715eef3 Merge pull request #12 from vgcman16/codex/add-import-from-figma-feature
Add Figma import feature
2025-06-05 18:48:00 -05:00
vgcman16
0a0f1e6888 feat: add Figma import feature 2025-06-05 18:47:35 -05:00
vgcman16
58006f7399 Merge pull request #11 from vgcman16/codex/create--plan-project--button
Add project planning button
2025-06-05 18:36:51 -05:00
vgcman16
53cbd63fb8 feat: add project planning button 2025-06-05 18:35:47 -05:00
vgcman16
2cad54c9f5 Merge pull request #10 from vgcman16/codex/add-right-click-ui-for-lock-and-target-files
Add file targeting via context menu
2025-06-05 18:16:59 -05:00
vgcman16
a01970fe1a feat: add file targeting feature 2025-06-05 18:16:43 -05:00
vgcman16
6721e94359 Merge pull request #9 from vgcman16/codex/enhance-file-upload-support
Add support for uploading documents
2025-06-05 17:56:41 -05:00
vgcman16
9968b9c51b feat: support uploading text and document files 2025-06-05 17:56:30 -05:00
vgcman16
95e62853a8 Merge pull request #8 from vgcman16/codex/fix-typescript-and-lint-errors
Fix extension typings and enable vscode types
2025-06-05 17:16:20 -05:00
vgcman16
75fa4dd979 Add vscode types and fix extension typings 2025-06-05 17:16:09 -05:00
vgcman16
96d6952da7 Merge pull request #6 from vgcman16/codex/fix-typescript-type-errors
Fix typecheck failures
2025-06-05 16:44:39 -05:00
vgcman16
445a7c5998 Fix typecheck errors and install extension deps 2025-06-05 16:43:41 -05:00
vgcman16
b212e2411c Merge pull request #5 from vgcman16/codex/add-one-click-deploy-support
Add Cloudflare one-click deploy
2025-06-05 16:31:09 -05:00
vgcman16
9fbeb3e0e9 feat: add one-click deploy to cloudflare pages 2025-06-05 16:30:46 -05:00
vgcman16
4ca9406fd4 Merge pull request #4 from vgcman16/codex/integrate-vscode-with-git-like-confirmations
Implement VSCode git confirmation extension
2025-06-05 15:43:54 -05:00
vgcman16
58ba6b03c8 Add VSCode git confirmation extension 2025-06-05 15:41:38 -05:00
vgcman16
c514b563f5 Merge pull request #3 from vgcman16/codex/improve-prompting-for-smaller-llms
Update high-priority task status
2025-06-05 15:15:04 -05:00
vgcman16
3ce031eb0f docs: mark small LLM prompting issue resolved 2025-06-05 15:14:24 -05:00
vgcman16
5d06c20584 Merge pull request #2 from vgcman16/codex/prevent-bolt-from-rewriting-files
Implement diff-based file writes
2025-06-05 14:46:59 -05:00
vgcman16
b698ab9dd4 avoid unnecessary file rewrites 2025-06-05 14:46:20 -05:00
vgcman16
174155186a Merge pull request #1 from vgcman16/codex/ensure-newline-at-eof-in-bindings.sh
Fix newline at EOF for bindings script
2025-06-05 14:38:44 -05:00
vgcman16
e1282e6fdb fix: ensure newline at EOF in bindings script 2025-06-05 14:38:21 -05:00
KevIsDev
5e590aa16a Merge pull request #1748 from xKevIsDev/enhancements
Some checks failed
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
feat: add inspector, design palette and redesign
2025-06-03 11:39:32 +01:00
KevIsDev
41e604c1dc fix: add Cloudflare-compatible GitHub repo fetching
Implement two different methods for fetching repository contents:
1. A new Cloudflare-compatible method using GitHub Contents API with batch processing
2. The existing zip-based method for non-Cloudflare environments

The changes include better error handling, environment detection, and support for GitHub tokens from both Cloudflare context and process.env. Also added size limits and filtering for large files while allowing lock files.
2025-06-02 15:46:05 +01:00
KevIsDev
33e0860468 fix: resolve conflicts 2025-06-02 11:39:49 +01:00
KevIsDev
9e64c2cccf feat: add frosted glass feature option
- Add 'Frosted Glass' to design features list in design-scheme.ts
- Implement visual styling for frosted glass feature in ColorSchemeDialog
- Adjust sidebar button margin in Workbench for better spacing
2025-06-02 11:12:33 +01:00
KevIsDev
e40264ea5e Merge pull request #1735 from xKevIsDev/main
Some checks failed
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
Mark Stale Issues and Pull Requests / stale (push) Has been cancelled
feat: add discuss mode and quick actions
2025-05-30 14:48:42 +01:00
KevIsDev
f79bf06e38 refactor: modify markdown append message content structure to use array format
Change the message content from a plain string to an array of objects with type and text fields to support future extensibility of message formats
2025-05-30 14:45:05 +01:00
KevIsDev
f0c0bf2b9a refactor: reorganize design instructions and improve clarity
- Move user provided design scheme section to be grouped with other design instructions
- update user message icon color to use accent-500
- Enhance wording for better professionalism and clarity in design scheme usage
2025-05-30 14:39:20 +01:00
KevIsDev
5838d7121a feat: add element inspector with chat integration
- Implement element inspector tool for preview iframe with hover/click detection
- Add inspector panel UI to display element details and styles
- Integrate selected elements into chat messages for reference
- Style improvements for chat messages and scroll behavior
- Add inspector script injection to preview iframe
- Support element selection and context in chat prompts
-Redesign Messgaes, Workbench and Header for a more refined look allowing more workspace in view
2025-05-30 13:16:53 +01:00
KevIsDev
6c4b4204e3 refactor: remove 'shadow' from default features
The 'shadow' feature was removed from the default design scheme as it's not commonly used and simplifies the default configuration
2025-05-29 11:44:42 +01:00
KevIsDev
367c16fe43 fix: update default color palette to better align with bolt
Change primary and neutral colors to better suit bolts design
2025-05-29 00:08:16 +01:00
KevIsDev
cd37599f3b feat(design): add design scheme support and UI improvements
- Implement design scheme system with palette, typography, and feature customization
- Add color scheme dialog for user customization
- Update chat UI components to use design scheme values
- Improve header actions with consolidated deploy and export buttons
- Adjust layout spacing and styling across multiple components (chat, workbench etc...)
- Add model and provider info to chat messages
- Refactor workbench and sidebar components for better responsiveness
2025-05-28 23:49:51 +01:00
KevIsDev
0017d29154 fix: add model and provider info to quick action messages
Pass model and provider information through chat components to include in quick action messages. This fixes the issue of defaulting to anthropic model.
2025-05-28 12:32:00 +01:00
KevIsDev
05d7ef0ab5 Update README.md
Some checks failed
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
2025-05-27 12:30:58 +01:00
KevIsDev
12f9f4dcdc fix: remove unused isStreaming prop from quickActions
The isStreaming prop was passed through multiple chat components but wasn't being strict enough in the Markdown component where it was ultimately passed causing the quick actions to be disabled.
2025-05-27 12:14:50 +01:00
KevIsDev
de0a41b5f1 feat: add streaming state to markdown quick actions
- Pass isStreaming prop through message components to disable actions during streaming
- Improve action button styling with icons and better spacing
- Disable buttons while streaming to prevent concurrent actions
2025-05-26 17:57:10 +01:00
KevIsDev
74605e96e3 Merge branch 'stackblitz-labs:main' into main 2025-05-26 16:48:14 +01:00
KevIsDev
b6992fe3a9 Merge pull request #1736 from stackblitz-labs/revert-1725-fix/docker-oom
Some checks failed
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
revert: "fix: increase Node.js memory limit in Docker build"
2025-05-26 16:46:28 +01:00
KevIsDev
c64f69b01d Revert "fix: increase Node.js memory limit in Docker build" 2025-05-26 16:43:31 +01:00
KevIsDev
05aa553957 Merge branch 'stackblitz-labs:main' into main 2025-05-26 16:41:16 +01:00
KevIsDev
c008c7a557 Merge pull request #1725 from ssuvamm/fix/docker-oom
fix: increase Node.js memory limit in Docker build
2025-05-26 16:39:52 +01:00
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
google-labs-jules[bot]
927d8bc635 Fix: Increase Node.js memory limit in Docker build
The Docker build process was failing with an out-of-memory error during the `pnpm run build` step in the `bolt-ai-production` stage.

This commit increases the memory available to Node.js by modifying the build command to include the `--max-old-space-size=4096` flag. This provides 4GB of memory to the Node.js process, which should be sufficient to complete the build.
2025-05-21 04:48:37 +00:00