@diegopetrucci/pi-extensions 0.1.59 → 0.1.60

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 (56) hide show
  1. package/.pi-fleet-tested-version +1 -1
  2. package/extensions/agent-workflow-audit/.pi-fleet-tested-version +1 -1
  3. package/extensions/agent-workflow-audit/package.json +1 -1
  4. package/extensions/annotate-git-diff/.pi-fleet-tested-version +1 -1
  5. package/extensions/annotate-git-diff/package.json +1 -1
  6. package/extensions/annotate-last-message/.pi-fleet-tested-version +1 -1
  7. package/extensions/annotate-last-message/package.json +1 -1
  8. package/extensions/brrr/.pi-fleet-tested-version +1 -1
  9. package/extensions/brrr/package.json +1 -1
  10. package/extensions/claude-fast/.pi-fleet-tested-version +1 -1
  11. package/extensions/claude-fast/package.json +1 -1
  12. package/extensions/code-reviewer/.pi-fleet-tested-version +1 -1
  13. package/extensions/code-reviewer/package.json +1 -1
  14. package/extensions/confirm-destructive/.pi-fleet-tested-version +1 -1
  15. package/extensions/confirm-destructive/package.json +1 -1
  16. package/extensions/context-cap/.pi-fleet-tested-version +1 -1
  17. package/extensions/context-cap/package.json +1 -1
  18. package/extensions/context-inspector/.pi-fleet-tested-version +1 -1
  19. package/extensions/context-inspector/package.json +1 -1
  20. package/extensions/contrarian/.pi-fleet-tested-version +1 -1
  21. package/extensions/contrarian/index.ts +0 -1
  22. package/extensions/contrarian/package.json +1 -1
  23. package/extensions/dirty-repo-guard/.pi-fleet-tested-version +1 -1
  24. package/extensions/dirty-repo-guard/package.json +1 -1
  25. package/extensions/dynamic-context-pruning/.pi-fleet-tested-version +1 -1
  26. package/extensions/dynamic-context-pruning/package.json +1 -1
  27. package/extensions/git-footer/.pi-fleet-tested-version +1 -1
  28. package/extensions/git-footer/package.json +1 -1
  29. package/extensions/gnosis/.pi-fleet-tested-version +1 -1
  30. package/extensions/gnosis/package.json +1 -1
  31. package/extensions/illustrations-to-explain-things/.pi-fleet-tested-version +1 -1
  32. package/extensions/illustrations-to-explain-things/package.json +1 -1
  33. package/extensions/inline-bash/.pi-fleet-tested-version +1 -1
  34. package/extensions/inline-bash/package.json +1 -1
  35. package/extensions/librarian/.pi-fleet-tested-version +1 -1
  36. package/extensions/librarian/package.json +1 -1
  37. package/extensions/minimal-footer/.pi-fleet-tested-version +1 -1
  38. package/extensions/minimal-footer/package.json +1 -1
  39. package/extensions/notify/.pi-fleet-tested-version +1 -1
  40. package/extensions/notify/package.json +1 -1
  41. package/extensions/openai-fast/.pi-fleet-tested-version +1 -1
  42. package/extensions/openai-fast/package.json +1 -1
  43. package/extensions/oracle/.pi-fleet-tested-version +1 -1
  44. package/extensions/oracle/index.ts +0 -1
  45. package/extensions/oracle/package.json +1 -1
  46. package/extensions/permission-gate/.pi-fleet-tested-version +1 -1
  47. package/extensions/permission-gate/package.json +1 -1
  48. package/extensions/quiet-tools/.pi-fleet-tested-version +1 -1
  49. package/extensions/quiet-tools/package.json +1 -1
  50. package/extensions/review/.pi-fleet-tested-version +1 -1
  51. package/extensions/review/package.json +1 -1
  52. package/extensions/todo/.pi-fleet-tested-version +1 -1
  53. package/extensions/todo/package.json +1 -1
  54. package/extensions/triage-comments/.pi-fleet-tested-version +1 -1
  55. package/extensions/triage-comments/package.json +1 -1
  56. package/package.json +4 -4
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-agent-workflow-audit",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "A pi extension that runs an isolated repo workflow audit and returns only the final report to the main session.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-annotate-git-diff",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "A standalone pi extension that adds /annotate-git-diff, a native Glimpse UI for annotating git diffs and sending feedback to the editor.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-annotate-last-message",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "A standalone pi extension that adds /annotate-last-message, a native Glimpse UI for annotating the latest assistant reply.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-brrr",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "A pi extension that sends brrr push notifications when pi is ready for input.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-claude-fast",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "A pi extension that enables Anthropic Claude Fast mode for supported Claude Opus models by injecting speed=fast.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-code-reviewer",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "A standalone pi extension that adds a read-only code_reviewer subagent tool for isolated code reviews.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-confirm-destructive",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "A pi extension that confirms destructive session actions.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-context-cap",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "A pi extension that caps effective model context windows at 200k tokens for earlier auto-compaction.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-context-inspector",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "A pi extension that opens a local HTML dashboard explaining where the current session context is going.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -471,7 +471,6 @@ const PROVIDER_MODEL_PREFERENCES: Record<string, string[]> = {
471
471
  "moonshotai/kimi-k2.6",
472
472
  "z-ai/glm-5.2",
473
473
  "minimaxai/minimax-m3",
474
- "mistralai/mistral-large-3-675b-instruct-2512",
475
474
  "openai/gpt-oss-120b",
476
475
  "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning",
477
476
  "nvidia/nemotron-3-nano-30b-a3b",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-contrarian",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "A read-only contrarian subagent extension for pi that stress-tests plans, designs, assumptions, and conclusions.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-dirty-repo-guard",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "A pi extension that prompts before session changes when the current git repo has uncommitted changes.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-dynamic-context-pruning",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "A pi extension that dynamically prunes stale context to keep sessions lean.",
6
6
  "keywords": [
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-git-footer",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "A TLH-style git status add-on for pi's built-in footer.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-gnosis",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "A pi extension that exposes the gnosis repo-local knowledge base CLI as an agent tool.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-illustrations-to-explain-things",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "A pi skill for generating clean, absurd Xiaohei-style article illustrations, shot lists, and visual metaphors.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-inline-bash",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "A pi extension that expands inline bash commands in user prompts.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-librarian",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
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",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-minimal-footer",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "A minimal custom footer for pi.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-notify",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "A pi extension that sends a notification when the agent is ready for input.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-openai-fast",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "A pi extension that enables OpenAI Codex Fast mode for ChatGPT-auth GPT-5.4, GPT-5.5, and GPT-5.6 Codex variants by injecting the priority service tier.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -455,7 +455,6 @@ const PROVIDER_MODEL_PREFERENCES: Record<string, string[]> = {
455
455
  "moonshotai/kimi-k2.6",
456
456
  "z-ai/glm-5.2",
457
457
  "minimaxai/minimax-m3",
458
- "mistralai/mistral-large-3-675b-instruct-2512",
459
458
  "openai/gpt-oss-120b",
460
459
  "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning",
461
460
  "nvidia/nemotron-3-nano-30b-a3b",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-oracle",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "An Amp-style oracle extension for pi that consults the strongest reasoning model on your current provider.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-permission-gate",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "A pi extension that prompts before dangerous bash commands and protected file writes.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-quiet-tools",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
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
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-review",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "A standalone pi extension that adds /review and /end-review commands adapted from mitsuhiko/agent-stuff.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-todo",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "A pi extension that adds a branch-aware todo tool and /todos viewer.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -1 +1 @@
1
- 0.81.1
1
+ 0.82.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-triage-comments",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "A pi extension that adds /triage-comments and a read-only triage_comments subagent tool for review-comment triage.",
5
5
  "keywords": [
6
6
  "pi-package",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-extensions",
3
- "version": "0.1.59",
3
+ "version": "0.1.60",
4
4
  "description": "A collection of pi extensions and skills for annotation UIs, context management, workflow audits, contrarian review, review-comment triage, notifications, brrr push alerts, safety guards, GitHub research, repo-local knowledge, todos, tool rendering, model/provider helpers, and Xiaohei-style article illustrations.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -72,9 +72,9 @@
72
72
  ]
73
73
  },
74
74
  "devDependencies": {
75
- "@earendil-works/pi-ai": "^0.81.1",
76
- "@earendil-works/pi-coding-agent": "^0.81.1",
77
- "@earendil-works/pi-tui": "^0.81.1",
75
+ "@earendil-works/pi-ai": "^0.82.0",
76
+ "@earendil-works/pi-coding-agent": "^0.82.0",
77
+ "@earendil-works/pi-tui": "^0.82.0",
78
78
  "@types/node": "^25.9.1",
79
79
  "husky": "^9.1.7",
80
80
  "typebox": "^1.3.6",