ai_code_daemon_installations
Current state of each daemon installation. One row per (git_email, machine_name) pair.
-
id
Primary key - Unique identifier for the row.
-
git_email
string - Git email address of the user running the daemon.
-
machine_name
string - Name of the machine where the daemon is installed.
-
daemon_version
string - Current version of the daemon.
-
daemon_os
string - Operating system of the machine where the daemon is installed.
-
monitored_repo_count
number - Number of repositories currently monitored by the daemon.
-
log_level
string - Log level configured for the daemon.
-
auto_generated_patterns
array - List of auto-generated file patterns configured in the daemon.
-
log_path_names
boolean - Whether the daemon is configured to log path names.
-
disable_clipboard_monitoring
boolean - Whether clipboard monitoring is disabled in the daemon.
-
url_rewrites
jsonb - URL rewrite rules configured in the daemon.
-
first_seen_at
date - Timestamp when this installation was first observed.
-
last_seen_at
date - Timestamp of the most recent phone-home from this installation.
-
row_created_at
date - Timestamp when the record was created.
-
row_updated_at
date - Timestamp when the record was last updated.