@krishivpb60/aether-ai-cli 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +22 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > ⚡ **Universal AI Gateway** — 13+ providers, free & paid models, cyberpunk terminal
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/@krylo-60/aether-ai-cli.svg)](https://www.npmjs.com/package/@krylo-60/aether-ai-cli)
5
+ [![npm version](https://img.shields.io/npm/v/@krishivpb60/aether-ai-cli.svg)](https://www.npmjs.com/package/@krishivpb60/aether-ai-cli)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-cyan.svg)](LICENSE)
7
7
  [![Node.js](https://img.shields.io/badge/Node.js-≥18.0.0-green.svg)](https://nodejs.org)
8
8
 
@@ -35,6 +35,12 @@
35
35
  - 🔐 **Your Keys, Your Control** — API keys stored locally on YOUR machine, never transmitted anywhere
36
36
  - 📤 **Export Conversations** — Save full chat history as Markdown files
37
37
  - 🎨 **Cyberpunk UI** — Neon colors, ASCII art, signal bars, and mode badges
38
+ - 🎭 **4 Color Themes** — Cyberpunk, Matrix, Synthwave, Crimson — switch with `/theme`
39
+ - ⌨️ **Custom Commands** — Create reusable prompt shortcuts with `/cmd add`
40
+ - 📝 **File Creation** — AI can create files on your system with path override prompts
41
+ - 📊 **Live Telemetry** — Real-time response latency & tokens/sec in the status bar
42
+ - 🎮 **Mini-Game** — Built-in mainframe hacking game (`/game`)
43
+ - 📋 **Clipboard Copy** — Copy last response to clipboard with `/copy`
38
44
 
39
45
  ---
40
46
 
@@ -43,13 +49,13 @@
43
49
  ### Install globally
44
50
 
45
51
  ```bash
46
- npm install -g @krylo-60/aether-ai-cli
52
+ npm install -g @krishivpb60/aether-ai-cli
47
53
  ```
48
54
 
49
55
  ### Or run directly with npx
50
56
 
51
57
  ```bash
52
- npx @krylo-60/aether-ai-cli chat
58
+ npx @krishivpb60/aether-ai-cli chat
53
59
  ```
54
60
 
55
61
  ### Setup (Interactive Wizard)
@@ -160,14 +166,23 @@ Inside interactive chat mode, use these slash commands:
160
166
  | Command | Description |
161
167
  |---------|-------------|
162
168
  | `/help` | Show all commands |
163
- | `/mode <name>` | Switch reasoning mode |
169
+ | `/mode <name>` | Switch reasoning mode (synthesis, research, architect, titan) |
164
170
  | `/modes` | List all modes with signal bars |
165
- | `/attach <file>` | Attach a file for context |
171
+ | `/theme <name>` | Switch visual theme (cyberpunk, matrix, synthwave, crimson) |
172
+ | `/themes` | List available color themes |
173
+ | `/attach <file>` | Attach a file for context (supports Tab autocomplete!) |
166
174
  | `/files` | List attached files |
167
- | `/clear` | Remove attached files |
175
+ | `/clear` | Clear terminal screen |
168
176
  | `/providers` | Show active providers |
169
177
  | `/export` | Export chat to Markdown |
170
- | `/status` | Session status |
178
+ | `/copy` | Copy last response to clipboard |
179
+ | `/write <file>` | Extract last code block and save to file |
180
+ | `/cmd list` | List custom command shortcuts |
181
+ | `/cmd add <name> <template>` | Create a custom command shortcut |
182
+ | `/cmd remove <name>` | Delete a custom command |
183
+ | `/game` | Start the mainframe hacking mini-game |
184
+ | `/status` | Session status & telemetry |
185
+ | `/history-clear` | Clear saved chat history |
171
186
  | `/exit` | End session |
172
187
 
173
188
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krishivpb60/aether-ai-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Aether Core AI — A cyberpunk command-line AI assistant with multi-mode reasoning, 12-node failover mesh, file context injection, and offline fallbacks.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {