File tree Expand file tree Collapse file tree
packages/app/src/docker-git Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @spawn-dock/cli " : patch
3+ ---
4+
5+ fix: execute agent directly via ssh instead of attaching tmux in spawn command
Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ import {
1111 type TemplateConfig
1212} from "@effect-template/lib/core/domain"
1313import type { SpawnCommand } from "@effect-template/lib/core/spawn-domain"
14- import { runCommandCapture , runCommandExitCode , runCommandWithExitCodes } from "@effect-template/lib/shell/command-runner"
14+ import {
15+ runCommandCapture ,
16+ runCommandExitCode ,
17+ runCommandWithExitCodes
18+ } from "@effect-template/lib/shell/command-runner"
1519import { readProjectConfig } from "@effect-template/lib/shell/config"
1620import { CommandFailedError , SpawnProjectDirError , SpawnSetupError } from "@effect-template/lib/shell/errors"
1721import { createProject } from "@effect-template/lib/usecases/actions"
You can’t perform that action at this time.
0 commit comments