mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-21 03:39:54 +00:00
37c3dcf551
The wizard and tools_command each loaded their own config dict. When tools_command saved platform_toolsets (with MoA/HA disabled), the wizard's final save_config() overwrote it with its own dict that lacked platform_toolsets entirely — resetting everything to defaults. Fix: pass the wizard's config dict into tools_command so they share the same object. Now platform_toolsets survives the wizard's final save.