test: finish pi-subagents rename and regression cleanup
This commit is contained in:
2
index.ts
2
index.ts
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user