agdi 2.6.4 → 2.7.0

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 (4) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +42 -26
  3. package/bin/agdi.js +0 -0
  4. package/package.json +68 -69
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Agdi Systems
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -26,10 +26,30 @@
26
26
 
27
27
  ---
28
28
 
29
- ## 🎬 Cinematic Dark Mode (v2.6.1)
29
+ ## 🚀 What's New in v2.7.0
30
30
 
31
31
  <div align="center">
32
- <img src="https://img.shields.io/badge/NEW-Premium_Terminal_UI-blueviolet?style=for-the-badge" alt="New">
32
+ <img src="https://img.shields.io/badge/NEW-GitHub_Import-00d1b2?style=for-the-badge" alt="GitHub Import">
33
+ <img src="https://img.shields.io/badge/NEW-Voice_Commands-ff6b6b?style=for-the-badge" alt="Voice">
34
+ <img src="https://img.shields.io/badge/NEW-Self_Repair-8b5cf6?style=for-the-badge" alt="Self-Repair">
35
+ </div>
36
+
37
+ ### ✨ New Features
38
+
39
+ | Feature | Description |
40
+ |---------|-------------|
41
+ | 🐙 **GitHub Import** | Import any public repo via URL. Fetches zipball, extracts with JSZip |
42
+ | 🎤 **Voice Commands** | Talk to Agdi! Uses Web Speech API for real-time transcription |
43
+ | 🩹 **Self-Repair** | Autonomous build error recovery. AI diagnoses and fixes errors |
44
+ | 🧠 **2026 Model Registry** | GPT-5.2 Codex, Claude 4.5 Sonnet, Gemini 3 Pro/Flash |
45
+ | 🎨 **Official Brand Logos** | SVG icons for all AI providers (no more emojis) |
46
+
47
+ ---
48
+
49
+ ## 🎬 Cinematic Dark Mode
50
+
51
+ <div align="center">
52
+ <img src="https://img.shields.io/badge/Premium_Terminal_UI-blueviolet?style=for-the-badge" alt="New">
33
53
  </div>
34
54
 
35
55
  ### ✨ Visual Upgrade
@@ -53,7 +73,7 @@
53
73
  │ / ___ / /_/ / /_/ // / │
54
74
  │ /_/ |_\____/_____/___/ │
55
75
  │ │
56
- │ v2.6.1 [ARCHITECT ONLINE] │
76
+ │ v2.7.0 [ARCHITECT ONLINE] │
57
77
  │ │
58
78
  ├──────────────────────────────────────────────────────────────┤
59
79
  │ ╭─ SESSION INFO ─────────────────────────────────────────╮ │
@@ -85,7 +105,7 @@ agdi
85
105
 
86
106
  ---
87
107
 
88
- ## 🎯 What's New in v2.6
108
+ ## 🎯 Highlights
89
109
 
90
110
  <table>
91
111
  <tr>
@@ -102,39 +122,35 @@ Your code is reviewed by AI before delivery.
102
122
  </td>
103
123
  <td width="50%">
104
124
 
105
- ### 🔍 Codebase RAG
125
+ ### 🎤 Voice Input (NEW)
106
126
  ```bash
107
- /index
108
- Indexed 47 files, 312 chunks
109
-
110
- → /search authentication
111
- 🔍 src/auth/login.ts:15 (0.87)
127
+ 🎤 Hold Space to talk
128
+ 🎤 "Build a todo app with dark mode"
129
+ → Generating...
112
130
  ```
131
+ Talk to build apps!
113
132
 
114
133
  </td>
115
134
  </tr>
116
135
  <tr>
117
136
  <td width="50%">
118
137
 
119
- ### 🔧 MCP Tools
138
+ ### 🐙 GitHub Import (NEW)
120
139
  ```bash
121
- → /tools
122
- 🔧 Available Tools
123
- read_file [filesystem]
124
- list_dir [filesystem]
125
- search_code [code]
140
+ Import from: https://github.com/user/repo
141
+ 📦 Fetching zipball...
142
+ Imported 47 files
126
143
  ```
127
144
 
128
145
  </td>
129
146
  <td width="50%">
130
147
 
131
- ### 🧠 Persistent Memory
148
+ ### 🩹 Self-Repair (NEW)
132
149
  ```bash
133
- /memory
134
- 🧠 Memory Stats
135
- Total entries: 12
136
- Projects: 3
137
- Preferences: 5
150
+ npm install failed
151
+ 🩹 Diagnosing error...
152
+ 🔧 Applying fix: removed conflicting dep
153
+ Build succeeded!
138
154
  ```
139
155
 
140
156
  </td>
@@ -240,10 +256,10 @@ Your code is reviewed by AI before delivery.
240
256
 
241
257
  | Provider | Models | Get Key |
242
258
  |----------|--------|---------|
