Skip to content

Commit 674a388

Browse files
committed
fix Error setting up API key manager: Path not found
1 parent 097b580 commit 674a388

15 files changed

Lines changed: 1191 additions & 1085 deletions

File tree

β€Ž.acode/pack-zip.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ zip
5858
.generateNodeStream({ type: 'nodebuffer', streamFiles: true })
5959
.pipe(fs.createWriteStream(outPath))
6060
.on('finish', () => {
61-
console.log('βœ… AI.zip created cleanly');
61+
console.log(' AI.zip created cleanly');
6262
});

β€Ž.github/ISSUE_TEMPLATE/general.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ assignees: ''
88
---
99

1010
---
11-
name: "πŸ“– General Issue"
11+
name: " General Issue"
1212
about: "Use this template for general issues, questions, suggestions, or content corrections."
1313
title: "[General] "
1414
labels: ["general", "discussion"]
1515
assignees: []
1616
---
1717

18-
## πŸ“Œ Description
18+
## Description
1919
_Describe the issue, idea, or content you want to discuss._
2020

2121
Example:
@@ -25,14 +25,14 @@ Example:
2525

2626
---
2727

28-
## πŸ” Details
28+
## Details
2929
- **Topic/Title**:
3030
- **Location (file/page)**:
3131
- **Screenshots/References (optional)**:
3232

3333
---
3434

35-
## βœ… Checklist
35+
## Checklist
3636
Before submitting, please confirm:
3737
- [ ] I have checked if this issue already exists.
3838
- [ ] I have clearly described the issue/idea.

β€Žplugin.jsonβ€Ž

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
{
22
"id": "acode.plugin.cli",
3-
"name": "Renz Ai CLI - Modular",
4-
"main": "main.js",
5-
"version": "2.1.0",
3+
"name": "AI CLI - Modular",
4+
"main": "dist/main.js",
5+
"version": "2.1.1",
66
"readme": "readme.md",
77
"icon": "icon.png",
88
"minVersionCode": 958,
99
"license": "MIT",
1010
"keywords": ["ai", "assistant", "chat", "code", "gpt", "openai", "gemini", "groq"],
1111
"changelogs": "changelogs.md",
1212
"files": [
13-
"assets/ai_assistant.svg",
14-
"assets/user_avatar.png",
15-
"assets/insert-context.svg",
16-
"assets/github-dark.css",
17-
"assets/highlight.min.js",
18-
"assets/markdown-it.min.js",
19-
"assets/galaxy.png"
13+
"dist/",
14+
"assets/",
15+
"readme.md",
16+
"icon.png",
17+
"changelogs.md"
2018
],
2119
"price": 0,
2220
"author": {
@@ -33,4 +31,4 @@
3331
"github": "RenzMc"
3432
}
3533
]
36-
}
34+
}

β€Žreadme.mdβ€Ž

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# 🌌 Acode AI CLI Assistant Plugin
1+
# Acode AI CLI Assistant Plugin
22

