Skip to content

orcest-ai/Orcide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,827 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.3%
  • CSS 1.4%
  • JavaScript 1.2%
  • Rust 0.7%
  • HTML 0.5%
  • Inno Setup 0.4%
  • Other 0.5%