refactor(ui): remove pick-up-in-terminal, keep ConPTY as the single session entry
Two context-menu entries opened a Claude session for the same task via different mechanisms (embedded ConPTY vs. an external wt terminal). Drop the external-terminal path entirely, including its worker hub method, launcher plumbing, and localization keys, since the embedded ConPTY session already covers every case it did.
This commit is contained in:
@@ -11,7 +11,7 @@ using TaskStatus = ClaudeDo.Data.Models.TaskStatus;
|
||||
|
||||
namespace ClaudeDo.Worker.Tests.Runner;
|
||||
|
||||
/// Verifies InteractiveLaunchSpecService's guards mirror WorkerHub.ResumeTaskInTerminal
|
||||
/// Verifies InteractiveLaunchSpecService's guards
|
||||
/// (Running/Queued rejected, missing/invalid worktree rejected) and that it reuses the
|
||||
/// autonomous-run worktree prep: session-skills seeding via ISessionSkillSeeder, and
|
||||
/// produces --resume for a resumable task vs. a fresh-start spec for a never-run task.
|
||||
|
||||
Reference in New Issue
Block a user