@bonginkan/maria-lite 9.0.0 → 10.1.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.1.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.1.0`.
78
78
 
79
79
  ## Extensions (Enterprise)
80
80
 
@@ -231,6 +231,68 @@ 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.1.0 (2026/03)
235
+
236
+ #### Features
237
+
238
+ - /daily-insights: Add automation policy to skip inactive JST weekdays and holidays.
239
+ - /daily-insights: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
240
+ - /daily-insights: Add holiday selection via --holiday-country (defaults to JP).
241
+ - /daily-news: Add automation policy to skip inactive JST weekdays and holidays.
242
+ - /daily-news: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
243
+ - /daily-news: Add holiday selection via --holiday-country (defaults to JP).
244
+ - /daily-papers: Add automation policy to skip inactive JST weekdays and holidays.
245
+ - /daily-papers: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
246
+ - /daily-papers: Add holiday selection via --holiday-country (defaults to JP).
247
+ - /daily-report: Add automation policy to skip inactive JST weekdays and holidays.
248
+ - /daily-report: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
249
+ - /daily-report: Add holiday selection via --holiday-country (defaults to JP).
250
+ - Platform: Daily commands can now auto-skip on public holidays (multi-country support).
251
+ - Platform: Skip decisions return a clear 'skipped' result with the reason and JST date.
252
+
253
+ #### Bug fixes
254
+
255
+ - /daily-insights: Improve stability for automated runs by exiting early on skip conditions.
256
+ - /daily-news: Improve stability for automated runs by exiting early on skip conditions.
257
+ - /daily-papers: Improve stability for automated runs by exiting early on skip conditions.
258
+ - /daily-report: Improve stability for automated runs by exiting early on skip conditions.
259
+ - Platform: GitHub data collection stability improvements during rollouts.
260
+ - Platform: Google OAuth connector fixes.
261
+
262
+ ---
263
+
264
+ ### v10.0.0 (2026/03)
265
+
266
+ #### Features
267
+
268
+ - /billing: New command to open the billing portal to manage your plan.
269
+ - /billing: Supports --no-open to print the URL without launching a browser.
270
+ - /billing: Supports --json output for automation-friendly billing info.
271
+ - /chat: Uses the active persona as system context for more consistent replies.
272
+ - /chat: Adds best-effort persona memory injection when a persona is selected.
273
+ - /daily-news: Improved Discord delivery support when sending daily outputs.
274
+ - /daily-papers: Improved Discord delivery support when sending daily outputs.
275
+ - /daily-report: Improved Discord delivery support when sending daily outputs.
276
+ - /daily-insights: Improved Discord delivery support when sending daily outputs.
277
+ - /daily-news: Better support for posting long content plus embeds to Discord.
278
+ - /daily-papers: Better support for posting long content plus embeds to Discord.
279
+ - /daily-report: Better support for posting long content plus embeds to Discord.
280
+ - /daily-insights: Better support for posting long content plus embeds to Discord.
281
+
282
+ #### Bug fixes
283
+
284
+ - /daily-insights: Handles AI inference failures more safely to avoid aborting runs.
285
+ - /daily-news: Avoids failing the run when daily context inference errors.
286
+ - /daily-papers: Avoids failing the run when daily context inference errors.
287
+ - /daily-report: Avoids failing the run when daily context inference errors.
288
+ - /schedule: Improved stability for daily connections and delivery flows.
289
+ - /usage: More consistent quota and account messaging during CLI auth calls.
290
+ - /upgrade: More reliable manage-plan routing and browser open behavior.
291
+ - /help: Updated command discovery to include new /billing and daily changes.
292
+ - /review: Improved reliability when generating or delivering previews via Discord.
293
+
294
+ ---
295
+
234
296
  ### v9.0.0 (2026/03)
235
297
 
236
298
  #### Features