Reduce resume OOM risk and fix update-config skill init (#304)

* Reduce resume transcript memory pressure

* Fix update-config bundled skill schema generation

---------

Co-authored-by: pr0ln <pr0ln@pr0lnui-Macmini.local>
This commit is contained in:
pr0ln
2026-04-04 11:15:01 +09:00
committed by GitHub
parent fb221baa21
commit 694c242865
4 changed files with 294 additions and 13 deletions

View File

@@ -559,7 +559,7 @@ export const SettingsSchema = lazySchema(() =>
enabledPlugins: z
.record(
z.string(),
z.union([z.array(z.string()), z.boolean(), z.undefined()]),
z.union([z.array(z.string()), z.boolean()]),
)
.optional()
.describe(