diff --git a/plugins/usage-estimate.json b/plugins/usage-estimate.json new file mode 100644 index 0000000..2eb4188 --- /dev/null +++ b/plugins/usage-estimate.json @@ -0,0 +1,16 @@ +{ + "name": "usage-estimate", + "source": { + "source": "npm", + "package": "usage-estimate" + }, + "description": "Shows estimated token count before each prompt is submitted. Optionally blocks prompts above a configurable threshold with a two-press-Enter confirmation.", + "version": "0.2.0", + "author": { + "username": "anistark", + "name": "Kumar Anirudha" + }, + "category": "productivity", + "tags": ["hooks", "skills", "tokens"], + "license": "MIT" +}