@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 +5 -5
- package/dist/READY.manifest.json +10 -3
- package/dist/bin/maria.cjs +5 -5
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +5 -5
- package/dist/cli.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/server/express-server.cjs +2 -2
- package/dist/server/express-server.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +10 -3
package/dist/cli.cjs
CHANGED
|
@@ -1893,7 +1893,7 @@ var init_AuthenticationManager = __esm({
|
|
|
1893
1893
|
const response2 = await fetch(`${this.apiBase}/api/user/profile`, {
|
|
1894
1894
|
headers: {
|
|
1895
1895
|
"Authorization": `Bearer ${tokens.accessToken}`,
|
|
1896
|
-
"User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.2.
|
|
1896
|
+
"User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.2.24"}`
|
|
1897
1897
|
}
|
|
1898
1898
|
});
|
|
1899
1899
|
if (response2.status === 401) {
|
|
@@ -15111,7 +15111,7 @@ var init_HelpCommand = __esm({
|
|
|
15111
15111
|
}
|
|
15112
15112
|
lines.push(chalk28__default.default.bold("Pro Tips:"));
|
|
15113
15113
|
lines.push(" \u2022 All listed commands are production-ready");
|
|
15114
|
-
lines.push(" \u2022 Use fuzzy search: /help --search
|
|
15114
|
+
lines.push(" \u2022 Use fuzzy search: /help --search config \u2192 finds /config");
|
|
15115
15115
|
lines.push(" \u2022 Categories ordered by importance");
|
|
15116
15116
|
lines.push("");
|
|
15117
15117
|
return this.success(lines.join("\n"));
|
|
@@ -19671,8 +19671,8 @@ var require_package = __commonJS({
|
|
|
19671
19671
|
"package.json"(exports, module) {
|
|
19672
19672
|
module.exports = {
|
|
19673
19673
|
name: "@bonginkan/maria",
|
|
19674
|
-
version: "4.2.
|
|
19675
|
-
description: "\u{1F680} MARIA v4.2.
|
|
19674
|
+
version: "4.2.24",
|
|
19675
|
+
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.",
|
|
19676
19676
|
keywords: [
|
|
19677
19677
|
"ai",
|
|
19678
19678
|
"cli",
|
|
@@ -32133,7 +32133,7 @@ var init_about_command = __esm({
|
|
|
32133
32133
|
async execute(args2, context2) {
|
|
32134
32134
|
const output3 = [];
|
|
32135
32135
|
output3.push("");
|
|
32136
|
-
output3.push(chalk28__default.default.cyan.bold("\u{1F916} About MARIA v4.2.
|
|
32136
|
+
output3.push(chalk28__default.default.cyan.bold("\u{1F916} About MARIA v4.2.24"));
|
|
32137
32137
|
output3.push(chalk28__default.default.gray("\u2550".repeat(40)));
|
|
32138
32138
|
output3.push("");
|
|
32139
32139
|
output3.push(chalk28__default.default.white.bold("MARIA - Minimal API, Maximum Power"));
|