@bonginkan/maria-lite 8.0.2 → 9.0.0
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 +29 -2
- package/assets/vui/avatar/live2d/live2dcubismcore.min.js +18211 -0
- package/dist/cli.cjs +7697 -3463
- package/dist/desktop-client.js +631 -30
- package/dist/ext.cjs +1 -1
- package/dist/ext.d.cts +1 -1
- package/dist/vui-avatar-client.js +51078 -0
- package/origin/index.meta.json +1 -1
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
MARIA-LITE (
|
|
1
|
+
MARIA-LITE (v9.0.0)
|
|
2
2
|
===================
|
|
3
3
|
|
|
4
4
|
MARIA-LITE is a lightweight, standalone CLI build of MARIA OS focused on a smaller runtime surface while preserving API compatibility with `@bonginkan/maria`.
|
|
@@ -74,7 +74,7 @@ Examples:
|
|
|
74
74
|
Legacy `./artifacts/...` paths are treated as read fallbacks where supported, but new writes should land under `~/.maria/desktop/artifacts/...`.
|
|
75
75
|
|
|
76
76
|
## Version
|
|
77
|
-
This package is published as `
|
|
77
|
+
This package is published as `9.0.0`.
|
|
78
78
|
|
|
79
79
|
## Extensions (Enterprise)
|
|
80
80
|
|
|
@@ -231,6 +231,33 @@ When `src-lite` runs as the server-side MARIA OS Lite runtime (for example behin
|
|
|
231
231
|
|
|
232
232
|
## Release Notes
|
|
233
233
|
|
|
234
|
+
### v9.0.0 (2026/03)
|
|
235
|
+
|
|
236
|
+
#### Features
|
|
237
|
+
|
|
238
|
+
- /analytics: New command to generate a cross-product analytics dashboard.
|
|
239
|
+
- /analytics: Exports interactive HTML plus JSON and a Markdown summary.
|
|
240
|
+
- /analytics: Includes command run stats (completed/failed/stopped) from history.
|
|
241
|
+
- /analytics: Summarizes event-bus activity with severity breakdown and recent errors.
|
|
242
|
+
- /analytics: Adds multi-repo git activity charts and totals for commits and churn.
|
|
243
|
+
- /analytics: Pulls GitHub issue/PR metrics when available via gh CLI.
|
|
244
|
+
- /analytics: Shows server usage, health, and billing snapshots when authenticated.
|
|
245
|
+
- /analytics: Optionally includes Google Calendar and Gmail summaries via OAuth.
|
|
246
|
+
- /vui: Adds STT support on Windows and Linux.
|
|
247
|
+
- /vui: Adds ElevenLabs voice support, including optional API key handling.
|
|
248
|
+
- /vui: Updates the VUI flow to v2 for improved avatar/voice session behavior.
|
|
249
|
+
- /vui: Improves desktop integration (taskbar, icons, uploads, file manager).
|
|
250
|
+
- Platform: Context menu behavior updated for the desktop client.
|
|
251
|
+
|
|
252
|
+
#### Bug fixes
|
|
253
|
+
|
|
254
|
+
- /analytics: Fixes data collection and aggregation issues in the dashboard output.
|
|
255
|
+
- /vui: Fixes model loading in the Tauri desktop build.
|
|
256
|
+
- /vui: Reduces unnecessary VRM/Live2D data to avoid heavier sessions.
|
|
257
|
+
- Platform: Improves CLI auth API calling reliability and error handling.
|
|
258
|
+
|
|
259
|
+
---
|
|
260
|
+
|
|
234
261
|
### v8.0.2 (2026/03)
|
|
235
262
|
|
|
236
263
|
#### Features
|