Redly Coder is a VS Code extension for Airedly-powered AI coding workflows.
Product Scope
Authentication: email/password login and browser OAuth callback.
Model access: /api/ide/model-access only.
Chat modes: Plan and Agent with backend-driven model and credit control.
Workspace tools: file editing, search, terminal actions, and approval-based changes.
History: conversation data loaded from backend APIs.
Core Product Flow
User authenticates in Redly Coder.
Extension fetches enabled models and access policy from /api/ide/model-access.
User starts a chat in Plan or Agent mode.
Redly performs coding actions with approval controls.
Usage and credits are tracked by your backend.
Backend Endpoints Used
/api/auth/login
/api/oauth/authorize with callback vscode://redly-coder.redly-coder/auth
/api/ide/model-access
/api/library/conversations
/api/v1/chat/completions and /api/v1/responses (by model api_format)
License And Attribution
This project is distributed under Apache License 2.0. Required derivative attribution is retained in the bundled legal distribution files, including NOTICE and LICENSE.