Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href="http

# HeliosCLI

[![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)
[![Release](https://img.shields.io/github/v/release/KooshaPari/helios-cli?include_prereleases&sort=semver)](https://github.com/KooshaPari/helios-cli/releases)
[![License](https://img.shields.io/github/license/KooshaPari/helios-cli)](LICENSE)
[![Phenotype](https://img.shields.io/badge/Phenotype-org-blueviolet)](https://github.com/KooshaPari)


[![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)
[![Release](https://img.shields.io/github/v/release/KooshaPari/helios-cli?include_prereleases&sort=semver)](https://github.com/KooshaPari/helios-cli/releases)
[![License](https://img.shields.io/github/license/KooshaPari/helios-cli)](LICENSE)
[![Phenotype](https://img.shields.io/badge/Phenotype-org-blueviolet)](https://github.com/KooshaPari)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Badge block is duplicated in the README

Low Severity

The four badge lines (Build, Release, License, Phenotype) are pasted twice — lines 51–54 and lines 57–60 are identical. This causes the badges to render twice in the README, which looks like an accidental copy-paste.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 56b069a. Configure here.



**Status:** stable

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.
Expand Down
Loading