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
Enabled interactive profile creation with duplicate validation by supporting
the allow_new keyword argument in choose_profile_for_model.
Changed
Standardized API naming conventions by renaming the offer_new_session
parameter to allow_new in session_management.rb and choose_session.
Updated commands.rb to pass allow_new: true to choose_profile_for_model
during /model options and implemented an early return on profile selection
cancellation.
Renamed the OllamaChat::Tools::RetrieveDocumentSnippets class to SearchKnowledge.
Updated tool registration, default configuration, and descriptions for search_knowledge to reference knowledge collections.