Dev-Mriganka
a14fb3ab1a
fix(cli): guard fallback_model list format in save_config_value
...
When a user manually sets fallback_model as a YAML list instead of a
dict, save_config_value() crashes with:
AttributeError: 'list' object has no attribute 'get'
at the fb.get('provider') call on hermes_cli/config.py.
The fix adds isinstance(fb, dict) so list-format values are treated as
unconfigured — the fallback_model comment block is appended to guide
correct usage — instead of crashing.
Fixes #4091
Co-authored-by: [AI-assisted — Claude Sonnet 4.6 via Milo/Hermes]
2026-04-22 18:16:49 -07:00
..
2026-04-16 12:53:06 -07:00
2026-04-21 01:52:49 -07:00
2026-04-22 17:56:14 -07:00
2026-04-20 00:47:40 -07:00
2026-04-13 16:32:04 -07:00
2026-04-14 16:11:37 -07:00
2026-04-22 18:15:27 -07:00
2026-04-13 16:32:04 -07:00
2026-04-11 13:14:32 -05:00
2026-04-20 04:51:44 -07:00
2026-03-30 17:07:21 -07:00
2026-04-22 16:23:21 -07:00
2026-04-14 10:45:42 -07:00
2026-04-22 18:16:49 -07:00
2026-04-13 05:12:36 -07:00
2026-04-07 22:49:01 -07:00
2026-04-16 12:36:49 -07:00
2026-04-22 16:34:05 -05:00
2026-03-26 01:34:27 -07:00
2026-04-17 05:08:07 -07:00
2026-04-22 02:59:58 -07:00
2026-04-19 18:12:55 -07:00
2026-04-22 05:51:44 -07:00
2026-04-22 16:33:46 -07:00
2026-04-20 20:53:51 -07:00
2026-04-11 17:23:36 -07:00
2026-04-22 16:33:46 -07:00
2026-04-16 21:57:10 -07:00
2026-04-15 14:25:40 -07:00
2026-04-17 04:19:36 -07:00
2026-04-22 17:33:42 -07:00
2026-04-22 17:33:42 -07:00
2026-04-21 02:04:21 -07:00
2026-03-25 19:47:58 -07:00
2026-04-14 00:11:49 -07:00
2026-04-20 04:46:45 -07:00
2026-04-22 16:23:21 -07:00
2026-04-17 18:58:29 -07:00
2026-04-22 02:59:58 -07:00
2026-04-21 19:48:39 -07:00
2026-04-22 02:59:58 -07:00
2026-04-13 16:32:04 -07:00
2026-04-17 08:59:33 -05:00
2026-04-22 13:20:02 -07:00
2026-04-22 02:59:58 -07:00
2026-04-20 00:52:50 -07:00
2026-04-21 14:23:45 -07:00
2026-04-21 21:30:10 -07:00
2026-04-18 19:18:13 -07:00
2026-04-22 05:51:58 -07:00
2026-04-19 05:18:19 -07:00