@pify/usage 0.5.1 → 0.5.2

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.
@@ -200,6 +200,7 @@ export default function usage(pi: ExtensionAPI) {
200
200
  pi.registerTool({
201
201
  name: "usage_status",
202
202
  label: "Usage status",
203
+ promptSnippet: "Tokens, cost, and context used so far this session",
203
204
  description:
204
205
  "Current session token/cost totals plus today's local aggregate. Use when deciding whether " +
205
206
  "an expensive approach (large reads, many subagents) is proportionate.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pify/usage",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Token and cost reporting for pi sessions: live footer, local-history dashboard with per-project costs, opt-in provider quota",
5
5
  "keywords": [
6
6
  "pi-package",