Skip to content

v0.0.99

Choose a tag to compare

@flori flori released this 13 Jul 07:49
  • Command Handling & UX

    • Updated regexes for /system, /session, /prompt, /conversation,
      /character, /input, /pipe, and /output to prevent positional
      arguments from starting with a hyphen.
    • Enhanced warning messages in the message list to include explicit
      suggestions for using /drop and /regenerate.
  • LLM & Prompt Management

    • Updated the generate method to capture output and implemented
      conditional logging (warning for empty results, info otherwise).
    • Added guard clauses to edit_text('') and generate(prompt: full_prompt) to ensure processing only continues with non-empty strings.
    • Overhauled the suggest_coding prompt to adopt a Senior Software
      Architect and Technical Auditor persona.
    • Overhauled the suggest_roleplaying prompt to adopt a Narrative
      Consultant and Game Master's Assistant persona.
  • Tools

    • Modified OllamaChat::Tools::CopyToClipboard to make the text
      parameter required.
    • Updated the clipboard tool to raise
      OllamaChat::ToolFunctionArgumentError if text is missing and
      simplified the success message.