243
- | **Gemini** 🔥 | 2.5 Flash, 2.5 Pro | [aistudio.google.com](https://aistudio.google.com/apikey) |
244
- | **OpenRouter** | Claude, GPT-4o, Llama | [openrouter.ai](https://openrouter.ai/keys) |
245
- | **OpenAI** | GPT-5, o3 | [platform.openai.com](https://platform.openai.com/api-keys) |
246
- | **Anthropic** | Claude 4.5 Sonnet | [console.anthropic.com](https://console.anthropic.com/) |
259
+ | **Gemini** 🔥 | Gemini 3 Pro/Flash, 2.5 Flash | [aistudio.google.com](https://aistudio.google.com/apikey) |
260
+ | **OpenRouter** | Claude, GPT-5, Llama | [openrouter.ai](https://openrouter.ai/keys) |
261
+ | **OpenAI** | GPT-5.2 Codex, o3 | [platform.openai.com](https://platform.openai.com/api-keys) |
262
+ | **Anthropic** | Claude 4.5 Sonnet/Opus | [console.anthropic.com](https://console.anthropic.com/) |
247
263
 
248
264
  ---
249
265
 
package/bin/agdi.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,70 +1,69 @@
1
- {
2
- "name": "agdi",
3
- "version": "2.6.4",
4
- "description": "AI-powered app generator - build full-stack apps from natural language in your terminal",
5
- "type": "module",
6
- "bin": {
7
- "agdi": "./bin/agdi.js"
8
- },
9
- "main": "./dist/index.js",
10
- "files": [
11
- "bin",
12
- "dist",
13
- "README.md"
14
- ],
15
- "scripts": {
16
- "build": "tsup src/index.ts --format esm --clean",
17
- "dev": "tsx src/index.ts",
18
- "start": "node bin/agdi.js",
19
- "test": "vitest run",
20
- "prepublishOnly": "npm run build"
21
- },
22
- "keywords": [
23
- "cli",
24
- "ai",
25
- "code-generation",
26
- "app-generator",
27
- "llm",
28
- "gpt",
29
- "claude",
30
- "gemini",
31
- "react",
32
- "vite",
33
- "full-stack"
34
- ],
35
- "author": "Agdi Systems Inc.",
36
- "license": "MIT",
37
- "repository": {
38
- "type": "git",
39
- "url": "git+https://github.com/anassagd432/Agdi-dev.git"
40
- },
41
- "homepage": "https://agdi-dev.vercel.app",
42
- "bugs": {
43
- "url": "https://github.com/anassagd432/Agdi-dev/issues"
44
- },
45
- "engines": {
46
- "node": ">=18.0.0"
47
- },
48
- "devDependencies": {
49
- "@types/fs-extra": "^11.0.0",
50
- "@types/node": "^20.0.0",
51
- "tsup": "^8.0.0",
52
- "tsx": "^4.7.0",
53
- "typescript": "^5.4.0",
54
- "vitest": "^3.0.0"
55
- },
56
- "dependencies": {
57
- "@google/genai": "^1.0.0",
58
- "@inquirer/prompts": "^5.0.0",
59
- "@types/figlet": "^1.7.0",
60
- "@types/gradient-string": "^1.1.6",
61
- "boxen": "^8.0.1",
62
- "chalk": "^5.3.0",
63
- "commander": "^12.0.0",
64
- "figlet": "^1.9.4",
65
- "fs-extra": "^11.2.0",
66
- "gradient-string": "^3.0.0",
67
- "jszip": "^3.10.0",
68
- "ora": "^8.0.0"
69
- }
1
+ {
2
+ "name": "agdi",
3
+ "version": "2.7.0",
4
+ "description": "AI-powered app generator - build full-stack apps from natural language in your terminal",
5
+ "type": "module",
6
+ "bin": {
7
+ "agdi": "./bin/agdi.js"
8
+ },
9
+ "main": "./dist/index.js",
10
+ "files": [
11
+ "bin",
12
+ "dist",
13
+ "README.md"
14
+ ],
15
+ "keywords": [
16
+ "cli",
17
+ "ai",
18
+ "code-generation",
19
+ "app-generator",
20
+ "llm",
21
+ "gpt",
22
+ "claude",
23
+ "gemini",
24
+ "react",
25
+ "vite",
26
+ "full-stack"
27
+ ],
28
+ "author": "Agdi Systems Inc.",
29
+ "license": "MIT",
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "git+https://github.com/anassagd432/Agdi-dev.git"
33
+ },
34
+ "homepage": "https://agdi-dev.vercel.app",
35
+ "bugs": {
36
+ "url": "https://github.com/anassagd432/Agdi-dev/issues"
37
+ },
38
+ "engines": {
39
+ "node": ">=18.0.0"
40
+ },
41
+ "devDependencies": {
42
+ "@types/fs-extra": "^11.0.0",
43
+ "@types/node": "^20.0.0",
44
+ "tsup": "^8.0.0",
45
+ "tsx": "^4.7.0",
46
+ "typescript": "^5.4.0",
47
+ "vitest": "^3.0.0"
48
+ },
49
+ "dependencies": {
50
+ "@google/genai": "^1.0.0",
51
+ "@inquirer/prompts": "^5.0.0",
52
+ "@types/figlet": "^1.7.0",
53
+ "@types/gradient-string": "^1.1.6",
54
+ "boxen": "^8.0.1",
55
+ "chalk": "^5.3.0",
56
+ "commander": "^12.0.0",
57
+ "figlet": "^1.9.4",
58
+ "fs-extra": "^11.2.0",
59
+ "gradient-string": "^3.0.0",
60
+ "jszip": "^3.10.0",
61
+ "ora": "^8.0.0"
62
+ },
63
+ "scripts": {
64
+ "build": "tsup src/index.ts --format esm --clean",
65
+ "dev": "tsx src/index.ts",
66
+ "start": "node bin/agdi.js",
67
+ "test": "vitest run"
68
+ }
70
69
  }