detect terminal and include in request headers (#2437)

This adds the terminal version to the UA header.
This commit is contained in:
Jeremy Rose
2025-08-20 09:54:26 -07:00
committed by GitHub
parent ee8c4ad23a
commit 0ad4e11c84
3 changed files with 79 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ pub(crate) mod safety;
pub mod seatbelt;
pub mod shell;
pub mod spawn;
pub mod terminal;
pub mod turn_diff_tracker;
pub mod user_agent;
mod user_notification;