@bonginkan/maria-lite 8.0.2 → 10.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 CHANGED
@@ -1,4 +1,4 @@
1
- MARIA-LITE (v8.0.2)
1
+ MARIA-LITE (v10.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 `8.0.2`.
77
+ This package is published as `10.0.0`.
78
78
 
79
79
  ## Extensions (Enterprise)
80
80
 
@@ -231,6 +231,65 @@ When `src-lite` runs as the server-side MARIA OS Lite runtime (for example behin
231
231
 
232
232
  ## Release Notes
233
233
 
234
+ ### v10.0.0 (2026/03)
235
+
236
+ #### Features
237
+
238
+ - /billing: New command to open the billing portal to manage your plan.
239
+ - /billing: Supports --no-open to print the URL without launching a browser.
240
+ - /billing: Supports --json output for automation-friendly billing info.
241
+ - /chat: Uses the active persona as system context for more consistent replies.
242
+ - /chat: Adds best-effort persona memory injection when a persona is selected.
243
+ - /daily-news: Improved Discord delivery support when sending daily outputs.
244
+ - /daily-papers: Improved Discord delivery support when sending daily outputs.
245
+ - /daily-report: Improved Discord delivery support when sending daily outputs.
246
+ - /daily-insights: Improved Discord delivery support when sending daily outputs.
247
+ - /daily-news: Better support for posting long content plus embeds to Discord.
248
+ - /daily-papers: Better support for posting long content plus embeds to Discord.
249
+ - /daily-report: Better support for posting long content plus embeds to Discord.
250
+ - /daily-insights: Better support for posting long content plus embeds to Discord.
251
+
252
+ #### Bug fixes
253
+
254
+ - /daily-insights: Handles AI inference failures more safely to avoid aborting runs.
255
+ - /daily-news: Avoids failing the run when daily context inference errors.
256
+ - /daily-papers: Avoids failing the run when daily context inference errors.
257
+ - /daily-report: Avoids failing the run when daily context inference errors.
258
+ - /schedule: Improved stability for daily connections and delivery flows.
259
+ - /usage: More consistent quota and account messaging during CLI auth calls.
260
+ - /upgrade: More reliable manage-plan routing and browser open behavior.
261
+ - /help: Updated command discovery to include new /billing and daily changes.
262
+ - /review: Improved reliability when generating or delivering previews via Discord.
263
+
264
+ ---
265
+
266
+ ### v9.0.0 (2026/03)
267
+
268
+ #### Features
269
+
270
+ - /analytics: New command to generate a cross-product analytics dashboard.
271
+ - /analytics: Exports interactive HTML plus JSON and a Markdown summary.
272
+ - /analytics: Includes command run stats (completed/failed/stopped) from history.
273
+ - /analytics: Summarizes event-bus activity with severity breakdown and recent errors.
274
+ - /analytics: Adds multi-repo git activity charts and totals for commits and churn.
275
+ - /analytics: Pulls GitHub issue/PR metrics when available via gh CLI.
276
+ - /analytics: Shows server usage, health, and billing snapshots when authenticated.
277
+ - /analytics: Optionally includes Google Calendar and Gmail summaries via OAuth.
278
+ - /vui: Adds STT support on Windows and Linux.
279
+ - /vui: Adds ElevenLabs voice support, including optional API key handling.
280
+ - /vui: Updates the VUI flow to v2 for improved avatar/voice session behavior.
281
+ - /vui: Improves desktop integration (taskbar, icons, uploads, file manager).
282
+ - Platform: Context menu behavior updated for the desktop client.
283
+
284
+ #### Bug fixes
285
+
286
+ - /analytics: Fixes data collection and aggregation issues in the dashboard output.
287
+ - /vui: Fixes model loading in the Tauri desktop build.
288
+ - /vui: Reduces unnecessary VRM/Live2D data to avoid heavier sessions.
289
+ - Platform: Improves CLI auth API calling reliability and error handling.
290
+
291
+ ---
292
+
234
293
  ### v8.0.2 (2026/03)
235
294
 
236
295
  #### Features