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"
| Arg | Type | Default | Description |
|---|---|---|---|
enabled | bool | true | When false, the badge is not shown. |
badge_text | str | "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
- Cosmetic only. Removing the plugin (or setting
enabled: false) is what hides the badge.