Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 06:11
v0.2.2
9b977f5

nr_repurpose v0.2.2

A corrective patch that aligns the extension with nr-llm 0.23 and repairs the documentation build.

  • nr-llm 0.23 support — implements the new CompletionServiceInterface methods (completeStructured() and completeStructuredForConfiguration()), so repurposing runs against the current completion contract.
  • Wider nr-llm constraint — now ^0.22.0 || ^0.23.0, picking up the new icons and the dark-mode border fix shipped in that line while staying compatible with 0.22.
  • Docs build fixed — repairs Documentation/guides.xml and adds a docs CI job so the documentation renders and stays verified on every change.

This is an additive 0.x patch with no breaking changes, so downstream projects with a caret constraint on nr_repurpose pick it up automatically (the cowriter package in this family is versioned >=1.0 and follows the same additive convention).