Rand Stats

Chatnik

zef:antononcube
Revision history of the Raku package "Chatnik"

0.0.7 2026-05-05
    - Implemented the command "context" for llm-chat-meta.
    - Reacting to chat-id name only specs, like:
        llm-chat yoda which planets have you been to\?

0.0.6 2026-04-29
    - Handling of env specified default model and LLM personas configuration file.
    - Warning when unknown configration options are specified.
    - Documentation update.

0.0.5 2026-04-24
    - Implemented the CLI chatnik that redirects to llm-chat and llm-chat-meta.
    - Added "first-message" command for llm-chat-meta.

0.0.4 2026-04-21
    - Documentation improvements and more advanced examples.
    - Loading predefined personas -- as in "Jupyter::Chatbook".
    - Commands "last-message" and "load-llm-personas" for `llm-chat-meta`.

0.0.3 2026-04-20
    - Added new functionalities for `llm-chat-meta`:
        - clearing of messages and taking of messages for a specified range
        - chat object card (formatted table) print out
        - command "message" and "--index" argument

0.0.2 2026-04-18
    - More comprehensive documentation (in the README.)
    - Minor bug fixes.

0.0.1 2026-04-18
    - First version.