Skip to content

2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 23:41

Changed

  • Migrated settings UI from the deprecated display() method to the new getSettingDefinitions() API, which Obsidian uses directly for minAppVersion >= 1.13.0.
  • Custom LLM providers are now managed inline as a list inside the settings page, replacing the standalone EditModalProviders modal. Supports add, edit, reorder, and delete.
  • Added EditEndpointModal in Modals.ts for editing a single LLM provider endpoint (name, API key, URL, default model, key URL).

Fixed

  • Fixed {role} appending when there's already one on the role formatter.

  • Thanks @ajongbloets