@bonginkan/maria-lite 8.0.1 → 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 +46 -2
- package/assets/vui/avatar/live2d/live2dcubismcore.min.js +18211 -0
- package/dist/cli.cjs +7764 -3621
- 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,50 @@ 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
|
+
|
|
261
|
+
### v8.0.2 (2026/03)
|
|
262
|
+
|
|
263
|
+
#### Features
|
|
264
|
+
|
|
265
|
+
- /vup: release notes now use deterministic, scope-based summaries from changed paths.
|
|
266
|
+
- /vup: scope bullets now describe what changed (e.g., command entrypoint vs helpers).
|
|
267
|
+
- /blog: auto-detect changed paths from git name-only sources to drive release summaries.
|
|
268
|
+
- /blog: inject a 'What Changed' section when deterministic update signals are available.
|
|
269
|
+
- /blog: add deterministic scope + digest summaries into blog sources for traceable drafts.
|
|
270
|
+
|
|
271
|
+
#### Bug fixes
|
|
272
|
+
|
|
273
|
+
- /blog: normalize path separators and de-duplicate paths for stable change detection.
|
|
274
|
+
- /blog: ignore non-path git summary lines when extracting changed files.
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
|
|
234
278
|
### v8.0.1 (2026/03)
|
|
235
279
|
|
|
236
280
|
#### Features
|