@henryqw/pi-herdr-clone 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -92,10 +92,6 @@ export default function herdrCloneExtension(pi: ExtensionAPI): void {
92
92
  { cause: error },
93
93
  );
94
94
  }
95
- if (!tabId || !rootPaneId) {
96
- throw new Error(`Clone launch could not be confirmed after creating a Herdr tab; retained session ${cloneFile}.`);
97
- }
98
-
99
95
  const agentName = `clone-${randomUUID().replaceAll("-", "").slice(0, 24)}`;
100
96
  const startArgs = [
101
97
  "agent", "start", agentName, "--kind", "pi", "--pane", rootPaneId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-herdr-clone",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Clone the current Pi conversation path into a new Herdr tab.",
5
5
  "keywords": [
6
6
  "pi-package",