@diegopetrucci/pi-extensions 0.1.34 → 0.1.36

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 (41) hide show
  1. package/.pi-fleet-tested-version +1 -0
  2. package/extensions/agent-workflow-audit/.pi-fleet-tested-version +1 -0
  3. package/extensions/agent-workflow-audit/package.json +11 -3
  4. package/extensions/brrr/.pi-fleet-tested-version +1 -0
  5. package/extensions/brrr/package.json +10 -3
  6. package/extensions/confirm-destructive/.pi-fleet-tested-version +1 -0
  7. package/extensions/confirm-destructive/package.json +9 -3
  8. package/extensions/context-cap/.pi-fleet-tested-version +1 -0
  9. package/extensions/context-cap/package.json +9 -3
  10. package/extensions/context-inspector/.pi-fleet-tested-version +1 -0
  11. package/extensions/context-inspector/package.json +10 -3
  12. package/extensions/dirty-repo-guard/.pi-fleet-tested-version +1 -0
  13. package/extensions/dirty-repo-guard/package.json +9 -3
  14. package/extensions/gnosis/.pi-fleet-tested-version +1 -0
  15. package/extensions/gnosis/package.json +11 -3
  16. package/extensions/inline-bash/.pi-fleet-tested-version +1 -0
  17. package/extensions/inline-bash/package.json +10 -3
  18. package/extensions/librarian/.pi-fleet-tested-version +1 -0
  19. package/extensions/librarian/package.json +3 -2
  20. package/extensions/minimal-footer/.pi-fleet-tested-version +1 -0
  21. package/extensions/minimal-footer/package.json +9 -3
  22. package/extensions/notify/.pi-fleet-tested-version +1 -0
  23. package/extensions/notify/package.json +9 -3
  24. package/extensions/openai-fast/.pi-fleet-tested-version +1 -0
  25. package/extensions/openai-fast/README.md +1 -6
  26. package/extensions/openai-fast/index.ts +4 -47
  27. package/extensions/openai-fast/package.json +10 -3
  28. package/extensions/oracle/.pi-fleet-tested-version +1 -0
  29. package/extensions/oracle/index.ts +8 -16
  30. package/extensions/oracle/package.json +10 -3
  31. package/extensions/permission-gate/.pi-fleet-tested-version +1 -0
  32. package/extensions/permission-gate/package.json +9 -3
  33. package/extensions/quiet-tools/.pi-fleet-tested-version +1 -0
  34. package/extensions/quiet-tools/package.json +10 -3
  35. package/extensions/review/.pi-fleet-tested-version +1 -0
  36. package/extensions/review/package.json +11 -3
  37. package/extensions/todo/.pi-fleet-tested-version +1 -0
  38. package/extensions/todo/package.json +10 -3
  39. package/extensions/triage-comments/.pi-fleet-tested-version +1 -0
  40. package/extensions/triage-comments/package.json +11 -3
  41. package/package.json +7 -5
@@ -0,0 +1 @@
1
+ 0.76.0
@@ -1,8 +1,15 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-agent-workflow-audit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A pi extension that runs an isolated repo workflow audit and returns only the final report to the main session.",
5
- "keywords": ["pi-package", "pi", "agents", "workflow", "audit", "subagent"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "agents",
9
+ "workflow",
10
+ "audit",
11
+ "subagent"
12
+ ],
6
13
  "license": "MIT",
7
14
  "repository": {
8
15
  "type": "git",
@@ -11,7 +18,8 @@
11
18
  },
12
19
  "files": [
13
20
  "index.ts",
14
- "README.md"
21
+ "README.md",
22
+ ".pi-fleet-tested-version"
15
23
  ],
