-
Notifications
You must be signed in to change notification settings - Fork 6.3k
V1 #7525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
abusawd16-droid
wants to merge
42
commits into
coder:main
Choose a base branch
from
abusawd16-droid:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V1 #7525
+43,006
−2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: logato7838 <logato7838@vsihay.com>
This commit introduces a comprehensive full-stack AI IDE. It includes: - **Backend**: Claudable service with AI provider integrations (OpenAI, Anthropic, Google, Mistral), WebSocket communication, and a robust tool system for file operations, Git, terminal commands, and more. - **Frontend**: React-based UI with a Cursor-like design, Monaco editor, real-time chat, and an interactive tool panel. - **Infrastructure**: Dockerization for easy deployment with Docker Compose. The system supports real-time chat, code execution, and AI-assisted development workflows. Co-authored-by: logato7838 <logato7838@vsihay.com>
Co-authored-by: logato7838 <logato7838@vsihay.com>
Co-authored-by: logato7838 <logato7838@vsihay.com>
Adds Dockerfiles for backend, frontend, and complete system images. Includes a build and push script for easy image management and deployment. Co-authored-by: logato7838 <logato7838@vsihay.com>
This commit introduces the necessary files and configurations to deploy the Cursor AI IDE to Cloudflare Workers and Pages. It includes setup scripts, backend and frontend code adjustments, and wrangler configuration for seamless deployment. Co-authored-by: logato7838 <logato7838@vsihay.com>
Co-authored-by: logato7838 <logato7838@vsihay.com>
Co-authored-by: logato7838 <logato7838@vsihay.com>
This commit sets up the Vite configuration for Cloudflare Pages, including optimizations, proxy settings, and environment variables. It also updates the package.json with new scripts for deployment and development. Co-authored-by: logato7838 <logato7838@vsihay.com>
Co-authored-by: logato7838 <logato7838@vsihay.com>
Introduces deployment scripts, documentation, and updates package.json for Cloudflare Pages deployment. Co-authored-by: logato7838 <logato7838@vsihay.com>
Co-authored-by: logato7838 <logato7838@vsihay.com>
Co-authored-by: logato7838 <logato7838@vsihay.com>
Co-authored-by: vatox11567 <vatox11567@reaxu.com>
Co-authored-by: vatox11567 <vatox11567@reaxu.com>
- Add comprehensive auto-publish GitHub Actions workflow - Fix kerberos build issues by skipping VS Code submodule deps - Add Dockerfile for containerized builds - Add release script for easy version management - Add comprehensive publishing documentation - Update build workflow to use SKIP_SUBMODULE_DEPS=1
…endencies-and-handle-build-errors-5787 Install project dependencies and handle build errors
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Adds a bash script to automate the deployment of the Cursor IDE application to Cloudflare Workers and Pages. Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
This commit introduces a Cloudflare worker for the backend API and includes deployment scripts for both the full and simplified API setups. Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Configure wrangler.toml and deploy a new backend worker with observability enabled. Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
This commit introduces scripts for deploying the backend to Cloudflare Workers, including fixes for upload issues and token verification. It also includes the `simple-backend.js` worker code with observability features and endpoints for health checks, AI providers, chat, tools, and workspace files. Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
This commit refactors the frontend code by removing unnecessary meta tags, simplifying CSS, and updating dependencies in package.json and vite.config.js. It also streamlines the App component by removing unused state and props, and improving the loading and error handling. Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Remove unused providers and tools from the backend. Update frontend to reflect these changes and improve UI. Co-authored-by: fekofal332 <fekofal332@reaxu.com>
This commit introduces version 2.0 of the Cursor AI IDE, featuring a new backend and frontend deployed to Cloudflare Workers and Pages. Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #