@bonginkan/maria 4.3.18 → 4.3.19

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/dist/cli.cjs CHANGED
@@ -1704,7 +1704,7 @@ var init_AuthenticationManager = __esm({
1704
1704
  const response = await fetch(`${this.apiBase}/api/user/profile`, {
1705
1705
  headers: {
1706
1706
  "Authorization": `Bearer ${tokens2.accessToken}`,
1707
- "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.18"}`
1707
+ "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.19"}`
1708
1708
  }
1709
1709
  });
1710
1710
  if (response.status === 401) {
@@ -2407,7 +2407,7 @@ async function callApi(path60, init3 = {}) {
2407
2407
  "Authorization": `Bearer ${token}`,
2408
2408
  "X-Device-Id": getDeviceId(),
2409
2409
  "X-Session-Id": getSessionId() || "",
2410
- "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.18"}`,
2410
+ "User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.19"}`,
2411
2411
  "Content-Type": init3.headers?.["Content-Type"] || "application/json"
2412
2412
  });
2413
2413
  const doFetch = async (token) => {
@@ -16071,8 +16071,8 @@ var require_package = __commonJS({
16071
16071
  "package.json"(exports, module) {
16072
16072
  module.exports = {
16073
16073
  name: "@bonginkan/maria",
16074
- version: "4.3.18",
16075
- description: "\u{1F680} MARIA v4.3.18 - 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.",
16074
+ version: "4.3.19",
16075
+ description: "\u{1F680} MARIA v4.3.19 - 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.",
16076
16076
  keywords: [
16077
16077
  "ai",
16078
16078
  "cli",
@@ -25681,7 +25681,7 @@ var init_about_command = __esm({
25681
25681
  async execute(args2, context2) {
25682
25682
  const output3 = [];
25683
25683
  output3.push("");
25684
- output3.push(chalk40__default.default.cyan.bold("\u{1F916} About MARIA v4.3.18"));
25684
+ output3.push(chalk40__default.default.cyan.bold("\u{1F916} About MARIA v4.3.19"));
25685
25685
  output3.push(chalk40__default.default.gray("\u2550".repeat(40)));
25686
25686
  output3.push("");
25687
25687
  output3.push(chalk40__default.default.white.bold("MARIA - Minimal API, Maximum Power"));