@bonginkan/maria 4.2.1 → 4.2.3
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/bin/maria.cjs +2 -7
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +2 -7
- package/dist/cli.cjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -13748,7 +13748,7 @@ var init_bigquery_telemetry = __esm({
|
|
|
13748
13748
|
httpEndpoint = null;
|
|
13749
13749
|
config = {
|
|
13750
13750
|
projectId: process.env.GOOGLE_CLOUD_PROJECT || "maria-code-470602",
|
|
13751
|
-
datasetId: "
|
|
13751
|
+
datasetId: "maria_telemetry",
|
|
13752
13752
|
tableName: "command_executions",
|
|
13753
13753
|
batchSize: 100,
|
|
13754
13754
|
flushIntervalMs: 3e4,
|
|
@@ -13785,7 +13785,6 @@ var init_bigquery_telemetry = __esm({
|
|
|
13785
13785
|
projectId: this.config.projectId,
|
|
13786
13786
|
keyFilename: process.env.GOOGLE_APPLICATION_CREDENTIALS
|
|
13787
13787
|
});
|
|
13788
|
-
console.log("[Telemetry] BigQuery client initialized");
|
|
13789
13788
|
} catch (error2) {
|
|
13790
13789
|
console.error("[Telemetry] Failed to initialize BigQuery:", error2);
|
|
13791
13790
|
}
|
|
@@ -13827,7 +13826,6 @@ var init_bigquery_telemetry = __esm({
|
|
|
13827
13826
|
} else if (this.httpEndpoint) {
|
|
13828
13827
|
await this.flushToHttpEndpoint(dataToFlush);
|
|
13829
13828
|
} else {
|
|
13830
|
-
console.debug(`[Telemetry] Discarding ${dataToFlush.length} events (no backend)`);
|
|
13831
13829
|
}
|
|
13832
13830
|
} catch (error2) {
|
|
13833
13831
|
console.error("[Telemetry] Flush failed:", error2);
|
|
@@ -13864,7 +13862,6 @@ var init_bigquery_telemetry = __esm({
|
|
|
13864
13862
|
ignoreUnknownValues: true,
|
|
13865
13863
|
skipInvalidRows: false
|
|
13866
13864
|
});
|
|
13867
|
-
console.log(`[Telemetry] Flushed ${rows.length} events to BigQuery`);
|
|
13868
13865
|
return;
|
|
13869
13866
|
} catch (error2) {
|
|
13870
13867
|
retries++;
|
|
@@ -13901,7 +13898,6 @@ var init_bigquery_telemetry = __esm({
|
|
|
13901
13898
|
if (!response2.ok) {
|
|
13902
13899
|
throw new Error(`HTTP flush failed: ${response2.status}`);
|
|
13903
13900
|
}
|
|
13904
|
-
console.log(`[Telemetry] Flushed ${data2.length} events via HTTP`);
|
|
13905
13901
|
}
|
|
13906
13902
|
/**
|
|
13907
13903
|
* Start flush timer
|
|
@@ -13928,7 +13924,6 @@ var init_bigquery_telemetry = __esm({
|
|
|
13928
13924
|
*/
|
|
13929
13925
|
setupGracefulShutdown() {
|
|
13930
13926
|
const shutdown = async () => {
|
|
13931
|
-
console.log("[Telemetry] Shutting down...");
|
|
13932
13927
|
this.stopFlushTimer();
|
|
13933
13928
|
await this.flush();
|
|
13934
13929
|
process.exit(0);
|
|
@@ -32192,7 +32187,7 @@ var init_package = __esm({
|
|
|
32192
32187
|
"package.json"() {
|
|
32193
32188
|
package_default = {
|
|
32194
32189
|
name: "@bonginkan/maria",
|
|
32195
|
-
version: "4.2.
|
|
32190
|
+
version: "4.2.3",
|
|
32196
32191
|
description: "\u{1F680} MARIA v4.2.0 - 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.",
|
|
32197
32192
|
keywords: [
|
|
32198
32193
|
"ai",
|