code-server/cursor-fullstack/packages/frontend/cursor-web
Cursor Agent 093db0a693 feat: Implement full-stack AI IDE with tool integration
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>
2025-10-12 12:31:03 +00:00
..
src feat: Implement full-stack AI IDE with tool integration 2025-10-12 12:31:03 +00:00
Dockerfile feat: Set up fullstack Cursor IDE with backend and frontend 2025-10-12 12:22:34 +00:00
index.html feat: Set up fullstack Cursor IDE with backend and frontend 2025-10-12 12:22:34 +00:00
nginx.conf feat: Set up fullstack Cursor IDE with backend and frontend 2025-10-12 12:22:34 +00:00
package.json feat: Set up fullstack Cursor IDE with backend and frontend 2025-10-12 12:22:34 +00:00
postcss.config.js feat: Set up fullstack Cursor IDE with backend and frontend 2025-10-12 12:22:34 +00:00
tailwind.config.js feat: Set up fullstack Cursor IDE with backend and frontend 2025-10-12 12:22:34 +00:00
vite.config.ts feat: Set up fullstack Cursor IDE with backend and frontend 2025-10-12 12:22:34 +00:00