Update openhands/storage/settings/file_settings_store.py

Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
This commit is contained in:
mamoodi
2025-12-15 13:00:46 -05:00
committed by GitHub
parent 21cddb3616
commit 0cb27a4aa8

View File

@@ -22,7 +22,7 @@ class FileSettingsStore(SettingsStore):
kwargs = json.loads(json_str)
settings = Settings(**kwargs)
# Turn on V1 in all OSS conversations
# Turn on V1 in OpenHands
# We can simplify / remove this as part of V0 removal
settings.v1_enabled = True