@bonginkan/maria 4.2.11 → 4.2.13
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 +12 -12
- package/dist/bin/maria.cjs +7 -3
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +7 -3
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +12 -12
package/dist/cli.cjs
CHANGED
|
@@ -1006,7 +1006,11 @@ var init_AuthenticationManager = __esm({
|
|
|
1006
1006
|
return await this.loginWithLocalMock();
|
|
1007
1007
|
}
|
|
1008
1008
|
let tokens;
|
|
1009
|
-
|
|
1009
|
+
const forceDevice = options.device || process.env.MARIA_AUTH_DEVICE_FLOW === "true" || !this.canLaunchBrowser();
|
|
1010
|
+
if (forceDevice) {
|
|
1011
|
+
if (!options.device) {
|
|
1012
|
+
console.warn("PKCE is unavailable in this environment; using device flow.");
|
|
1013
|
+
}
|
|
1010
1014
|
tokens = await this.loginWithDeviceFlow();
|
|
1011
1015
|
} else {
|
|
1012
1016
|
try {
|
|
@@ -31655,8 +31659,8 @@ var init_package = __esm({
|
|
|
31655
31659
|
"package.json"() {
|
|
31656
31660
|
package_default = {
|
|
31657
31661
|
name: "@bonginkan/maria",
|
|
31658
|
-
version: "4.2.
|
|
31659
|
-
description: "\u{1F680} MARIA v4.2.
|
|
31662
|
+
version: "4.2.13",
|
|
31663
|
+
description: "\u{1F680} MARIA v4.2.13 - 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.",
|
|
31660
31664
|
keywords: [
|
|
31661
31665
|
"ai",
|
|
31662
31666
|
"cli",
|