Skip to content

Commit 0d07955

Browse files
gitcoder89431claude
andcommitted
Rebrand to ruixen crate name
- Change package name from agentic-tui to ruixen - Update binary name to ruixen for clean /ruixen command - Update all README references and installation instructions - Secure ruixen crate name before someone else takes it 🎯 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 50d7c7c commit 0d07955

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═════╝
1010
```
1111

12-
[![Build Status](https://github.com/gitcoder89431/agentic/workflows/CI/badge.svg)](https://github.com/gitcoder89431/agentic/actions)
1312
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
14-
[![Crate](https://img.shields.io/crates/v/agentic.svg)](https://crates.io/crates/agentic)
13+
[![Crate](https://img.shields.io/crates/v/ruixen.svg)](https://crates.io/crates/ruixen)
1514

1615
**Agentic :: The agent you work WITH**
1716
**AI Model Orchestrator & Agent Framework**
@@ -58,7 +57,14 @@ sudo mv agentic /usr/local/bin/
5857
git clone https://github.com/gitcoder89431/agentic.git
5958
cd agentic
6059
cargo build --release
61-
./target/release/agentic-tui
60+
./target/release/ruixen
61+
```
62+
63+
### Install via Cargo
64+
```bash
65+
cargo install ruixen
66+
# Then run with:
67+
ruixen
6268
```
6369

6470
## Configuration
@@ -103,7 +109,7 @@ Follow these steps in order - you need both components:
103109
- Add $5-10 credit OR use free models (see guide below)
104110

105111
2. **Configure in Agentic**
106-
- Run `agentic` in your terminal
112+
- Run `ruixen` in your terminal
107113
- Press `s` to open Settings
108114
- Navigate to "Cloud API Key" and paste your OpenRouter key
109115
- Browse available models and select one (see model selection guide below)

crates/agentic-tui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
2-
name = "agentic-tui"
2+
name = "ruixen"
33
version = "0.1.0"
44
edition = "2021"
55

66
[[bin]]
7-
name = "agentic-tui"
7+
name = "ruixen"
88
path = "src/main.rs"
99

1010
[dependencies]

0 commit comments

Comments
 (0)