Skip to content

Release 0.6.2

Choose a tag to compare

@github-actions github-actions released this 07 Feb 18:53
· 228 commits to main since this release

What's Changed

New Features

  • #159 feat: add NEMAR community assistant for dataset discovery
  • #161 feat: move widget config to YAML, add per-page widget instructions
  • #154 feat: number-based lookup and switch to Claude Haiku 4.5

Bug Fixes

  • #160 fix: boost exact symbol_name matches in docstring search
  • #155 fix: dashboard CORS origin, worker routes, and API auto-detect

Highlights

  • NEMAR community: New assistant for NEMAR dataset discovery with OpenNeuro integration
  • Widget config in YAML: Widget display settings (title, greeting, placeholder, suggested questions) now defined in community config.yaml and served via GET /communities endpoint
  • Per-page widget instructions: Embedders can pass widgetInstructions via setConfig() to give the assistant page-specific context
  • Docstring search: Exact symbol name matches now boosted in search results
  • Worker hardening: JSON parse error handling, generic error responses, /communities route

Installation

pip install git+https://github.com/OpenScience-Collective/osa.git@v0.6.2

Full Changelog: v0.6.0...v0.6.2