@hkyadav/agent-ic 1.0.0 → 1.0.2
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.
- package/README.md +29 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# @hkyadav/agent-ic
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="https://img.shields.io/npm/v/@hkyadav/agent-ic?style=for-the-badge&color=3367f6" alt="npm version" />
|
|
5
|
+
<img src="https://img.shields.io/npm/l/@hkyadav/agent-ic?style=for-the-badge&color=green" alt="license" />
|
|
6
|
+
<img src="https://img.shields.io/npm/dw/@hkyadav/agent-ic?style=for-the-badge&color=orange" alt="downloads" />
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
**Agent-IC** is a lightweight, high-performance CLI coding assistant that brings the power of **Google Gemini** directly into your terminal. Built for developers who want instant AI collaboration without leaving their IDE.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## 🚀 Key Features
|
|
14
|
+
|
|
15
|
+
- **⚡ Instant Streaming:** Smooth, word-by-word typewriter output powered by Gemini Flash.
|
|
16
|
+
- **🎨 Rich Terminal UI:** Integrated with `chalk` and `gradient-string` for a premium look.
|
|
17
|
+
- **🛠 Code-First:** Advanced Markdown rendering with syntax highlighting for 100+ languages.
|
|
18
|
+
- **🧠 Persistent Memory:** Seamlessly manages conversation threads and context.
|
|
19
|
+
- **🔐 Zero-Config Setup:** Automated API key management stored at `~/.config/agentIC/`.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## 📦 Installation
|
|
24
|
+
|
|
25
|
+
Install the package globally to access the agent from any terminal session:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npm install -g @hkyadav/agent-ic
|
|
29
|
+
```
|