A sidebar extension that adds Chat and Agent interfaces inside Visual Studio Code and routes requests to the Cortex backend (https://cortex.mindifyai.dev by default).
Features
Activity Bar view named Cortex.
First-run welcome screen that prompts users to connect the extension to the Cortex API.
Two request modes:
Chat mode (default endpoint: /api/chat)
Agent mode (default endpoint: /api/agent/ai)
Conversation history stored in-memory while VS Code is running.
Refined sidebar UI with connection metadata, richer message cards, and quick-start prompts.
Use Selection action that inserts the active editor selection into the composer as fenced context.
Use Repo action that inserts a local workspace repo map, key files, and the active file snapshot into the composer.
Browser-based sign-in flow that returns to VS Code, stores the Cortex session token in secret storage, and refreshes it automatically.
Configurable backend URL, endpoints, and request timeout.