@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.
- package/extensions/usage.ts +1 -0
- package/package.json +1 -1
package/extensions/usage.ts
CHANGED
|
@@ -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