Skip to content

Zaelot-Inc/zaelot-developer-studio

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Zaelot Developer Studio πŸš€

Powered by Claude Built on VSCode Internal Use

The Studio

Zaelot Developer Studio is our internal development environment built on Visual Studio Code and enhanced with Claude AI integration. This powerful combination provides our development team with intelligent coding assistance, automated code reviews, and AI-powered debugging capabilities.

Key Features

πŸ€– Claude AI Integration

  • Intelligent Code Assistance: Get context-aware suggestions and explanations from Claude
  • Code Review Assistant: Automated code analysis and improvement suggestions
  • Natural Language Queries: Ask questions about your codebase in plain English
  • Multi-file Code Changes: Claude can suggest changes across multiple files

πŸ’» Enhanced Development Experience

  • All VSCode Features: Complete compatibility with the VSCode ecosystem
  • Custom Zaelot Branding: Tailored interface for our internal workflows
  • Secure & Private: Your code never leaves our environment
  • Easy Setup: One-click configuration with your Claude API key

πŸ›  Built for Developers

  • Language Support: Works with all programming languages we use
  • Extension Compatibility: Full support for VSCode extensions
  • Integrated Terminal: Enhanced with AI assistance
  • Version Control: Git integration with intelligent commit message generation

Quick Start

Option 1: Auto-Install (Recommended)

# One-command installation
curl -fsSL https://raw.githubusercontent.com/Zaelot-Inc/zaelot-developer-studio/main/scripts/install-zaelot.sh | bash

# Start the application
zaelot

Option 2: Manual Installation

# Clone the repository
git clone https://github.com/Zaelot-Inc/zaelot-developer-studio.git
cd zaelot-developer-studio

# Install dependencies & build
npm install && npm run compile

# Start Zaelot Developer Studio
./scripts/code.sh

After Installation

  1. Configure Claude: Set your API key via Command Palette β†’ "Configure Claude API Key"
  2. Open Chat: Use Ctrl+Shift+I or click the chat icon to start conversations
  3. Code with AI: Select code and ask Claude for explanations or improvements
  4. Get Help: Use the built-in getting started guide

Prerequisites

For Internal Use Only

This tool is exclusively for Zaelot team members. All AI interactions are processed through our secure Claude API integration.

Contributing

There are many ways in which you can participate in this project, for example:

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Feedback

See our wiki for a description of each of these channels and information on some other available community-driven channels.

Related Projects

Many of the core components and extensions to VS Code live in their own repositories on GitHub. For example, the node debug adapter and the mono debug adapter repositories are separate from each other. For a complete list, please visit the Related Projects page on our wiki.

Bundled Extensions

VS Code includes a set of built-in extensions located in the extensions folder, including grammars and snippets for many languages. Extensions that provide rich language support (code completion, Go to Definition) for a language have the suffix language-features. For example, the json extension provides coloring for JSON and the json-language-features extension provides rich language support for JSON.

Development Container

This repository includes a Visual Studio Code Dev Containers / GitHub Codespaces development container.

  • For Dev Containers, use the Dev Containers: Clone Repository in Container Volume... command which creates a Docker volume for better disk I/O on macOS and Windows.

    • If you already have VS Code and Docker installed, you can also click here to get started. This will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.
  • For Codespaces, install the GitHub Codespaces extension in VS Code, and use the Codespaces: Create New Codespace command.

Docker / the Codespace should have at least 4 Cores and 6 GB of RAM (8 GB recommended) to run full build. See the development container README for more information.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license.

About

Visual Studio Code

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • CSS 1.4%
  • JavaScript 1.1%
  • Rust 0.7%
  • HTML 0.5%
  • Inno Setup 0.4%
  • Other 0.4%