Description
Wrap the atlas-proxy agent loop into IDE extensions so developers can use ATLAS directly from their editor without the terminal CLI.
Requirements
Architecture
atlas-proxy already exposes an HTTP API with SSE streaming. The extension would be a thin client that:
- Sends user prompts to
POST /v1/chat/completions with stream: true
- Renders SSE events as progress indicators
- Applies file operations to the workspace
Context
This is a significant effort but would greatly improve the developer experience. The proxy does all the heavy lifting — the extension is primarily UI.
Description
Wrap the atlas-proxy agent loop into IDE extensions so developers can use ATLAS directly from their editor without the terminal CLI.
Requirements
edit_fileoperationsArchitecture
atlas-proxy already exposes an HTTP API with SSE streaming. The extension would be a thin client that:
POST /v1/chat/completionswithstream: trueContext
This is a significant effort but would greatly improve the developer experience. The proxy does all the heavy lifting — the extension is primarily UI.