Files
Moltbot/src/cli
Marcus Castro 9e8d9f114d fix(cli): use raw config instead of runtime-merged config in config set/unset
Fixes #6070

The config set/unset commands were using snapshot.config (which contains
runtime-merged defaults) instead of snapshot.parsed (the raw user config).
This caused runtime defaults like agents.defaults to leak into the written
config file when any value was set or unset.

Changed both set and unset commands to use structuredClone(snapshot.parsed)
to preserve only user-specified config values.
2026-02-13 04:41:04 +01:00
..
2026-02-09 18:56:58 -08:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-02-02 23:45:05 -08:00
2026-01-18 08:45:29 +00:00
2026-01-17 05:48:56 +00:00
2026-01-30 03:16:21 +01:00