plugins marketplace
← All plugins

codex-usage-watch

v0.1.0-beta.2

Local, non-blocking five-hour usage awareness for Codex

Codex

by Codex Usage Watch contributors2updated 4 days ago

Source

git clone https://github.com/snikmas/codex-watch

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

codex-usage-watch/
└── .codex-plugin/plugin.json

Manifests1

.codex-plugin/plugin.json
{
  "name": "codex-usage-watch",
  "version": "0.1.0-beta.2",
  "description": "Local, non-blocking five-hour usage awareness for Codex",
  "author": {
    "name": "Codex Usage Watch contributors"
  },
  "interface": {
    "displayName": "Codex Usage Watch",
    "shortDescription": "Local five-hour usage awareness",
    "longDescription": "Refreshes a local usage estimate at Codex lifecycle events and provides non-blocking threshold notices.",
    "developerName": "Codex Usage Watch contributors",
    "category": "Developer Tools",
    "capabilities": [
      "Hooks"
    ],
    "defaultPrompt": [
      "Show my local five-hour usage status."
    ]
  }
}