Skip to content

v0.82.0

Choose a tag to compare

@flori flori released this 24 Dec 19:56
  • Refactored the probe system into a dedicated Utils::Probe module, splitting
    ProbeServer, ProbeClient, ProcessJob, and ServerHandling into
    separate files under lib/utils/probe/
  • Updated the bin/probe script to use the new Utils::Probe module
    structure, simplifying references to ProbeServer and ProbeClient
  • Added an ai method to the Utils module for interacting with the Ollama
    chat service, supporting query processing with options for command mode,
    response capture, and parsing
  • Improved code comment script to use consistent indentation
  • Updated gemspec to reflect new probe module structure and added relevant
    files to extra_rdoc_files and files lists