From 9ffba6fe7af1b9ea1ca6f97e5648866f2a1adf16 Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Sat, 19 Jul 2025 19:31:47 +0100 Subject: [PATCH] Update string we use to match claude plan complete (#277) --- backend/src/executors/claude.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/executors/claude.rs b/backend/src/executors/claude.rs index 77253f2d..41d84da0 100644 --- a/backend/src/executors/claude.rs +++ b/backend/src/executors/claude.rs @@ -15,8 +15,7 @@ use crate::{ }; fn create_watchkill_script(command: &str) -> String { - let claude_plan_stop_indicator = - "Claude requested permissions to use exit_plan_mode, but you haven't granted it yet"; + let claude_plan_stop_indicator = "Exit plan mode?"; format!( r#"#!/usr/bin/env bash set -euo pipefail