@bonginkan/maria-lite 9.0.0 → 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 (v9.0.0)
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 `9.0.0`.
77
+ This package is published as `10.0.0`.
78
78
 
79
79
  ## Extensions (Enterprise)
80
80
 
@@ -231,6 +231,38 @@ 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
+
234
266
  ### v9.0.0 (2026/03)
235
267
 
236
268
  #### Features