@bonginkan/maria 4.2.23 → 4.2.24

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,4 +1,4 @@
1
- # MARIA - AI Development Platform v4.2.23
1
+ # MARIA - AI Development Platform v4.2.24
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@bonginkan/maria.svg)](https://www.npmjs.com/package/@bonginkan/maria)
4
4
  [![License](https://img.shields.io/badge/license-Multi--tier-blue.svg)](LICENSE)
@@ -10,7 +10,7 @@
10
10
 
11
11
  > **Enterprise-grade AI development platform with 100% command availability and comprehensive fallback support**
12
12
 
13
- ## 🚀 What's New in v4.2.23 (September 3, 2025)
13
+ ## 🚀 What's New in v4.2.24 (September 3, 2025)
14
14
 
15
15
  ### 🏗️ Build Status - All Systems Operational ✅
16
16
  - **CLI NPM Package**: ESM + CJS builds successful (2.02MB/1.16MB)
@@ -748,10 +748,10 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
748
748
  ### Quick Installation
749
749
  ```bash
750
750
  # Install globally (recommended)
751
- npm install -g @bonginkan/maria@4.2.23
751
+ npm install -g @bonginkan/maria@4.2.24
752
752
 
753
753
  # Verify installation
754
- maria --version # Should show v4.2.23
754
+ maria --version # Should show v4.2.24
755
755
 
756
756
  # Initialize with authentication
757
757
  maria /login # Setup OAuth2.0 + PKCE authentication
@@ -952,7 +952,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
952
952
 
953
953
  *MARIA v4.1.4 represents the pinnacle of multimodal AI development platform evolution - combining revolutionary voice-to-code capabilities, advanced memory systems, and comprehensive command ecosystems with enterprise-grade security and performance. This release establishes MARIA as the definitive choice for developers and Fortune 500 enterprises seeking intelligent, multimodal development experiences with GraphRAG intelligence, multilingual support, and zero-anxiety coding workflows.*
954
954
 
955
- **Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.23`
955
+ **Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.24`
956
956
 
957
957
  🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
958
958
  💬 **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": "lite-1.0.0",
3
- "generatedAt": "2025-09-10T07:53:57.445Z",
4
- "totalCommands": 11,
5
- "readyCount": 11,
3
+ "generatedAt": "2025-09-10T08:21:15.831Z",
4
+ "totalCommands": 12,
5
+ "readyCount": 12,
6
6
  "partialCount": 0,
7
7
  "brokenCount": 0,
8
8
  "commands": {
@@ -48,6 +48,13 @@
48
48
  "depsAvailable": true,
49
49
  "description": "System diagnostics"
50
50
  },
51
+ "auth/whoami": {
52
+ "status": "READY",
53
+ "hasExecute": true,
54
+ "hasMetadata": true,
55
+ "depsAvailable": true,
56
+ "description": "Show current authenticated user information"
57
+ },
51
58
  "configuration/setup": {
52
59
  "status": "READY",
53
60
  "hasExecute": true,
@@ -24329,8 +24329,8 @@ var require_package = __commonJS({
24329
24329
  "package.json"(exports, module) {
24330
24330
  module.exports = {
24331
24331
  name: "@bonginkan/maria",
24332
- version: "4.2.23",
24333
- description: "\u{1F680} MARIA v4.2.23 - Enterprise AI Development Platform with 100% Command Availability. Features 74 production-ready commands with comprehensive fallback implementation, local LLM support, and zero external dependencies. Includes natural language coding, AI safety evaluation, intelligent evolution system, episodic memory with PII masking, and real-time monitoring dashboard. Built with TypeScript AST-powered code generation, OAuth2.0 + PKCE authentication, quantum-resistant cryptography, and enterprise-grade performance.",
24332
+ version: "4.2.24",
24333
+ description: "\u{1F680} MARIA v4.2.24 - Enterprise AI Development Platform with 100% Command Availability. Features 74 production-ready commands with comprehensive fallback implementation, local LLM support, and zero external dependencies. Includes natural language coding, AI safety evaluation, intelligent evolution system, episodic memory with PII masking, and real-time monitoring dashboard. Built with TypeScript AST-powered code generation, OAuth2.0 + PKCE authentication, quantum-resistant cryptography, and enterprise-grade performance.",
24334
24334
  keywords: [
24335
24335
  "ai",
24336
24336
  "cli",
@@ -26536,7 +26536,7 @@ var init_AuthenticationManager = __esm({
26536
26536
  const response2 = await fetch(`${this.apiBase}/api/user/profile`, {
26537
26537
  headers: {
26538
26538
  "Authorization": `Bearer ${tokens.accessToken}`,
26539
- "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.2.23"}`
26539
+ "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.2.24"}`
26540
26540
  }
26541
26541
  });
26542
26542
  if (response2.status === 401) {
@@ -31726,7 +31726,7 @@ var init_HelpCommand = __esm({
31726
31726
  }
31727
31727
  lines.push(chalk27__default.default.bold("Pro Tips:"));
31728
31728
  lines.push(" \u2022 All listed commands are production-ready");
31729
- lines.push(" \u2022 Use fuzzy search: /help --search confi \u2192 finds /config");
31729
+ lines.push(" \u2022 Use fuzzy search: /help --search config \u2192 finds /config");
31730
31730
  lines.push(" \u2022 Categories ordered by importance");
31731
31731
  lines.push("");
31732
31732
  return this.success(lines.join("\n"));
@@ -48247,7 +48247,7 @@ var init_about_command = __esm({
48247
48247
  async execute(args2, context2) {
48248
48248
  const output3 = [];
48249
48249
  output3.push("");
48250
- output3.push(chalk27__default.default.cyan.bold("\u{1F916} About MARIA v4.2.23"));
48250
+ output3.push(chalk27__default.default.cyan.bold("\u{1F916} About MARIA v4.2.24"));
48251
48251
  output3.push(chalk27__default.default.gray("\u2550".repeat(40)));
48252
48252
  output3.push("");
48253
48253
  output3.push(chalk27__default.default.white.bold("MARIA - Minimal API, Maximum Power"));