You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,11 +62,11 @@ If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href="http
62
62
63
63
**Status:** stable
64
64
65
-
A multi-model coding agent CLI framework built with Bazel, Rust, and TypeScript. HeliosCLI provides a unified interface for integrating coding agents from OpenAI Codex, Claude, Gemini, and other AI models with a local sandboxing and execution engine.
65
+
A multi-model coding agent CLI framework built with Bazel, Rust, and TypeScript. Helios-CLI provides a unified interface for integrating coding agents from OpenAI Codex, Claude, Gemini, and other AI models with a local sandboxing and execution engine.
66
66
67
67
## Purpose
68
68
69
-
HeliosCLI is the execution layer for AI-powered coding agents. It abstracts model complexity, providing a consistent CLI interface for code generation, review, refactoring, and debugging tasks across multiple AI providers while maintaining code safety through sandboxing.
69
+
Helios-CLI is the execution layer for AI-powered coding agents. It abstracts model complexity, providing a consistent CLI interface for code generation, review, refactoring, and debugging tasks across multiple AI providers while maintaining code safety through sandboxing.
70
70
71
71
## Architecture
72
72
@@ -119,7 +119,7 @@ bazel run //codex-cli:codex -- --help
119
119
120
120
## Configuration
121
121
122
-
HeliosCLI uses environment variables for configuration:
122
+
Helios-CLI uses environment variables for configuration:
123
123
124
124
```bash
125
125
# OpenAI
@@ -180,7 +180,7 @@ cargo run --bin codex-cli -- server --port 8080
180
180
181
181
## Task Types
182
182
183
-
HeliosCLI supports diverse coding tasks:
183
+
Helios-CLI supports diverse coding tasks:
184
184
185
185
-**Code Generation** — Write new code from specifications
186
186
-**Code Review** — Analyze code for bugs, style, performance
0 commit comments