mirror of
https://github.com/LearningCircuit/local-deep-research.git
synced 2026-06-16 12:02:34 +03:00
Changes: 1. Remove deprecated get_report_as_temp_file() method - Removed from base.py, file.py, database_with_file_backup.py - Method had zero callers and created persistent unencrypted files - Users should use export_report_to_memory() for in-memory exports 2. Add **kwargs support to write_json_verified() - Allows passing any json.dumps() parameters (ensure_ascii, sort_keys, etc.) - Maintains backward compatibility with indent=2 default - Increases flexibility without breaking existing code 3. Update security check script - Remove get_report_as_temp_file patterns from safe usage list - Security check still passes after removal