test: finish pi-subagents rename and regression cleanup

This commit is contained in:
pi
2026-04-11 00:02:44 +01:00
parent 7b85b3fe1e
commit 2ef892df11
7 changed files with 11 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ export default function subagentsExtension(pi: ExtensionAPI) {
const tmuxRunner = createTmuxSingleRunner({
assertInsideTmux() {
if (!isInsideTmux()) throw new Error("tmux-backed subagents require pi to be running inside tmux.");
if (!isInsideTmux()) throw new Error('tmux runner requires pi to be running inside tmux.');
},
async getCurrentWindowId() {
const result = await pi.exec("tmux", buildCurrentWindowArgs());