mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-11 08:42:11 +00:00
PR #4419 was based on pre-credential-pools main where _config_version was 10. The squash merge downgraded it from 11 (set by #2647) back to 10. Also fixes the test assertion.
This commit is contained in:
parent
f6ada27d1c
commit
e0abf2416d
2 changed files with 2 additions and 2 deletions
|
|
@ -517,7 +517,7 @@ DEFAULT_CONFIG = {
|
|||
},
|
||||
|
||||
# Config schema version - bump this when adding new required fields
|
||||
"_config_version": 10,
|
||||
"_config_version": 11,
|
||||
}
|
||||
|
||||
# =============================================================================
|
||||
|
|
|
|||
|
|
@ -63,4 +63,4 @@ class TestCamofoxConfigDefaults:
|
|||
from hermes_cli.config import DEFAULT_CONFIG
|
||||
|
||||
# managed_persistence is auto-merged by _deep_merge, no version bump needed
|
||||
assert DEFAULT_CONFIG["_config_version"] == 10
|
||||
assert DEFAULT_CONFIG["_config_version"] == 11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue