@bonginkan/maria 4.3.41 → 4.3.42

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.3.41
1
+ # MARIA - AI Development Platform v4.3.42
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.3.41 (October, 2025)
13
+ ## 🚀 What's New in v4.3.42 (October, 2025)
14
14
 
15
15
  ### Functinal enhancements
16
16
  - **Enhanced Natural Language Support**: Main commands called automatically by natural language input
@@ -927,7 +927,7 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
927
927
  ### Quick Installation
928
928
  ```bash
929
929
  # Install globally (recommended)
930
- npm install -g @bonginkan/maria@4.3.41
930
+ npm install -g @bonginkan/maria@4.3.42
931
931
 
932
932
  # Verify installation
933
933
  maria --version # Should show v4.3.9
@@ -1131,7 +1131,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
1131
1131
 
1132
1132
  *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.*
1133
1133
 
1134
- **Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.41`
1134
+ **Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.42`
1135
1135
 
1136
1136
  🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
1137
1137
  💬 **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "lite-1.0.0",
3
- "generatedAt": "2025-10-05T11:25:09.927Z",
3
+ "generatedAt": "2025-10-05T11:54:11.483Z",
4
4
  "totalCommands": 19,
5
5
  "readyCount": 19,
6
6
  "partialCount": 0,
@@ -26066,8 +26066,8 @@ var require_package = __commonJS({
26066
26066
  "package.json"(exports, module) {
26067
26067
  module.exports = {
26068
26068
  name: "@bonginkan/maria",
26069
- version: "4.3.41",
26070
- description: "\u{1F680} MARIA v4.3.41 - Enterprise AI Development Platform with identity system and character voice implementation. 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.",
26069
+ version: "4.3.42",
26070
+ description: "\u{1F680} MARIA v4.3.42 - Enterprise AI Development Platform with identity system and character voice implementation. 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.",
26071
26071
  keywords: [
26072
26072
  "ai",
26073
26073
  "cli",
@@ -28104,7 +28104,7 @@ var init_AuthenticationManager = __esm({
28104
28104
  const response = await fetch(`${this.apiBase}/api/user/profile`, {
28105
28105
  headers: {
28106
28106
  "Authorization": `Bearer ${tokens2.accessToken}`,
28107
- "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.41"}`
28107
+ "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.42"}`
28108
28108
  }
28109
28109
  });
28110
28110
  if (response.status === 401) {
@@ -28758,7 +28758,7 @@ async function callApi(path65, init3 = {}) {
28758
28758
  "Authorization": `Bearer ${token}`,
28759
28759
  "X-Device-Id": getDeviceId(),
28760
28760
  "X-Session-Id": getSessionId() || "",
28761
- "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.41"}`,
28761
+ "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.42"}`,
28762
28762
  "Content-Type": init3.headers?.["Content-Type"] || "application/json"
28763
28763
  });
28764
28764
  const doFetch = async (token) => {
@@ -29103,7 +29103,7 @@ async function callAPI(endpoint, options = {}) {
29103
29103
  }
29104
29104
  }
29105
29105
  async function executeChat(messages) {
29106
- const response = await callAPI("/v1/chat", {
29106
+ const response = await callAPI("/v1/ai-proxy", {
29107
29107
  method: "POST",
29108
29108
  body: { messages }
29109
29109
  });
@@ -51261,7 +51261,7 @@ var init_about_command = __esm({
51261
51261
  async execute(args2, context2) {
51262
51262
  const output3 = [];
51263
51263
  output3.push("");
51264
- output3.push(chalk14__default.default.cyan.bold("\u{1F916} About MARIA v4.3.41"));
51264
+ output3.push(chalk14__default.default.cyan.bold("\u{1F916} About MARIA v4.3.42"));
51265
51265
  output3.push(chalk14__default.default.gray("\u2550".repeat(40)));
51266
51266
  output3.push("");
51267
51267
  output3.push(chalk14__default.default.white.bold("MARIA - Minimal API, Maximum Power"));