story-kit: merge 134_story_add_process_health_monitoring_and_timeout_to_agent_pty_sessions

This commit is contained in:
Dave
2026-02-24 13:13:16 +00:00
parent a87f908d5b
commit 560c731869
4 changed files with 256 additions and 5 deletions

View File

@@ -122,6 +122,7 @@ impl ClaudeCodeProvider {
/// Permission handling is delegated to the MCP `prompt_permission` tool
/// via `--permission-prompt-tool`. Claude Code calls the MCP tool when it
/// needs user approval, and the server bridges the request to the frontend.
#[allow(clippy::too_many_arguments)]
fn run_pty_session(
user_message: &str,
cwd: &str,