@puku/puku-cli 1.8.0 → 1.8.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.
package/README.md CHANGED
@@ -1,29 +1,65 @@
1
1
  # Puku CLI
2
2
 
3
- AI coding assistant powered by **Puku AI**.
3
+ <p align="center">
4
+ <a href="https://www.npmjs.com/package/@puku/puku-cli">
5
+ <img src="https://img.shields.io/npm/v/@puku/puku-cli.svg" alt="npm version">
6
+ </a>
7
+ <a href="https://www.npmjs.com/package/@puku/puku-cli">
8
+ <img src="https://img.shields.io/npm/dt/@puku/puku-cli.svg" alt="npm downloads">
9
+ </a>
10
+ <a href="LICENSE">
11
+ <img src="https://img.shields.io/badge/license-Proprietary-blue.svg" alt="license">
12
+ </a>
13
+ <a href="https://nodejs.org">
14
+ <img src="https://img.shields.io/node/v/@puku/puku-cli.svg" alt="node version">
15
+ </a>
16
+ </p>
17
+
18
+ AI coding assistant powered by **Puku AI** — an intelligent CLI tool that helps developers write, debug, explain, and optimize code directly from the terminal.
19
+
20
+ ## Features
21
+
22
+ - **AI-Powered Coding** — Get intelligent assistance for writing, debugging, and explaining code
23
+ - **Smart Context** — Sandboxed code execution for secure operations
24
+ - **Terminal UI** — Beautiful React-based Ink interface
25
+ - **MCP Integration** — Model Context Protocol support for extended capabilities
26
+ - **Provider Profiles** — Optimized configurations for different use cases (fast coding, general purpose, etc.)
27
+
28
+ ## Requirements
29
+
30
+ - Node.js 20 or higher
4
31
 
5
32
  ## Installation
6
33
 
7
34
  ```bash
8
- npm install -g @poridhi/puku-cli
35
+ # Install globally via npm
36
+ npm install -g @puku/puku-cli
37
+
38
+ # Or via bun
39
+ bun add -g @puku/puku-cli
9
40
  ```
10
41
 
11
42
  ## Usage
12
43
 
13
44
  ```bash
45
+ # Start the interactive CLI
14
46
  puku-cli
15
- ```
16
47
 
17
- That's it. Start typing your coding task and Puku AI will help you get it done.
48
+ # Check version
49
+ puku-cli --version
18
50
 
19
- ## Requirements
51
+ # Get help
52
+ puku-cli help
53
+ ```
20
54
 
21
- - Node.js 20 or higher
55
+ ## License
56
+
57
+ Proprietary — All rights reserved. See LICENSE file for details.
22
58
 
23
59
  ## Support
24
60
 
25
61
  For help and support, contact the Puku AI team.
26
62
 
27
- ## License
63
+ ---
28
64
 
29
- SEE LICENSE FILE
65
+ <p align="center">Built with ❤️ by Puku AI</p>