Show build revision and automate Warp sync workflow

This commit is contained in:
2026-08-24 13:27:09 -05:00
parent 4a364ce37f
commit a85ef61b1a
8 changed files with 344 additions and 161 deletions
+10 -2
View File
@@ -36,6 +36,7 @@ mod banner;
#[cfg(feature = "bedrock_smoke_test")]
mod bedrock_smoke_test;
mod billing;
mod build_info;
mod changelog_model;
mod chip_configurator;
mod cloud_object;
@@ -1585,9 +1586,16 @@ pub(crate) fn initialize_app(
remote_server::wire_auth_token_rotation(ctx);
log::info!(
"Starting Galaxy with channel state {} and version {:?}",
"Starting Galaxy with channel state {}, version {:?}, profile {}, source commit {}{}",
ChannelState::debug_str(),
ChannelState::app_version()
ChannelState::app_version(),
build_info::profile(),
build_info::SOURCE_COMMIT,
if build_info::source_is_dirty() {
" (modified)"
} else {
""
}
);
// Teach our app that sometimes option means meta.