Revert "Task attempt 17522bd1-991c-42e0-adb9-8f5a189c983d - Final changes"

This reverts commit 81434f52c1.
This commit is contained in:
Louis Knight-Webb
2025-06-25 01:05:01 +01:00
parent 08a8f8d8a1
commit 10325b3da6

View File

@@ -576,9 +576,6 @@ impl TaskAttempt {
.await?
.ok_or(TaskAttemptError::TaskNotFound)?; // No session found
// Update the executor session with the new prompt
ExecutorSession::update_prompt(pool, executor_session.id, prompt).await?;
// Determine the executor config from the stored executor_type
let executor_config = match most_recent_coding_agent.executor_type.as_deref() {
Some("claude") => crate::executor::ExecutorConfig::Claude,