@bonginkan/maria 3.0.2 โ 3.0.3
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 +232 -231
- package/dist/bin/maria.cjs +2 -2
- package/dist/bin/maria.cjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,47 +1,139 @@
|
|
|
1
|
-
# ๐ MARIA v3.0.
|
|
1
|
+
# ๐ MARIA v3.0.3
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**Stable & Reliable** - AI-powered development platform with 50+ working commands, all core features fixed and production-ready.
|
|
4
4
|
|
|
5
5
|
[](https://www.typescriptlang.org/)
|
|
6
6
|
[](https://nodejs.org/)
|
|
7
|
-
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
8
|
+
[](LICENSE)
|
|
9
|
+
[](https://github.com/bonginkan/maria)
|
|
10
10
|
|
|
11
|
-
## โก
|
|
11
|
+
## โก Quick Install & Start
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
```bash
|
|
14
|
+
# Install globally
|
|
15
|
+
npm install -g @bonginkan/maria
|
|
16
|
+
|
|
17
|
+
# Start MARIA
|
|
18
|
+
maria
|
|
19
|
+
|
|
20
|
+
# Or use the short alias
|
|
21
|
+
mc
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## ๐ฏ What is MARIA?
|
|
14
25
|
|
|
15
|
-
MARIA
|
|
26
|
+
MARIA is an enterprise-ready AI development assistant that brings the power of multiple AI providers (OpenAI, Anthropic, Google, Groq, Ollama, etc.) directly to your terminal with 50+ slash commands for every development task.
|
|
16
27
|
|
|
17
|
-
|
|
18
|
-
- ๐งฉ **DualMemoryEngine** - System 1 & System 2 cognitive memory
|
|
19
|
-
- ๐ **FileSystemService** - Safe, atomic file operations
|
|
28
|
+
### โจ Key Features
|
|
20
29
|
|
|
21
|
-
|
|
30
|
+
- ๐ค **Multi-Provider AI Support** - Works with 8+ AI providers (cloud & local)
|
|
31
|
+
- ๐ **50+ Working Commands** - From code generation to Git operations
|
|
32
|
+
- ๐ง **Intelligent Memory System** - Remembers context across sessions
|
|
33
|
+
- ๐ **Git Integration** - Commit, PR, merge with AI assistance
|
|
34
|
+
- ๐จ **Media Generation** - Create images, videos, and audio with AI
|
|
35
|
+
- ๐ **Code Analysis** - Security, performance, and quality checks
|
|
36
|
+
- ๐ **Zero Config** - Works out of the box
|
|
22
37
|
|
|
38
|
+
## ๐ Available Commands (v3.0.3)
|
|
39
|
+
|
|
40
|
+
### Core Commands โ
|
|
23
41
|
```bash
|
|
24
|
-
#
|
|
25
|
-
|
|
42
|
+
/help # Show all commands and usage
|
|
43
|
+
/clear # Clear screen and conversation
|
|
44
|
+
/version # Show MARIA version
|
|
45
|
+
/exit # Exit the application
|
|
46
|
+
```
|
|
26
47
|
|
|
27
|
-
|
|
28
|
-
|
|
48
|
+
### AI Development ๐ค
|
|
49
|
+
```bash
|
|
50
|
+
/test # Generate comprehensive tests
|
|
51
|
+
/debug # Debug assistance with AI
|
|
52
|
+
/review # Code review with suggestions
|
|
53
|
+
/refactor # Intelligent code refactoring
|
|
29
54
|
```
|
|
30
55
|
|
|
31
|
-
###
|
|
56
|
+
### Git Operations ๐ฆ
|
|
57
|
+
```bash
|
|
58
|
+
/commit # Create semantic commits
|
|
59
|
+
/pr # Generate pull requests
|
|
60
|
+
/merge # Merge assistance
|
|
61
|
+
/diff # Analyze code differences
|
|
62
|
+
/branch # Branch management
|
|
63
|
+
```
|
|
32
64
|
|
|
65
|
+
### Documentation ๐
|
|
33
66
|
```bash
|
|
34
|
-
#
|
|
35
|
-
|
|
67
|
+
/docs # Generate documentation
|
|
68
|
+
/readme # Create README files
|
|
69
|
+
/api # API documentation
|
|
70
|
+
/changelog # Generate changelogs
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### Code Quality ๐ก๏ธ
|
|
74
|
+
```bash
|
|
75
|
+
/analyze # Code analysis
|
|
76
|
+
/perf # Performance profiling
|
|
77
|
+
/security # Security scanning
|
|
78
|
+
/deps # Dependency analysis
|
|
79
|
+
/lint # ESLint analysis
|
|
80
|
+
/typecheck # TypeScript checking
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
### Project Management ๐๏ธ
|
|
84
|
+
```bash
|
|
85
|
+
/scaffold # Project scaffolding
|
|
86
|
+
/deploy # Deployment assistance
|
|
87
|
+
/memory # Manage project memory
|
|
88
|
+
/export # Export project data
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### Media Creation ๐จ
|
|
92
|
+
```bash
|
|
93
|
+
/image # AI image generation
|
|
94
|
+
/video # AI video creation
|
|
95
|
+
/audio # Audio generation
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
### Search & Discovery ๐
|
|
99
|
+
```bash
|
|
100
|
+
/search # Smart code search
|
|
101
|
+
/find # File finder
|
|
102
|
+
/grep # Pattern search
|
|
103
|
+
/replace # Find and replace
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
### Database & API ๐๏ธ
|
|
107
|
+
```bash
|
|
108
|
+
/db # Database operations
|
|
109
|
+
/migrate # Run migrations
|
|
110
|
+
/seed # Seed data
|
|
111
|
+
/api-test # API testing
|
|
112
|
+
```
|
|
36
113
|
|
|
37
|
-
|
|
38
|
-
|
|
114
|
+
### Terminal Tools โ๏ธ
|
|
115
|
+
```bash
|
|
116
|
+
/run # Execute commands
|
|
117
|
+
/watch # File watcher
|
|
118
|
+
/docker # Docker management
|
|
119
|
+
/calc # Calculator
|
|
120
|
+
/solve # Equation solver
|
|
121
|
+
/plot # Graph plotter
|
|
122
|
+
```
|
|
39
123
|
|
|
40
|
-
|
|
41
|
-
|
|
124
|
+
### Learning & Help ๐
|
|
125
|
+
```bash
|
|
126
|
+
/explain # Explain code/concepts
|
|
127
|
+
/tutorial # Interactive tutorials
|
|
128
|
+
/example # Show examples
|
|
129
|
+
```
|
|
42
130
|
|
|
43
|
-
|
|
44
|
-
|
|
131
|
+
### Collaboration ๐ฅ
|
|
132
|
+
```bash
|
|
133
|
+
/share # Share code/sessions
|
|
134
|
+
/collab # Collaboration tools
|
|
135
|
+
/sync # Sync settings
|
|
136
|
+
/team # Team management
|
|
45
137
|
```
|
|
46
138
|
|
|
47
139
|
## ๐จ Beautiful CLI Experience
|
|
@@ -60,17 +152,84 @@ When you run `maria`, you'll see:
|
|
|
60
152
|
โ (c) 2025 Bonginkan Inc. โ
|
|
61
153
|
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
62
154
|
|
|
63
|
-
MARIA CODE v3.0.
|
|
155
|
+
MARIA CODE v3.0.3 โ Ready
|
|
64
156
|
/help for commands | Providers: 8/8 OK
|
|
65
157
|
|
|
66
158
|
Available AI Providers:
|
|
67
159
|
โ๏ธ Cloud AI: OpenAI, Anthropic, Google, Groq, xAI
|
|
68
160
|
๐ป Local AI: Ollama, LM Studio, vLLM
|
|
161
|
+
|
|
162
|
+
๐ฌ Enhanced Features:
|
|
163
|
+
โ
Conversation Memory - remembers all your chats
|
|
164
|
+
โก Lightning Speed - 200ms thinking, intelligent responses
|
|
165
|
+
๐ฏ Context Awareness - builds on previous conversations
|
|
166
|
+
๐ค AI-Powered Responses - real intelligent assistance
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
## ๐ Usage Examples
|
|
170
|
+
|
|
171
|
+
### Generate Tests
|
|
172
|
+
```bash
|
|
173
|
+
maria
|
|
174
|
+
/test src/utils/calculator.ts
|
|
175
|
+
# AI generates comprehensive test suite
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
### Smart Git Commits
|
|
179
|
+
```bash
|
|
180
|
+
maria
|
|
181
|
+
/commit
|
|
182
|
+
# AI analyzes changes and creates semantic commit message
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
### Code Review
|
|
186
|
+
```bash
|
|
187
|
+
maria
|
|
188
|
+
/review src/components/UserProfile.tsx
|
|
189
|
+
# Get AI-powered code review with suggestions
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
### Generate Documentation
|
|
193
|
+
```bash
|
|
194
|
+
maria
|
|
195
|
+
/docs
|
|
196
|
+
# Generate comprehensive documentation for your project
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
### Create Images
|
|
200
|
+
```bash
|
|
201
|
+
maria
|
|
202
|
+
/image "a futuristic city at sunset"
|
|
203
|
+
# AI generates image based on prompt
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
## ๐ง Configuration
|
|
207
|
+
|
|
208
|
+
### Environment Variables
|
|
209
|
+
```bash
|
|
210
|
+
# AI Provider API Keys (optional)
|
|
211
|
+
OPENAI_API_KEY=sk-...
|
|
212
|
+
ANTHROPIC_API_KEY=sk-ant-...
|
|
213
|
+
GOOGLE_API_KEY=...
|
|
214
|
+
GROQ_API_KEY=gsk_...
|
|
215
|
+
|
|
216
|
+
# Local LLM Configuration (auto-detected)
|
|
217
|
+
OLLAMA_BASE_URL=http://localhost:11434
|
|
218
|
+
VLLM_BASE_URL=http://localhost:8000
|
|
219
|
+
LMSTUDIO_BASE_URL=http://localhost:1234
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
### Select AI Model
|
|
223
|
+
```bash
|
|
224
|
+
maria
|
|
225
|
+
/model gpt-4o # Use GPT-4
|
|
226
|
+
/model claude-3 # Use Claude 3
|
|
227
|
+
/model gemini-pro # Use Gemini Pro
|
|
69
228
|
```
|
|
70
229
|
|
|
71
230
|
## ๐ป Programmatic API
|
|
72
231
|
|
|
73
|
-
###
|
|
232
|
+
### Use MARIA as a Library
|
|
74
233
|
|
|
75
234
|
```typescript
|
|
76
235
|
import {
|
|
@@ -79,240 +238,82 @@ import {
|
|
|
79
238
|
FileSystemService
|
|
80
239
|
} from '@bonginkan/maria';
|
|
81
240
|
|
|
82
|
-
//
|
|
241
|
+
// Intelligent Routing
|
|
83
242
|
const router = new IntelligentRouterService({
|
|
84
243
|
confidenceThreshold: 0.85,
|
|
85
|
-
enableLearning: true
|
|
86
|
-
enableConfirmation: false
|
|
244
|
+
enableLearning: true
|
|
87
245
|
});
|
|
88
246
|
|
|
89
247
|
const result = await router.route('optimize my database queries');
|
|
90
|
-
console.log('
|
|
248
|
+
console.log('Command:', result.command);
|
|
91
249
|
console.log('Confidence:', result.confidence);
|
|
92
250
|
|
|
93
|
-
//
|
|
251
|
+
// Dual Memory System
|
|
94
252
|
const memory = new DualMemoryEngine({
|
|
95
|
-
system1: { maxKnowledgeNodes: 1000
|
|
96
|
-
system2: { maxReasoningTraces: 100
|
|
97
|
-
coordinator: {
|
|
98
|
-
syncInterval: 1000,
|
|
99
|
-
conflictResolutionStrategy: 'balanced',
|
|
100
|
-
learningRate: 0.1
|
|
101
|
-
}
|
|
102
|
-
});
|
|
103
|
-
|
|
104
|
-
await memory.store('project_context', {
|
|
105
|
-
language: 'typescript',
|
|
106
|
-
framework: 'react',
|
|
107
|
-
patterns: ['hooks', 'components']
|
|
253
|
+
system1: { maxKnowledgeNodes: 1000 },
|
|
254
|
+
system2: { maxReasoningTraces: 100 }
|
|
108
255
|
});
|
|
109
256
|
|
|
110
|
-
|
|
257
|
+
await memory.store({ type: 'knowledge', data: {...} });
|
|
258
|
+
const insights = await memory.query('previous optimization patterns');
|
|
111
259
|
|
|
112
|
-
//
|
|
113
|
-
const fs = new FileSystemService({
|
|
114
|
-
|
|
115
|
-
|
|
260
|
+
// File System Operations
|
|
261
|
+
const fs = new FileSystemService({
|
|
262
|
+
safeMode: true,
|
|
263
|
+
atomicWrites: true
|
|
116
264
|
});
|
|
117
265
|
|
|
118
|
-
await fs.writeFile('
|
|
119
|
-
await fs.copy('/src', '/backup');
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
## ๐๏ธ Architecture
|
|
123
|
-
|
|
124
|
-
### Minimal API Philosophy
|
|
125
|
-
|
|
126
|
-
MARIA v3.0.0 follows **Minimal API, Maximum Power**:
|
|
127
|
-
|
|
128
|
-
```
|
|
129
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
130
|
-
โ MARIA v3.0.0 โ
|
|
131
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
132
|
-
โ ๐ง IntelligentRouterService โ
|
|
133
|
-
โ โโโ Smart command routing โ
|
|
134
|
-
โ โโโ Context-aware analysis โ
|
|
135
|
-
โ โโโ Learning capabilities โ
|
|
136
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
137
|
-
โ ๐งฉ DualMemoryEngine โ
|
|
138
|
-
โ โโโ System 1: Fast, intuitive โ
|
|
139
|
-
โ โโโ System 2: Deliberate, analytical โ
|
|
140
|
-
โ โโโ Cross-session learning โ
|
|
141
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
142
|
-
โ ๐ FileSystemService โ
|
|
143
|
-
โ โโโ Atomic operations โ
|
|
144
|
-
โ โโโ Backup management โ
|
|
145
|
-
โ โโโ Safety validation โ
|
|
146
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
### Key Features
|
|
150
|
-
|
|
151
|
-
| Feature | Description | Status |
|
|
152
|
-
|---------|-------------|--------|
|
|
153
|
-
| **Beautiful CLI** | Professional startup with AI provider selection | โ
|
|
|
154
|
-
| **Dynamic Version** | Auto-sourced from package.json | โ
|
|
|
155
|
-
| **3 Core Services** | Essential AI development capabilities | โ
|
|
|
156
|
-
| **Type Safety** | 100% TypeScript with strict mode | โ
|
|
|
157
|
-
| **Zero Config** | Works out of the box | โ
|
|
|
158
|
-
| **8 AI Providers** | OpenAI, Anthropic, Google, Groq, xAI, Ollama, LM Studio, vLLM | โ
|
|
|
159
|
-
|
|
160
|
-
## ๐ Performance
|
|
161
|
-
|
|
162
|
-
### Metrics
|
|
163
|
-
- **Startup Time**: < 1000ms cold start
|
|
164
|
-
- **Memory Usage**: < 256MB heap maximum
|
|
165
|
-
- **Bundle Size**: 192KB (optimized)
|
|
166
|
-
- **API Response**: < 100ms for core operations
|
|
167
|
-
|
|
168
|
-
### Benchmarks
|
|
169
|
-
```bash
|
|
170
|
-
# Run performance benchmarks
|
|
171
|
-
pnpm perf:bench
|
|
172
|
-
```
|
|
173
|
-
|
|
174
|
-
## ๐ ๏ธ Development
|
|
175
|
-
|
|
176
|
-
### Requirements
|
|
177
|
-
- Node.js 20.10.0+
|
|
178
|
-
- pnpm v10.10.0 (recommended)
|
|
179
|
-
- TypeScript 5.0+
|
|
180
|
-
|
|
181
|
-
### Build Commands
|
|
182
|
-
```bash
|
|
183
|
-
# Install dependencies
|
|
184
|
-
pnpm install
|
|
185
|
-
|
|
186
|
-
# Build the project
|
|
187
|
-
pnpm build
|
|
188
|
-
|
|
189
|
-
# Run tests
|
|
190
|
-
pnpm test
|
|
191
|
-
|
|
192
|
-
# Type checking
|
|
193
|
-
pnpm type-check
|
|
194
|
-
|
|
195
|
-
# Lint code
|
|
196
|
-
pnpm lint
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
### Command Registry
|
|
200
|
-
MARIA v3.0.0 includes a revolutionary command registry with:
|
|
201
|
-
- **68+ Commands**: Full enterprise command suite
|
|
202
|
-
- **Type Safety**: Runtime validation with TypeScript support
|
|
203
|
-
- **Fuzzy Search**: Smart typo tolerance (`/hlp` โ `/help`)
|
|
204
|
-
- **Auto-Generation**: Automated type generation
|
|
205
|
-
- **7 Categories**: From core commands to AI coding agent
|
|
206
|
-
|
|
207
|
-
```bash
|
|
208
|
-
# Generate command types
|
|
209
|
-
pnpm gen:cmd-types
|
|
210
|
-
|
|
211
|
-
# Test registry integrity
|
|
212
|
-
pnpm test:registry
|
|
266
|
+
await fs.writeFile('output.ts', generatedCode);
|
|
213
267
|
```
|
|
214
268
|
|
|
215
|
-
##
|
|
216
|
-
|
|
217
|
-
### Cloud Providers
|
|
218
|
-
- **OpenAI** - GPT models with vision and reasoning
|
|
219
|
-
- **Anthropic** - Claude models with advanced reasoning
|
|
220
|
-
- **Google** - Gemini models with multimodal capabilities
|
|
221
|
-
- **Groq** - Ultra-fast inference
|
|
222
|
-
- **xAI** - Grok models with real-time data
|
|
269
|
+
## ๐ v3.0.3 Statistics
|
|
223
270
|
|
|
224
|
-
|
|
225
|
-
- **
|
|
226
|
-
- **
|
|
227
|
-
- **
|
|
271
|
+
- **Total Commands**: 69 defined
|
|
272
|
+
- **Working Commands**: 50 (displayed in help)
|
|
273
|
+
- **Hidden Commands**: 11 (being fixed)
|
|
274
|
+
- **Categories**: 18
|
|
275
|
+
- **Success Rate**: 77%
|
|
276
|
+
- **Bundle Size**: ~1.4MB
|
|
277
|
+
- **Supported Providers**: 8+
|
|
228
278
|
|
|
229
|
-
##
|
|
279
|
+
## ๐ What's Fixed in v3.0.3
|
|
230
280
|
|
|
231
|
-
|
|
232
|
-
-
|
|
233
|
-
-
|
|
234
|
-
-
|
|
235
|
-
-
|
|
236
|
-
-
|
|
281
|
+
- โ
All undefined variable errors in core services
|
|
282
|
+
- โ
`/clear` command execution errors
|
|
283
|
+
- โ
`/model` command variable references
|
|
284
|
+
- โ
`/version` command display
|
|
285
|
+
- โ
Help command showing accurate counts
|
|
286
|
+
- โ
Hidden broken commands from help display
|
|
287
|
+
- โ
Dynamic command counting in `/help`
|
|
237
288
|
|
|
238
|
-
##
|
|
289
|
+
## ๐ฎ Roadmap
|
|
239
290
|
|
|
240
|
-
|
|
241
|
-
-
|
|
242
|
-
-
|
|
243
|
-
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
- **Quick Start**: [Getting Started Guide](docs/quickstart.md)
|
|
247
|
-
- **CLI Usage**: [Command Line Interface](docs/cli.md)
|
|
248
|
-
- **Configuration**: [Configuration Guide](docs/config.md)
|
|
291
|
+
- [ ] Fix remaining 11 commands
|
|
292
|
+
- [ ] Add GPT-4 Vision support
|
|
293
|
+
- [ ] Enhanced memory persistence
|
|
294
|
+
- [ ] Team collaboration features
|
|
295
|
+
- [ ] Plugin system
|
|
296
|
+
- [ ] Web UI dashboard
|
|
249
297
|
|
|
250
298
|
## ๐ค Contributing
|
|
251
299
|
|
|
252
|
-
We welcome contributions! Please see
|
|
253
|
-
|
|
254
|
-
### Development Setup
|
|
255
|
-
```bash
|
|
256
|
-
# Clone repository
|
|
257
|
-
git clone https://github.com/bonginkan/maria.git
|
|
258
|
-
cd maria
|
|
259
|
-
|
|
260
|
-
# Install dependencies
|
|
261
|
-
pnpm install
|
|
262
|
-
|
|
263
|
-
# Run development build
|
|
264
|
-
pnpm dev
|
|
265
|
-
|
|
266
|
-
# Run tests
|
|
267
|
-
pnpm test
|
|
268
|
-
|
|
269
|
-
# Submit pull request
|
|
270
|
-
```
|
|
300
|
+
We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
|
271
301
|
|
|
272
302
|
## ๐ License
|
|
273
303
|
|
|
274
|
-
|
|
275
|
-
- **Personal Use**: MIT License - Free for individual developers
|
|
276
|
-
- **Enterprise Use**: Commercial License - Contact for enterprise pricing
|
|
277
|
-
|
|
278
|
-
See [LICENSE](LICENSE) for full details.
|
|
279
|
-
|
|
280
|
-
## ๐ Links
|
|
304
|
+
MIT ยฉ 2025 Bonginkan Inc.
|
|
281
305
|
|
|
282
|
-
|
|
283
|
-
- **GitHub Repository**: https://github.com/bonginkan/maria
|
|
284
|
-
- **Documentation**: https://docs.maria-ai.dev
|
|
285
|
-
- **Support**: https://github.com/bonginkan/maria/issues
|
|
306
|
+
## ๐ Acknowledgments
|
|
286
307
|
|
|
287
|
-
|
|
308
|
+
Thank you to all users who reported issues and helped make MARIA more stable and reliable.
|
|
288
309
|
|
|
289
|
-
|
|
290
|
-
- **Minimal API Surface**: Reduced from 50+ to 3 core services
|
|
291
|
-
- **Beautiful CLI Experience**: Professional startup screen with provider selection
|
|
292
|
-
- **Dynamic Configuration**: Self-updating version from package.json
|
|
293
|
-
- **Zero-Config Philosophy**: Works perfectly out of the box
|
|
294
|
-
- **Performance Optimized**: 192KB bundle, < 1s startup time
|
|
295
|
-
|
|
296
|
-
### ๐จ Breaking Changes from v2.x
|
|
297
|
-
- **API Simplification**: Many internal services no longer exposed
|
|
298
|
-
- **New CLI Interface**: Updated startup and provider selection flow
|
|
299
|
-
- **Configuration Changes**: Streamlined config format
|
|
300
|
-
|
|
301
|
-
### ๐ Migration Guide
|
|
302
|
-
```bash
|
|
303
|
-
# Update to v3.0.0
|
|
304
|
-
npm update @bonginkan/maria
|
|
305
|
-
|
|
306
|
-
# Update imports
|
|
307
|
-
// Before (v2.x)
|
|
308
|
-
import { ComplexService, InternalAPI } from '@bonginkan/maria';
|
|
310
|
+
---
|
|
309
311
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
312
|
+
**Need help?** Run `maria` then type `/help`
|
|
313
|
+
**Found a bug?** [Open an issue](https://github.com/bonginkan/maria/issues)
|
|
314
|
+
**Want to contribute?** [Submit a PR](https://github.com/bonginkan/maria/pulls)
|
|
313
315
|
|
|
314
316
|
---
|
|
315
317
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
*ยฉ 2025 Bonginkan Inc. - AI-Powered Development Platform*
|
|
318
|
+
*MARIA - Your AI-Powered Development Assistant*
|
|
319
|
+
*Making development faster, smarter, and more enjoyable.*
|
package/dist/bin/maria.cjs
CHANGED
|
@@ -50440,8 +50440,8 @@ ${modeEmoji} ${modeNames[inputType] || "Interactive Mode"}
|
|
|
50440
50440
|
// package.json
|
|
50441
50441
|
var package_default = {
|
|
50442
50442
|
name: "@bonginkan/maria",
|
|
50443
|
-
version: "3.0.
|
|
50444
|
-
description: "\u{1F680} MARIA v3.0.
|
|
50443
|
+
version: "3.0.3",
|
|
50444
|
+
description: "\u{1F680} MARIA v3.0.3 - Stable & Reliable. 50+ working commands with updated documentation. Enterprise-ready AI development platform.",
|
|
50445
50445
|
keywords: [
|
|
50446
50446
|
"ai",
|
|
50447
50447
|
"cli",
|