33
[![Version](https://img.shields.io/badge/version-1.0.1-blue.svg)](https://github.com/RenzMc/Acode-Plugin-AI-cli)
44
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
55
[![Platform](https://img.shields.io/badge/platform-Android-brightgreen.svg)](https://acode.app)
66
[![AI Support](https://img.shields.io/badge/AI-Multi--Provider-purple.svg)](#supported-ai-providers)
77

8-
> **Transform your mobile coding experience with the power of AI** ✨
8+
> **Transform your mobile coding experience with the power of AI**
99
1010
An advanced AI-powered coding assistant plugin for Acode (Android Code Editor) that brings intelligent code assistance, real-time analysis, and comprehensive project management directly to your mobile development workflow.
1111

1212
![Acode AI CLI Preview](dist/assets/user_avatar.png)
1313

14-
## πŸš€ Features
14+
## Features
1515

16-
### πŸ€– **Multi-Provider AI Support**
16+
### **Multi-Provider AI Support**
1717
- **OpenAI GPT** - Industry-leading language models
1818
- **Google Gemini** - Advanced reasoning and code understanding
1919
- **Ollama** - Local AI models for privacy
@@ -23,49 +23,49 @@ An advanced AI-powered coding assistant plugin for Acode (Android Code Editor) t
2323
- **Qwen** - Alibaba's powerful language models
2424
- **OpenAI-Like** - Compatible with any OpenAI-like API
2525

26-
### πŸ’« **Real-Time AI Features**
26+
### **Real-Time AI Features**
2727
- **Live Code Analysis** - Get instant feedback as you type
2828
- **Smart Error Detection** - Catch bugs before they happen
2929
- **Context-Aware Suggestions** - Intelligent code completion
3030
- **Performance Optimization** - Automatic caching and debouncing
3131
- **This feature is under development**
3232

33-
### πŸ› οΈ **Bulk Operations**
33+
### **Bulk Operations**
3434
- **Multi-File Renaming** - Rename multiple files with patterns
3535
- **File Organization** - Move files to appropriate folders
3636
- **Header Management** - Add consistent headers to all files
3737
- **Format Conversion** - Convert between file formats
3838
- **Cleanup Tools** - Remove unused files automatically
3939

40-
### πŸ“ **Project Management**
40+
### **Project Management**
4141
- **Structure Analysis** - AI-powered project organization
4242
- **Architecture Suggestions** - Best practices recommendations
4343
- **File Categorization** - Automatic folder structure creation
4444
- **Dependency Management** - Track and optimize dependencies
4545

46-
### 🎨 **Galaxy-Themed UI**
46+
### **Galaxy-Themed UI**
4747
- **Stunning Visuals** - Beautiful galaxy background with animations
4848
- **Responsive Design** - Perfect on all device orientations
4949
- **Acode Theme Integration** - Seamlessly adapts to your theme
5050
- **Smooth Animations** - Fluid interactions and transitions
5151

52-
### πŸ”’ **Security & Privacy**
52+
### **Security & Privacy**
5353
- **Encrypted API Keys** - AES-GCM encryption with PBKDF2
5454
- **Local Storage** - Your data stays on your device
5555
- **Secure Communication** - HTTPS-only API calls
5656
- **No Data Collection** - Privacy-first approach
5757

58-
## πŸ“± Installation
58+
## Installation
5959

6060
### Method 1: From Acode Plugin Store
6161
1. Open **Acode** app on your Android device
62-
2. Go to **Settings** β†’ **Plugins**
62+
2. Go to **Settings** **Plugins**
6363
3. Search for **"AI CLI Assistant"**
6464
4. Tap **Install** and **Enable**
6565

6666
### Method 2: Manual Installation
6767
1. Download the latest `acode-ai-cli.zip` from [Releases](https://github.com/RenzMc/Acode-Plugin-AI-cli/releases)
68-
2. Open **Acode** β†’ **Settings** β†’ **Plugins**
68+
2. Open **Acode** **Settings** **Plugins**
6969
3. Tap **Install from ZIP/Local**
7070
4. Select the downloaded file
7171
5. Enable the plugin
@@ -79,7 +79,7 @@ npm install
7979
npm run build
8080
```
8181

82-
## βš™οΈ Setup & Configuration
82+
## Setup & Configuration
8383

8484
### 1. **Initial Setup**
8585
1. Open Acode and enable the AI CLI Assistant plugin
@@ -137,21 +137,21 @@ The plugin automatically adapts to your Acode theme:
137137
- **Light Mode**: Softened galaxy theme with light colors
138138
- **Auto Mode**: Follows system preference
139139

140-
## 🎯 Usage Guide
140+
## Usage Guide
141141

142-
### πŸ’¬ **Basic Chat**
142+
### **Basic Chat**
143143
1. Open the Renz Ai using Ctrl/Cmd + Shift + P
144144
2. Type your coding question or request
145145
3. Get instant AI-powered responses
146146
4. Copy code snippets with one tap
147147

148-
### ⚑ **Real-Time Analysis**
148+
### **Real-Time Analysis**
149149
- **Auto-enabled** when editing files
150150
- Get suggestions as you type
151151
- Instant error detection
152152
- Performance optimization tips
153153

154-
### πŸ” **Bulk Operations**
154+
### **Bulk Operations**
155155
1. Tap the **bulk operations** icon
156156
2. Choose your operation:
157157
- **Rename Files**: Use patterns like `component_{index}.js`
@@ -160,7 +160,7 @@ The plugin automatically adapts to your Acode theme:
160160
- **Format Conversion**: Convert between file types
161161
3. Select files and follow prompts
162162

163-
### πŸ“Š **Project Organization**
163+
### **Project Organization**
164164
1. Tap **Organize Project** in the menu
165165
2. AI analyzes your project structure
166166
3. Get recommendations for:
@@ -169,7 +169,7 @@ The plugin automatically adapts to your Acode theme:
169169
- Architecture improvements
170170
- Cleanup suggestions
171171

172-
## πŸ”§ Advanced Features
172+
## Advanced Features
173173

174174
### **Custom Prompts**
175175
Create reusable prompts for common tasks:
@@ -182,7 +182,7 @@ Create reusable prompts for common tasks:
182182

183183
### **Context Menu Integration**
184184
- Right-click any code selection
185-
- Choose **"✨"** for instant analysis
185+
- Choose **""** for instant analysis
186186
- Get context-aware suggestions
187187

188188
### **Performance Settings**
@@ -191,15 +191,15 @@ Adjust real-time analysis sensitivity:
191191
- **Medium**: 5-second debounce (balanced)
192192
- **Low**: 10-second debounce (fewer API calls)
193193

194-
## πŸ“ Responsive Design
194+
## Responsive Design
195195

196196
Perfect experience across all devices:
197-
- **πŸ“± Mobile Portrait**: Optimized for phones
198-
- **πŸ“± Mobile Landscape**: Adapted for landscape typing
199-
- **πŸ“š Tablet Portrait**: Enhanced for larger screens
200-
- **πŸ“š Tablet Landscape**: Full desktop-like experience
197+
- ** Mobile Portrait**: Optimized for phones
198+
- ** Mobile Landscape**: Adapted for landscape typing
199+
- ** Tablet Portrait**: Enhanced for larger screens
200+
- ** Tablet Landscape**: Full desktop-like experience
201201

202-
## πŸ” Security & Privacy
202+
## Security & Privacy
203203

204204
### **Data Protection**
205205
- **Local Encryption**: API keys encrypted with AES-GCM
@@ -213,7 +213,7 @@ Perfect experience across all devices:
213213
- Random initialization vectors
214214
- Automatic key rotation support
215215

216-
## πŸ› Troubleshooting
216+
## Troubleshooting
217217

218218
### **Common Issues**
219219

@@ -247,7 +247,7 @@ Minimum Acode version: 1.8.0
247247
- **Memory Usage**: Efficient cleanup and debouncing
248248
- **Battery Saving**: Reduced animations on low battery
249249

250-
## 🀝 Contributing
250+
## Contributing
251251

252252
We welcome contributions! Here's how to get started:
253253

@@ -280,30 +280,30 @@ npm run test # Run tests
280280
4. Add tests if applicable
281281
5. Submit a pull request
282282

283-
## πŸ™ Acknowledgments
283+
## Acknowledgments
284284

285285
- **Acode Team** for the amazing mobile editor
286286
- **LangChain** for AI abstractions
287287
- **OpenAI, Google, Anthropic** for AI services
288288
- **Contributors** who make this project better
289289
- **Community** for feedback and suggestions
290290

291-
## πŸ“ž Support
291+
## Support
292292

293293
### **Get Help**
294-
- πŸ“š [Wiki Documentation](https://github.com/RenzMc/Acode-Plugin-AI-cli/wiki)
295-
- πŸ› [Report Issues](https://github.com/RenzMc/Acode-Plugin-AI-cli/issues)
296-
- πŸ’¬ [Discussions](https://github.com/RenzMc/Acode-Plugin-AI-cli/discussions)
297-
- πŸ“§ [Contact Developer](mailto:renzaja11@gmail.com)
294+
- [Wiki Documentation](https://github.com/RenzMc/Acode-Plugin-AI-cli/wiki)
295+
- [Report Issues](https://github.com/RenzMc/Acode-Plugin-AI-cli/issues)
296+
- [Discussions](https://github.com/RenzMc/Acode-Plugin-AI-cli/discussions)
297+
- [Contact Developer](mailto:renzaja11@gmail.com)
298298

299299
---
300300

301301
<div align="center">
302302

303-
**Made with ❀️ by [RenzMc](https://github.com/RenzMc)**
303+
**Made with by [RenzMc](https://github.com/RenzMc)**
304304

305-
*Transforming mobile development, one line of code at a time* πŸš€
305+
*Transforming mobile development, one line of code at a time*
306306

307-
[⬆ Back to Top](#-acode-ai-cli-assistant-plugin)
307+
[ Back to Top](#-acode-ai-cli-assistant-plugin)
308308

309309
</div>

0 commit comments

Comments
Β (0)