Codumentor logo Codumentor

Trial Plugin

Shows a cosmetic Trial pill in the web chat header. It does not enforce limits, expiry, or feature gating.

Not enabled in the shipped default config.

Configuration

plugins:
  - module: codumentor.plugins.trial
    class: TrialPlugin
    args:
      enabled: true
      badge_text: "Trial"
ArgTypeDefaultDescription
enabledbooltrueWhen false, the badge is not shown.
badge_textstr"Trial"Passed as the widget title. The shipped UI always paints the word Trial on the pill itself.

Usage

With the plugin loaded and enabled: true, a small Trial badge appears on the left of the chat header. There is nothing to click and no other UI.

Notes