We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae59d5 commit bc23993Copy full SHA for bc23993
crates/chat-cli/src/cli/chat/capture.rs
@@ -25,10 +25,6 @@ use crate::os::Os;
25
// The shadow repo path that MUST be appended with a session-specific directory
26
pub const SHADOW_REPO_DIR: &str = "/Users/kiranbug/.amazonq/captures/";
27
28
-// The maximum size in bytes of the cwd for automatically enabling captures
29
-// Currently set to 4GB
30
-// pub const AUTOMATIC_INIT_THRESHOLD: u64 = 4_294_967_296;
31
-
32
// CURRENT APPROACH:
33
// We only enable automatically enable checkpoints when the user is already in a git repo.
34
// Otherwise, the user must manually enable checkpoints using `/checkpoint init`.
0 commit comments