You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to #1264, which fixes clean-exit-rerun-fresh semantics for architect terminals (SessionManager-managed restartOnExit).
Builder terminals are out of #1264's scope but have two related gaps:
Their while true bash launch loop bakes --resume <id> into the single command it reruns — so the Enter-gated relaunch after a clean exit resumes the conversation the user just ended, violating the Regression (3.2.4): double Ctrl-C on an agent no longer restarts it fresh — classified as deliberate quit #1264 spec (clean exit → fresh rerun, no recovery). A fix needs the generated script to carry a second, fresh-args fragment for the clean-exit branch.
Follow-up to #1264, which fixes clean-exit-rerun-fresh semantics for architect terminals (SessionManager-managed
restartOnExit).Builder terminals are out of #1264's scope but have two related gaps:
while truebash launch loop bakes--resume <id>into the single command it reruns — so the Enter-gated relaunch after a clean exit resumes the conversation the user just ended, violating the Regression (3.2.4): double Ctrl-C on an agent no longer restarts it fresh — classified as deliberate quit #1264 spec (clean exit → fresh rerun, no recovery). A fix needs the generated script to carry a second, fresh-args fragment for the clean-exit branch.Deliberately deferred from #1264 (bugfix scope, architect-only). Design discussion welcome before spawning.