Skip to content

Commit 7c716f3

Browse files
committed
docs: fix README title to Helios-CLI
1 parent 911fe5f commit 7c716f3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href="http
4646

4747
---
4848

49-
# HeliosCLI
49+
# Helios-CLI
5050

5151
[![Build](https://img.shields.io/github/actions/workflow/status/KooshaPari/helios-cli/rust-ci.yml?branch=main&label=build)](https://github.com/KooshaPari/helios-cli/actions/workflows/rust-ci.yml)
5252
[![Release](https://img.shields.io/github/v/release/KooshaPari/helios-cli?include_prereleases&sort=semver)](https://github.com/KooshaPari/helios-cli/releases)
@@ -62,11 +62,11 @@ If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href="http
6262

6363
**Status:** stable
6464

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.
6666

6767
## Purpose
6868

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.
7070

7171
## Architecture
7272

@@ -119,7 +119,7 @@ bazel run //codex-cli:codex -- --help
119119

120120
## Configuration
121121

122-
HeliosCLI uses environment variables for configuration:
122+
Helios-CLI uses environment variables for configuration:
123123

124124
```bash
125125
# OpenAI
@@ -180,7 +180,7 @@ cargo run --bin codex-cli -- server --port 8080
180180

181181
## Task Types
182182

183-
HeliosCLI supports diverse coding tasks:
183+
Helios-CLI supports diverse coding tasks:
184184

185185
- **Code Generation** — Write new code from specifications
186186
- **Code Review** — Analyze code for bugs, style, performance

0 commit comments

Comments
 (0)