pi-repoprompt-mcp 0.7.2 → 0.7.4

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.
@@ -18,7 +18,7 @@ import type {
18
18
  Theme,
19
19
  } from "@mariozechner/pi-coding-agent";
20
20
  import { Text, matchesKey, visibleWidth } from "@mariozechner/pi-tui";
21
- import { Type } from "@sinclair/typebox";
21
+ import { Type } from "typebox";
22
22
 
23
23
  import type {
24
24
  RpToolParams,
@@ -947,7 +947,8 @@ export default function repopromptMcp(pi: ExtensionAPI) {
947
947
  return (
948
948
  (lower.includes("window") && lower.includes("not found")) ||
949
949
  (lower.includes("tab") && lower.includes("not found")) ||
950
- (lower.includes("context") && lower.includes("not found"))
950
+ (lower.includes("context") && lower.includes("not found")) ||
951
+ lower.includes("does not host context_id")
951
952
  );
952
953
  }
953
954
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-repoprompt-mcp",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "A token-efficient RepoPrompt integration for Pi with automated and branch-safe workspace management",
5
5
  "keywords": ["pi-package", "pi", "pi-coding-agent", "repoprompt", "mcp"],
6
6
  "license": "MIT",
@@ -22,9 +22,9 @@
22
22
  "diff": "^7.0.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@mariozechner/pi-coding-agent": "^0.65.0",
25
+ "@mariozechner/pi-coding-agent": ">=0.69.0",
26
26
  "@mariozechner/pi-tui": "*",
27
- "@sinclair/typebox": "*"
27
+ "typebox": "*"
28
28
  },
29
29
  "scripts": {
30
30
  "prepack": "node ../../scripts/pi-package-prepack.mjs"