@bonginkan/maria 4.3.23 → 4.3.25

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.23
1
+ # MARIA - AI Development Platform v4.3.25
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.23 (September 16, 2025)
13
+ ## 🚀 What's New in v4.3.25 (September 16, 2025)
14
14
 
15
15
  ### 🎯 Interactive Improvements & Choice Memory
16
16
  - **Choice Memory System**: Smart persistence of user selections across sessions
@@ -922,7 +922,7 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
922
922
  ### Quick Installation
923
923
  ```bash
924
924
  # Install globally (recommended)
925
- npm install -g @bonginkan/maria@4.3.23
925
+ npm install -g @bonginkan/maria@4.3.25
926
926
 
927
927
  # Verify installation
928
928
  maria --version # Should show v4.3.9
@@ -1126,7 +1126,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
1126
1126
 
1127
1127
  *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.*
1128
1128
 
1129
- **Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.23`
1129
+ **Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.25`
1130
1130
 
1131
1131
  🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
1132
1132
  💬 **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-22T08:52:19.663Z",
4
- "totalCommands": 17,
5
- "readyCount": 17,
3
+ "generatedAt": "2025-09-25T02:06:35.727Z",
4
+ "totalCommands": 16,
5
+ "readyCount": 16,
6
6
  "partialCount": 0,
7
7
  "brokenCount": 0,
8
8
  "commands": {
@@ -83,13 +83,6 @@
83
83
  "depsAvailable": true,
84
84
  "description": "Generate code with AI assistance"
85
85
  },
86
- "memory/remember": {
87
- "status": "READY",
88
- "hasExecute": true,
89
- "hasMetadata": true,
90
- "depsAvailable": true,
91
- "description": "Store information in memory"
92
- },
93
86
  "memory/recall": {
94
87
  "status": "READY",
95
88
  "hasExecute": true,
@@ -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.23",
26070
- description: "\u{1F680} MARIA v4.3.23 - 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.25",
26070
+ description: "\u{1F680} MARIA v4.3.25 - 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",
@@ -28099,7 +28099,7 @@ var init_AuthenticationManager = __esm({
28099
28099
  const response = await fetch(`${this.apiBase}/api/user/profile`, {
28100
28100
  headers: {
28101
28101
  "Authorization": `Bearer ${tokens2.accessToken}`,
28102
- "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.23"}`
28102
+ "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.25"}`
28103
28103
  }
28104
28104
  });
28105
28105
  if (response.status === 401) {
@@ -28731,7 +28731,7 @@ async function callApi(path60, init3 = {}) {
28731
28731
  "Authorization": `Bearer ${token}`,
28732
28732
  "X-Device-Id": getDeviceId(),
28733
28733
  "X-Session-Id": getSessionId() || "",
28734
- "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.23"}`,
28734
+ "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.25"}`,
28735
28735
  "Content-Type": init3.headers?.["Content-Type"] || "application/json"
28736
28736
  });
28737
28737
  const doFetch = async (token) => {
@@ -50625,7 +50625,7 @@ var init_about_command = __esm({
50625
50625
  async execute(args2, context2) {
50626
50626
  const output3 = [];
50627
50627
  output3.push("");
50628
- output3.push(chalk14__default.default.cyan.bold("\u{1F916} About MARIA v4.3.23"));
50628
+ output3.push(chalk14__default.default.cyan.bold("\u{1F916} About MARIA v4.3.25"));
50629
50629
  output3.push(chalk14__default.default.gray("\u2550".repeat(40)));
50630
50630
  output3.push("");
50631
50631
  output3.push(chalk14__default.default.white.bold("MARIA - Minimal API, Maximum Power"));
@@ -72802,6 +72802,7 @@ var init_ai_response_service = __esm({
72802
72802
  _conversationPersistence;
72803
72803
  telemetry;
72804
72804
  initialized = false;
72805
+ fallbackLowConfidence = 0.35;
72805
72806
  // providers
72806
72807
  providerManager;
72807
72808
  fallbackManager = null;
@@ -72844,8 +72845,25 @@ var init_ai_response_service = __esm({
72844
72845
  tokens: event.tokens,
72845
72846
  costUsd: event.costUsd
72846
72847
  });
72848
+ if (process.env.MARIA_TELEMETRY === "1") {
72849
+ try {
72850
+ console.log(
72851
+ JSON.stringify({
72852
+ ev: "chat_fallback",
72853
+ stage: event.source ?? "none",
72854
+ reason: event.reason,
72855
+ detail: event.detail,
72856
+ durationMs: event.durationMs,
72857
+ tokens: event.tokens,
72858
+ costUsd: event.costUsd
72859
+ })
72860
+ );
72861
+ } catch {
72862
+ }
72863
+ }
72847
72864
  });
72848
72865
  this.fallbackPolicySignature = signature;
72866
+ this.fallbackLowConfidence = typeof policy?.bands?.lowConfidence === "number" ? policy.bands.lowConfidence : this.fallbackLowConfidence;
72849
72867
  }
72850
72868
  return this.fallbackManager;
72851
72869
  }
@@ -72879,8 +72897,8 @@ var init_ai_response_service = __esm({
72879
72897
  temperature = 0.2,
72880
72898
  maxTokens = 32e3
72881
72899
  } = opts;
72882
- const apiBase = process.env.MARIA_API_BASE;
72883
- const preferApi = String(process.env.MARIA_USE_API || "1") === "1" && !!apiBase;
72900
+ process.env.MARIA_API_BASE || "https://api.maria-code.ai";
72901
+ const preferApi = String(process.env.MARIA_USE_API || "1") === "1";
72884
72902
  if (preferApi) {
72885
72903
  try {
72886
72904
  const { callAPI: callAPI2 } = await Promise.resolve().then(() => (init_api_caller(), api_caller_exports));
@@ -73084,6 +73102,24 @@ ${text}`;
73084
73102
  let aiResponse = outcome.data || "";
73085
73103
  const fallbackUsed = outcome.source !== "llm";
73086
73104
  const fallbackMessage = outcome.message;
73105
+ if (process.env.MARIA_TELEMETRY === "1") {
73106
+ try {
73107
+ console.log(
73108
+ JSON.stringify({
73109
+ ev: "chat_route",
73110
+ source: outcome.source,
73111
+ reason: outcome.reason,
73112
+ message: outcome.message,
73113
+ intent: intent.type,
73114
+ intentConfidence: intent.confidence,
73115
+ lowConfidenceThreshold: this.fallbackLowConfidence,
73116
+ plainOutput: PLAIN_OUTPUT,
73117
+ templateFallbackEnabled: TEMPLATE_FALLBACK_ENABLED
73118
+ })
73119
+ );
73120
+ } catch {
73121
+ }
73122
+ }
73087
73123
  if (!aiResponse || aiResponse.trim().length === 0) {
73088
73124
  aiResponse = this.generateFallbackResponse(request.userInput);
73089
73125
  }