- Consolidated all system/user config logic into configmanager.py - Removed duplicate loaders from setup.py and TUI.py - Eliminated .env redundancy; now only stores WORKING_DIR - Clarified boundaries: system config immutable, user config mutable - Updated TUI to use save_user_config() - Removed all deprecated/legacy config functions and aliases
This commit is contained in:
@@ -30,7 +30,7 @@ def history_logging(
|
||||
checkpoint_number: str,
|
||||
policy_names: str,
|
||||
) -> List[Dict[str, Any]]:
|
||||
"""
|
||||
"""
|
||||
Query execution history logs from the Airlock API.
|
||||
|
||||
Parameters
|
||||
|
||||
Reference in New Issue
Block a user