@bonginkan/maria 4.2.15 → 4.2.16
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 +23 -23
- package/dist/bin/maria.cjs +3 -5
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +4 -4
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +23 -23
package/dist/cli.cjs
CHANGED
|
@@ -22,8 +22,6 @@ var zlib = require('zlib');
|
|
|
22
22
|
var readline = require('readline');
|
|
23
23
|
var fs8 = require('fs-extra');
|
|
24
24
|
var zod = require('zod');
|
|
25
|
-
require('strip-ansi');
|
|
26
|
-
require('string-width');
|
|
27
25
|
var process$1 = require('process');
|
|
28
26
|
var ora = require('ora');
|
|
29
27
|
var perf_hooks = require('perf_hooks');
|
|
@@ -18848,6 +18846,8 @@ var init_ConfigCommand = __esm({
|
|
|
18848
18846
|
};
|
|
18849
18847
|
}
|
|
18850
18848
|
});
|
|
18849
|
+
|
|
18850
|
+
// src/ui/integrated-cli/responsive-width.ts
|
|
18851
18851
|
function getSafeTerminalWidth() {
|
|
18852
18852
|
if (process.env.MARIA_FIXED_WIDTH) {
|
|
18853
18853
|
const fixed = Number(process.env.MARIA_FIXED_WIDTH);
|
|
@@ -31692,8 +31692,8 @@ var init_package = __esm({
|
|
|
31692
31692
|
"package.json"() {
|
|
31693
31693
|
package_default = {
|
|
31694
31694
|
name: "@bonginkan/maria",
|
|
31695
|
-
version: "4.2.
|
|
31696
|
-
description: "\u{1F680} MARIA v4.2.
|
|
31695
|
+
version: "4.2.16",
|
|
31696
|
+
description: "\u{1F680} MARIA v4.2.16 - 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.",
|
|
31697
31697
|
keywords: [
|
|
31698
31698
|
"ai",
|
|
31699
31699
|
"cli",
|