diff --git a/crates/tabby-common/src/api/code.rs b/crates/tabby-common/src/api/code.rs index 4e4e920aa744..b458e96ee416 100644 --- a/crates/tabby-common/src/api/code.rs +++ b/crates/tabby-common/src/api/code.rs @@ -32,6 +32,7 @@ pub struct CodeSearchDocument { pub git_url: String, // FIXME(kweizh): This should be a required field after 0.25.0. + // commit represents the specific revision at which the file was last edited. pub commit: Option, pub language: String,