Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Latest commit

 

History

History
70 lines (50 loc) · 2.16 KB

File metadata and controls

70 lines (50 loc) · 2.16 KB

Orcide: Cloud IDE

Part of the Orcest AI Ecosystem

MIT License

Orcide is an AI-powered cloud IDE that provides intelligent code editing, autocomplete, and refactoring capabilities. It is a core component of the Orcest AI ecosystem, integrated with RainyModel (rm.orcest.ai) for intelligent LLM routing.

Orcest AI Ecosystem

Service Domain Role
Lamino llm.orcest.ai LLM Workspace
RainyModel rm.orcest.ai LLM Routing Proxy
Maestrist agent.orcest.ai AI Agent Platform
Orcide ide.orcest.ai Cloud IDE
Login login.orcest.ai SSO Authentication

Features

  • AI-Powered Code Editing: Intelligent code suggestions and completions
  • Chat Interface: Built-in AI chat for code assistance
  • Autocomplete: Context-aware code completion powered by RainyModel
  • Code Refactoring: AI-assisted code improvements
  • RainyModel Integration: Smart LLM routing with automatic fallback (Free → Internal → Premium)
  • SSO Authentication: Enterprise-grade access control via login.orcest.ai
  • VS Code Compatible: Full VS Code extension ecosystem support

RainyModel Configuration

Configure Orcide to use RainyModel as its AI backend:

  1. Open Settings (Ctrl+,)
  2. Navigate to AI / LLM settings
  3. Set:
    • API Provider: OpenAI-Compatible
    • Base URL: https://rm.orcest.ai/v1
    • API Key: Your RainyModel API key
    • Chat Model: rainymodel/chat
    • Autocomplete Model: rainymodel/code

Development

# Install dependencies
yarn install

# Build
yarn build

# Run in development mode
yarn watch

Contributing

See HOW_TO_CONTRIBUTE.md for contribution guidelines.

License

This project is licensed under the MIT License.

Part of the Orcest AI ecosystem.