@cr1ms0n/pi-subagent 0.8.4 → 0.8.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.5 — 2026-09-10
4
+
5
+ ### Read-only FFF search tools
6
+
7
+ - Classify `fffind`, `ffgrep`, and `fff-multi-grep` as read-only tools so `explore` and `review` profiles can use the `@ff-labs/pi-fff` search tools without granting write access.
8
+
3
9
  ## 0.8.4 — 2026-09-10
4
10
 
5
11
  ### Pi-owned thinking levels
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cr1ms0n/pi-subagent",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Community fork of Luke Parke's pi-subagent with explicit model policy and model visibility for Pi",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/policy.ts CHANGED
@@ -17,6 +17,9 @@ export const READ_ONLY_TOOLS = new Set([
17
17
  "grep",
18
18
  "find",
19
19
  "ls",
20
+ "fffind",
21
+ "ffgrep",
22
+ "fff-multi-grep",
20
23
  "firecrawl_scrape",
21
24
  "firecrawl_search",
22
25
  "firecrawl_map",