Rand Stats

LLM::Character

zef:apogee
Revision history for LLM::Character

0.2.1  2026-04-13T17:03:06+01:00
    - IO::Import: when coercing a SillyTavern lorebook entry to CCv3,
      promote `comment` into `name` if `name` is empty. ST has no
      `name` field — the user-visible "memo" is stored in `comment`,
      so without this promotion entries round-trip through CCv3 with
      an empty name and nothing to display in UIs that use it. The
      `comment` field is preserved unchanged.

0.2.1  2026-02-23T04:03:54Z
    - Add export-character & export-character-to-png methods for exporting cards to JSON and PNG
    - Add export-lorebook method with CCv3 and SillyTavern format support
    - PNG export writes both ccv3 and chara tEXt chunks for CCv2 backwards compatibility
    - Fix bug where preventRecursion/delayUntilRecursion/excludeRecursion were lost during ST import

0.2.0  2026-02-23T03:03:31Z
    - Add export-character & export-character-to-png functions
    - Add export-lorebook function

0.1.3  2025-07-10T03:00:19+01:00
    - Fix another bug with ST lorebooks always being selective

0.1.2  2025-07-10T02:18:40+01:00
    - Fix bug with ST lorebooks always being selective

0.1.1  2025-07-09T19:36:38+01:00
    - Fix actions badges

0.1.0  2025-07-09T19:29:36+01:00
    - Initial version