Update string we use to match claude plan complete (#277)
This commit is contained in:
committed by
GitHub
parent
fb07930908
commit
9ffba6fe7a
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user