/** Status key used by the Codex fast extension for footer integration. */ export const CODEX_FAST_STATUS_KEY = "codex-fast"; /** Status value that means Codex fast mode is enabled. */ export const CODEX_FAST_ENABLED_STATUS = "enabled";