taskplane 0.1.9 → 0.1.10

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.
@@ -667,7 +667,7 @@ async function checkForUpdate(ctx: ExtensionContext): Promise<void> {
667
667
  `\n` +
668
668
  ` Update Available\n` +
669
669
  ` New version ${latestVersion} is available (installed: ${installedVersion}).\n` +
670
- ` Run: npm install -g taskplane\n`,
670
+ ` Run: pi update\n`,
671
671
  "info",
672
672
  );
673
673
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskplane",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "AI agent orchestration for pi — parallel task execution with checkpoint discipline",
5
5
  "keywords": [
6
6
  "pi-package",