Update string we use to match claude plan complete (#277)

This commit is contained in:
Louis Knight-Webb
2025-07-19 19:31:47 +01:00
committed by GitHub
parent fb07930908
commit 9ffba6fe7a

View File

@@ -15,8 +15,7 @@ use crate::{
}; };
fn create_watchkill_script(command: &str) -> String { fn create_watchkill_script(command: &str) -> String {
let claude_plan_stop_indicator = let claude_plan_stop_indicator = "Exit plan mode?";
"Claude requested permissions to use exit_plan_mode, but you haven't granted it yet";
format!( format!(
r#"#!/usr/bin/env bash r#"#!/usr/bin/env bash
set -euo pipefail set -euo pipefail