16
24
  "publishConfig": {
17
25
  "access": "public"
@@ -0,0 +1 @@
1
+ 0.76.0
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-brrr",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A pi extension that sends brrr push notifications when pi is ready for input.",
5
- "keywords": ["pi-package", "pi", "brrr", "notification", "push"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "brrr",
9
+ "notification",
10
+ "push"
11
+ ],
6
12
  "license": "MIT",
7
13
  "repository": {
8
14
  "type": "git",
@@ -12,7 +18,8 @@
12
18
  "files": [
13
19
  "index.ts",
14
20
  "README.md",
15
- "brrr.example.json"
21
+ "brrr.example.json",
22
+ ".pi-fleet-tested-version"
16
23
  ],
17
24
  "publishConfig": {
18
25
  "access": "public"
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-confirm-destructive",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A pi extension that confirms destructive session actions.",
5
- "keywords": ["pi-package", "pi", "session", "safety"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "session",
9
+ "safety"
10
+ ],
6
11
  "license": "MIT",
7
12
  "repository": {
8
13
  "type": "git",
@@ -11,7 +16,8 @@
11
16
  },
12
17
  "files": [
13
18
  "index.ts",
14
- "README.md"
19
+ "README.md",
20
+ ".pi-fleet-tested-version"
15
21
  ],
16
22
  "publishConfig": {
17
23
  "access": "public"
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-context-cap",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A pi extension that caps effective model context windows at 200k tokens for earlier auto-compaction.",
5
- "keywords": ["pi-package", "pi", "context", "compaction"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "context",
9
+ "compaction"
10
+ ],
6
11
  "license": "MIT",
7
12
  "repository": {
8
13
  "type": "git",
@@ -11,7 +16,8 @@
11
16
  },
12
17
  "files": [
13
18
  "index.ts",
14
- "README.md"
19
+ "README.md",
20
+ ".pi-fleet-tested-version"
15
21
  ],
16
22
  "publishConfig": {
17
23
  "access": "public"
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-context-inspector",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A pi extension that opens a local HTML dashboard explaining where the current session context is going.",
5
- "keywords": ["pi-package", "pi", "context", "tokens", "html"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "context",
9
+ "tokens",
10
+ "html"
11
+ ],
6
12
  "license": "MIT",
7
13
  "repository": {
8
14
  "type": "git",
@@ -11,7 +17,8 @@
11
17
  },
12
18
  "files": [
13
19
  "index.ts",
14
- "README.md"
20
+ "README.md",
21
+ ".pi-fleet-tested-version"
15
22
  ],
16
23
  "publishConfig": {
17
24
  "access": "public"
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-dirty-repo-guard",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A pi extension that prompts before session changes when the current git repo has uncommitted changes.",
5
- "keywords": ["pi-package", "pi", "git", "safety"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "git",
9
+ "safety"
10
+ ],
6
11
  "license": "MIT",
7
12
  "repository": {
8
13
  "type": "git",
@@ -11,7 +16,8 @@
11
16
  },
12
17
  "files": [
13
18
  "index.ts",
14
- "README.md"
19
+ "README.md",
20
+ ".pi-fleet-tested-version"
15
21
  ],
16
22
  "publishConfig": {
17
23
  "access": "public"
@@ -0,0 +1 @@
1
+ 0.76.0
@@ -1,8 +1,15 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-gnosis",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A pi extension that exposes the gnosis repo-local knowledge base CLI as an agent tool.",
5
- "keywords": ["pi-package", "pi", "gnosis", "memory", "knowledge-base", "tool"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "gnosis",
9
+ "memory",
10
+ "knowledge-base",
11
+ "tool"
12
+ ],
6
13
  "license": "MIT",
7
14
  "repository": {
8
15
  "type": "git",
@@ -11,7 +18,8 @@
11
18
  },
12
19
  "files": [
13
20
  "index.ts",
14
- "README.md"
21
+ "README.md",
22
+ ".pi-fleet-tested-version"
15
23
  ],
16
24
  "publishConfig": {
17
25
  "access": "public"
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-inline-bash",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A pi extension that expands inline bash commands in user prompts.",
5
- "keywords": ["pi-package", "pi", "bash", "input", "prompt"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "bash",
9
+ "input",
10
+ "prompt"
11
+ ],
6
12
  "license": "MIT",
7
13
  "repository": {
8
14
  "type": "git",
@@ -11,7 +17,8 @@
11
17
  },
12
18
  "files": [
13
19
  "index.ts",
14
- "README.md"
20
+ "README.md",
21
+ ".pi-fleet-tested-version"
15
22
  ],
16
23
  "publishConfig": {
17
24
  "access": "public"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-librarian",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A pi GitHub research scout with a toggleable local repo checkout cache under the user's OS cache directory.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -18,7 +18,8 @@
18
18
  },
19
19
  "files": [
20
20
  "*.ts",
21
- "README.md"
21
+ "README.md",
22
+ ".pi-fleet-tested-version"
22
23
  ],
23
24
  "publishConfig": {
24
25
  "access": "public"
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-minimal-footer",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "A minimal custom footer for pi.",
5
- "keywords": ["pi-package", "pi", "terminal", "footer"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "terminal",
9
+ "footer"
10
+ ],
6
11
  "license": "MIT",
7
12
  "repository": {
8
13
  "type": "git",
@@ -13,7 +18,8 @@
13
18
  "index.ts",
14
19
  "openai-usage.ts",
15
20
  "minimal-footer.example.json",
16
- "README.md"
21
+ "README.md",
22
+ ".pi-fleet-tested-version"
17
23
  ],
18
24
  "publishConfig": {
19
25
  "access": "public"
@@ -0,0 +1 @@
1
+ 0.76.0
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-notify",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A pi extension that sends a notification when the agent is ready for input.",
5
- "keywords": ["pi-package", "pi", "notification", "terminal"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "notification",
9
+ "terminal"
10
+ ],
6
11
  "license": "MIT",
7
12
  "repository": {
8
13
  "type": "git",
@@ -12,7 +17,8 @@
12
17
  "files": [
13
18
  "index.ts",
14
19
  "README.md",
15
- "notify.example.json"
20
+ "notify.example.json",
21
+ ".pi-fleet-tested-version"
16
22
  ],
17
23
  "publishConfig": {
18
24
  "access": "public"
@@ -26,14 +26,9 @@ Fast mode is only injected when all of these are true:
26
26
 
27
27
  ```text
28
28
  /fast
29
- /fast status
30
- /fast on
31
- /fast off
32
- /fast auto
33
- /fast toggle
34
29
  ```
35
30
 
36
- Run `/fast` without arguments to pick an action from a menu. `/fast on` and `/fast off` are temporary session/runtime overrides. Use `/fast auto` to reload and follow config defaults again.
31
+ Run `/fast` to toggle Fast mode on or off for the current session/runtime. The command reports the new state in chat, and the footer shows `fast` while Fast mode is active for an eligible model.
37
32
 
38
33
  The extension defaults to off so installing the full collection does not accidentally spend Fast-mode credits.
39
34
 
@@ -11,7 +11,6 @@ const PROVIDER_ID = "openai-codex";
11
11
  const API_ID = "openai-codex-responses";
12
12
  const FAST_SERVICE_TIER = "priority";
13
13
  const SUPPORTED_MODELS = new Set(["gpt-5.4", "gpt-5.5"]);
14
- const COMMANDS = ["status", "on", "off", "auto", "toggle"];
15
14
 
16
15
  const DEFAULT_CONFIG: OpenAIFastConfig = {
17
16
  enabled: false,
@@ -241,62 +240,20 @@ export default function openAIFastExtension(pi: ExtensionAPI) {
241
240
  });
242
241
 
243
242
  pi.registerCommand("fast", {
244
- description: "Manage OpenAI Codex Fast mode for ChatGPT-auth GPT-5.4/GPT-5.5",
245
- getArgumentCompletions: (prefix) => {
246
- const normalized = prefix.trim().toLowerCase();
247
- const matches = COMMANDS.filter((command) => command.startsWith(normalized));
248
- return matches.length > 0 ? matches.map((value) => ({ value, label: value })) : null;
249
- },
243
+ description: "Toggle OpenAI Codex Fast mode for ChatGPT-auth GPT-5.4/GPT-5.5",
244
+ getArgumentCompletions: () => null,
250
245
  handler: async (args, ctx) => {
251
246
  const state = getState(ctx);
252
- let action = args.trim().toLowerCase();
247
+ const action = args.trim();
253
248
 
254
249
  if (!action) {
255
- if (!ctx.hasUI) {
256
- action = "status";
257
- } else {
258
- const selection = await ctx.ui.select("OpenAI Fast mode", COMMANDS);
259
- if (!selection) return;
260
- action = selection;
261
- }
262
- }
263
-
264
- if (action === "on" || action === "enable") {
265
- state.override = "on";
266
- updateStatus(ctx, state);
267
- ctx.ui.notify(getStatusMessage(ctx, state), "info");
268
- return;
269
- }
270
-
271
- if (action === "off" || action === "disable") {
272
- state.override = "off";
273
- updateStatus(ctx, state);
274
- ctx.ui.notify(getStatusMessage(ctx, state), "info");
275
- return;
276
- }
277
-
278
- if (action === "auto" || action === "default") {
279
- state.override = "auto";
280
- state.config = loadConfig(ctx.cwd);
281
- updateStatus(ctx, state);
282
- ctx.ui.notify(getStatusMessage(ctx, state), "info");
283
- return;
284
- }
285
-
286
- if (action === "toggle") {
287
250
  state.override = isFastEnabled(state) ? "off" : "on";
288
251
  updateStatus(ctx, state);
289
252
  ctx.ui.notify(getStatusMessage(ctx, state), "info");
290
253
  return;
291
254
  }
292
255
 
293
- if (action === "status") {
294
- updateStatus(ctx, state);
295
- ctx.ui.notify(getStatusMessage(ctx, state), "info");
296
- return;
297
- }
298
-
299
- ctx.ui.notify("Usage: /fast on | off | auto | toggle | status", "warning");
256
+ ctx.ui.notify("Usage: /fast", "warning");
300
257
  },
301
258
  });
302
259
  }
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-openai-fast",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "A pi extension that enables OpenAI Codex Fast mode for ChatGPT-auth GPT-5.4 and GPT-5.5 by injecting the priority service tier.",
5
- "keywords": ["pi-package", "pi", "openai", "codex", "fast"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "openai",
9
+ "codex",
10
+ "fast"
11
+ ],
6
12
  "license": "MIT",
7
13
  "repository": {
8
14
  "type": "git",
@@ -12,7 +18,8 @@
12
18
  "files": [
13
19
  "index.ts",
14
20
  "openai-fast.example.json",
15
- "README.md"
21
+ "README.md",
22
+ ".pi-fleet-tested-version"
16
23
  ],
17
24
  "publishConfig": {
18
25
  "access": "public"
@@ -0,0 +1 @@
1
+ 0.76.0
@@ -3,7 +3,7 @@ import { existsSync } from "node:fs";
3
3
  import * as fs from "node:fs/promises";
4
4
  import * as path from "node:path";
5
5
  import { StringEnum } from "@earendil-works/pi-ai";
6
- import { getAgentDir, getMarkdownTheme, type ExtensionAPI } from "@earendil-works/pi-coding-agent";
6
+ import { getAgentDir, getMarkdownTheme, type ExtensionAPI, type ExtensionContext } from "@earendil-works/pi-coding-agent";
7
7
  import { Container, Markdown, Spacer, Text } from "@earendil-works/pi-tui";
8
8
  import { Type } from "typebox";
9
9
 
@@ -668,7 +668,7 @@ function appendThinkingLevelClampReason(
668
668
  }
669
669
 
670
670
  async function findAvailableModel(
671
- ctx: { model?: PiModel; modelRegistry: { getAvailable(): Promise<PiModel[]> } },
671
+ ctx: { model?: PiModel; modelRegistry: { getAvailable(): PiModel[] | Promise<PiModel[]> } },
672
672
  modelRef: string,
673
673
  ): Promise<PiModel | undefined> {
674
674
  const available = await ctx.modelRegistry.getAvailable();
@@ -696,7 +696,7 @@ async function findAvailableModel(
696
696
  }
697
697
 
698
698
  async function selectOracleModel(
699
- ctx: { model?: PiModel; modelRegistry: { getAvailable(): Promise<PiModel[]> } },
699
+ ctx: { model?: PiModel; modelRegistry: { getAvailable(): PiModel[] | Promise<PiModel[]> } },
700
700
  thinkingLevelOverride?: ThinkingLevel,
701
701
  ): Promise<{ ok: true; selection: OracleSelection } | { ok: false; error: string }> {
702
702
  const available = await ctx.modelRegistry.getAvailable();
@@ -752,14 +752,7 @@ async function selectOracleModel(
752
752
  };
753
753
  }
754
754
 
755
- function updateOracleUi(ctx: Parameters<ExtensionAPI["registerCommand"]>[1]["handler"] extends (
756
- args: any,
757
- ctx: infer T,
758
- ) => any
759
- ? T
760
- : never,
761
- activeRuns: Map<string, OracleUiRun>,
762
- ): void {
755
+ function updateOracleUi(ctx: ExtensionContext, activeRuns: Map<string, OracleUiRun>): void {
763
756
  if (!ctx.hasUI) return;
764
757
  const theme = ctx.ui.theme;
765
758
  if (activeRuns.size === 0) {
@@ -1193,7 +1186,6 @@ export default function oracleExtension(pi: ExtensionAPI) {
1193
1186
  durationMs: 0,
1194
1187
  cwd: params.cwd ?? ctx.cwd,
1195
1188
  },
1196
- isError: true,
1197
1189
  };
1198
1190
  }
1199
1191
  selection = selectionResult.selection;
@@ -1213,7 +1205,6 @@ export default function oracleExtension(pi: ExtensionAPI) {
1213
1205
  return {
1214
1206
  content: [{ type: "text", text: result.error }],
1215
1207
  details: result.details,
1216
- isError: true,
1217
1208
  };
1218
1209
  }
1219
1210
 
@@ -1244,7 +1235,8 @@ export default function oracleExtension(pi: ExtensionAPI) {
1244
1235
  const body = result.content[0]?.type === "text" ? result.content[0].text : "(no output)";
1245
1236
  if (!details) return new Text(body, 0, 0);
1246
1237
 
1247
- const icon = result.isError ? theme.fg("error", "✗") : theme.fg("success", "✓");
1238
+ const isError = (details.exitCode ?? 0) !== 0;
1239
+ const icon = isError ? theme.fg("error", "✗") : theme.fg("success", "✓");
1248
1240
  const header = `${icon} ${theme.fg("toolTitle", theme.bold("oracle "))}${theme.fg("accent", details.modelRef || "(auto)")}`;
1249
1241
  const subheader = [
1250
1242
  details.thinkingLevel !== "off" ? details.thinkingLevel : undefined,
@@ -1260,7 +1252,7 @@ export default function oracleExtension(pi: ExtensionAPI) {
1260
1252
  if (subheader) text += `\n${theme.fg("dim", subheader)}`;
1261
1253
  text += `\n\n${theme.fg("toolOutput", renderCollapsedText(body))}`;
1262
1254
  if (usage) text += `\n\n${theme.fg("dim", usage)}`;
1263
- if (result.isError && details.stderr) text += `\n${theme.fg("error", renderCollapsedText(details.stderr, 4))}`;
1255
+ if (isError && details.stderr) text += `\n${theme.fg("error", renderCollapsedText(details.stderr, 4))}`;
1264
1256
  text += `\n${theme.fg("muted", "(Ctrl+O to expand)")}`;
1265
1257
  return new Text(text, 0, 0);
1266
1258
  }
@@ -1283,7 +1275,7 @@ export default function oracleExtension(pi: ExtensionAPI) {
1283
1275
  container.addChild(new Spacer(1));
1284
1276
  container.addChild(new Text(theme.fg("muted", "stderr"), 0, 0));
1285
1277
  container.addChild(
1286
- new Text(result.isError ? theme.fg("error", details.stderr) : theme.fg("dim", details.stderr), 0, 0),
1278
+ new Text(isError ? theme.fg("error", details.stderr) : theme.fg("dim", details.stderr), 0, 0),
1287
1279
  );
1288
1280
  }
1289
1281
  return container;
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-oracle",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "An Amp-style oracle extension for pi that consults the strongest reasoning model on your current provider.",
5
- "keywords": ["pi-package", "pi", "oracle", "reasoning", "subagent"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "oracle",
9
+ "reasoning",
10
+ "subagent"
11
+ ],
6
12
  "license": "MIT",
7
13
  "repository": {
8
14
  "type": "git",
@@ -11,7 +17,8 @@
11
17
  },
12
18
  "files": [
13
19
  "index.ts",
14
- "README.md"
20
+ "README.md",
21
+ ".pi-fleet-tested-version"
15
22
  ],
16
23
  "publishConfig": {
17
24
  "access": "public"
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-permission-gate",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A pi extension that prompts before dangerous bash commands.",
5
- "keywords": ["pi-package", "pi", "security", "bash"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "security",
9
+ "bash"
10
+ ],
6
11
  "license": "MIT",
7
12
  "repository": {
8
13
  "type": "git",
@@ -11,7 +16,8 @@
11
16
  },
12
17
  "files": [
13
18
  "index.ts",
14
- "README.md"
19
+ "README.md",
20
+ ".pi-fleet-tested-version"
15
21
  ],
16
22
  "publishConfig": {
17
23
  "access": "public"
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-quiet-tools",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A pi extension that visually compacts collapsed built-in tool rows in the TUI without changing tool results sent to the model.",
5
- "keywords": ["pi-package", "pi", "tools", "terminal", "tui"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "tools",
9
+ "terminal",
10
+ "tui"
11
+ ],
6
12
  "license": "MIT",
7
13
  "repository": {
8
14
  "type": "git",
@@ -11,7 +17,8 @@
11
17
  },
12
18
  "files": [
13
19
  "index.ts",
14
- "README.md"
20
+ "README.md",
21
+ ".pi-fleet-tested-version"
15
22
  ],
16
23
  "publishConfig": {
17
24
  "access": "public"
@@ -0,0 +1 @@
1
+ 0.76.0
@@ -1,8 +1,15 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-review",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A standalone pi extension that adds /review and /end-review commands adapted from mitsuhiko/agent-stuff.",
5
- "keywords": ["pi-package", "pi", "review", "code-review", "git", "github"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "review",
9
+ "code-review",
10
+ "git",
11
+ "github"
12
+ ],
6
13
  "license": "Apache-2.0",
7
14
  "repository": {
8
15
  "type": "git",
@@ -12,7 +19,8 @@
12
19
  "files": [
13
20
  "index.ts",
14
21
  "README.md",
15
- "LICENSE"
22
+ "LICENSE",
23
+ ".pi-fleet-tested-version"
16
24
  ],
17
25
  "publishConfig": {
18
26
  "access": "public"
@@ -0,0 +1 @@
1
+ 0.76.0
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-todo",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A pi extension that adds a branch-aware todo tool and /todos viewer.",
5
- "keywords": ["pi-package", "pi", "todo", "tool", "session"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "todo",
9
+ "tool",
10
+ "session"
11
+ ],
6
12
  "license": "MIT",
7
13
  "repository": {
8
14
  "type": "git",
@@ -11,7 +17,8 @@
11
17
  },
12
18
  "files": [
13
19
  "index.ts",
14
- "README.md"
20
+ "README.md",
21
+ ".pi-fleet-tested-version"
15
22
  ],
16
23
  "publishConfig": {
17
24
  "access": "public"
@@ -1,8 +1,15 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-triage-comments",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A pi extension that adds /triage-comments and a read-only triage_comments subagent tool for review-comment triage.",
5
- "keywords": ["pi-package", "pi", "triage", "comments", "review", "subagent"],
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "triage",
9
+ "comments",
10
+ "review",
11
+ "subagent"
12
+ ],
6
13
  "license": "MIT",
7
14
  "repository": {
8
15
  "type": "git",
@@ -11,7 +18,8 @@
11
18
  },
12
19
  "files": [
13
20
  "index.ts",
14
- "README.md"
21
+ "README.md",
22
+ ".pi-fleet-tested-version"
15
23
  ],
16
24
  "publishConfig": {
17
25
  "access": "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-extensions",
3
- "version": "0.1.34",
3
+ "version": "0.1.36",
4
4
  "description": "A collection of pi extensions for context management, workflow audits, review-comment triage, notifications, brrr push alerts, safety guards, GitHub research, repo-local knowledge, todos, tool rendering, and model/provider helpers.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -17,7 +17,8 @@
17
17
  "extensions",
18
18
  "assets",
19
19
  "README.md",
20
- "LICENSE"
20
+ "LICENSE",
21
+ ".pi-fleet-tested-version"
21
22
  ],
22
23
  "workspaces": [
23
24
  "extensions/*"
@@ -55,10 +56,11 @@
55
56
  "image": "https://raw.githubusercontent.com/diegopetrucci/pi-extensions/main/assets/oracle-preview.svg"
56
57
  },
57
58
  "devDependencies": {
58
- "@earendil-works/pi-ai": "^0.75.5",
59
- "@earendil-works/pi-coding-agent": "^0.75.5",
60
- "@earendil-works/pi-tui": "^0.75.5",
59
+ "@earendil-works/pi-ai": "^0.76.0",
60
+ "@earendil-works/pi-coding-agent": "^0.76.0",
61
+ "@earendil-works/pi-tui": "^0.76.0",
61
62
  "@types/node": "^25.9.1",
63
+ "husky": "^9.1.7",
62
64
  "typebox": "^1.1.38",
63
65
  "typescript": "^6.0.3"
64
66
  }