@henryqw/pi-herdr-clone 0.2.2 → 0.2.3

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.
@@ -194,8 +194,7 @@ async function launchCloneAgent(
194
194
  }
195
195
 
196
196
  export default function herdrCloneExtension(pi: ExtensionAPI): void {
197
- const herdr = createHerdrClient<{ cwd: string }>((command, args, options) =>
198
- pi.exec(command, [...args], options));
197
+ const herdr = createHerdrClient<{ cwd: string }>(pi.exec.bind(pi));
199
198
 
200
199
  pi.registerCommand("clone-tab", {
201
200
  description: "Clone the current conversation path into a new Herdr tab",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-herdr-clone",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Clone the current Pi conversation path into a new Herdr tab.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -28,7 +28,7 @@
28
28
  "@earendil-works/pi-coding-agent": "^0.84.2"
29
29
  },
30
30
  "dependencies": {
31
- "@henryqw/pi-herdr": "^0.2.0"
31
+ "@henryqw/pi-herdr": "^0.3.0"
32
32
  },
33
33
  "repository": {
34
34
  "type": "git",