Skip to content

v0.0.97

Choose a tag to compare

@flori flori released this 06 Jul 21:31
  • Session-Specific Context Formatting: Introduced the /context_format
    command to manage context formats (JSON or TOON) on a per-session basis.
  • Persona Management: Added a copy subcommand to /persona to copy
    persona filesystem paths to the clipboard without updating the prefill
    prompt.
  • Generation API Refactor: Updated the internal generation logic to use
    structured chat (ollama.chat), allowing for optional system prompts and
    direct string returns.
  • Embedding & Import Logic:
    • Enhanced embedding notifications to include the specific source being
      processed.
    • Implemented disable_content_parsing during update and embedding
      operations to prevent recursive imports of system messages.
  • Prompt Engineering: Improved /prompt suggest by adding an edit:
    parameter, allowing users to provide custom suggestion instructions on the
    fly.
  • Documentation: Expanded README.md with comprehensive guides for the
    /input command and a new "Power User Features" section covering character
    cards, prompt suggestions, model profiles, and session summarization.
  • Bug Fixes:
    • Added presence validation for profile in model options.
    • Fixed type consistency by casting character names to strings during
      parsing.
    • Corrected the help text flag in runtime information from -s to -l.