pi-local-agents-only 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## Unreleased
4
+
5
+ ## 0.1.9 - 2026-04-18
6
+
7
+ - bumped the local pi development baseline to `@mariozechner/pi-coding-agent` `0.67.68` and `typescript` `6.0.3`
8
+ - refreshed the release lockfile against the current stable pi patch line
9
+
3
10
  ## 0.1.8 - 2026-04-15
4
11
 
5
12
  - refresh the local development toolchain to `@mariozechner/pi-coding-agent` `0.67.2`, `typescript` `6.0.2`, and `@types/node` `25.6.0`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-local-agents-only",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Pi extension that strips global AGENTS.md and CLAUDE.md from the effective prompt for selected projects.",
5
5
  "author": "Mitch Fultz (https://github.com/fitchmultz)",
6
6
  "license": "MIT",
@@ -37,11 +37,11 @@
37
37
  "prepublishOnly": "npm run check"
38
38
  },
39
39
  "devDependencies": {
40
- "@mariozechner/pi-coding-agent": "^0.67.2",
40
+ "@mariozechner/pi-coding-agent": "^0.67.68",
41
41
  "@types/node": "^25.6.0",
42
- "typescript": "^6.0.2"
42
+ "typescript": "^6.0.3"
43
43
  },
44
- "packageManager": "npm@11.12.1",
44
+ "packageManager": "npm@10.9.8",
45
45
  "engines": {
46
46
  "node": ">=20.6.0"
47
47
  }