Revert "style: OpenCode Todo-style right agent panel (bg fill, checklist, pinned footer)"

This reverts commit e0f08097ec.
This commit is contained in:
Emil
2026-08-01 00:01:09 +03:00
parent e0f08097ec
commit 8f308ecea3
4 changed files with 14 additions and 111 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export class SupervisorIntegration {
return createAgentPanelComponent(tree, tui, theme, () => { this.agentPanelClose = undefined; done(undefined); });
}, {
overlay: true,
overlayOptions: { width: "40%", minWidth: 44, maxHeight: "100%", anchor: "top-right", margin: { top: 0, right: 0, bottom: 0, left: 1 }, nonCapturing: true, visible: (termWidth) => termWidth >= 100 },
overlayOptions: { width: "40%", minWidth: 44, maxHeight: "100%", anchor: "top-right", margin: 1, nonCapturing: true, visible: (termWidth) => termWidth >= 100 },
});
}