ai_code_daemon_installation_updates
Append-only changelog of daemon installation state. A new row is inserted only when something changes (version, config, repo count).
-
id
Primary key - Unique identifier for the row.
-
ai_code_daemon_installation_id
Foreign key - ID of the associated daemon installation.
-
daemon_version
string - Daemon version at the time of this update.
-
daemon_os
string - Operating system of the machine where the daemon is installed.
-
monitored_repo_count
number - Number of monitored repositories at the time of this update.
-
log_level
string - Log level at the time of this update.
-
auto_generated_patterns
array - Auto-generated file patterns at the time of this update.
-
log_path_names
boolean - Whether path name logging was enabled at the time of this update.
-
disable_clipboard_monitoring
boolean - Whether clipboard monitoring was disabled at the time of this update.
-
url_rewrites
jsonb - URL rewrite rules at the time of this update.
-
recorded_at
date - Timestamp when this update was recorded.
-
row_created_at
date - Timestamp when the record was created.