You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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