Skip to content

Latest commit

 

History

History
132 lines (73 loc) · 9.21 KB

File metadata and controls

132 lines (73 loc) · 9.21 KB

Changelog

1.8.1 (2026-03-18)

Bug Fixes

  • use npm install in publish workflow (#20) (a45b62f)

1.8.0 (2026-03-18)

Features

  • add biome linter and formatter (#19) (76a8c07)
  • add jsconfig.json for improved IDE support (fc0d81a)

Bug Fixes

  • migrate release-please action to googleapis org (aba5c6c)

1.7.0 (2026-03-17)

Features

  • add structured logging throughout plugin (#16) (ee72f38)

1.6.0 (2026-03-17)

Features

  • add changelog section to README (0dd5e3f)
  • add JSONC support and update model schema to match OpenCode (#4) (c072f63)
  • add new model fields from OpenRouter API (865aa76)
  • add OpenRouter model sync plugin (5d2e9c7)
  • add plugin installed notification (#9) (99e501c)
  • add TUI module with Zod schemas for toast notifications (dd98575)
  • remove stale models not present in API response (#6) (45e662e)
  • restructure exports for npm distribution (7545cc8)
  • return structured errors from fetchModels and fix release publish (#8) (39144fc)
  • switch to npm OIDC trusted publishing (33b5edf)

Bug Fixes

  • add explicit type annotation to schema to fix TS7056 (b1d0c9f)
  • add publishConfig.access: public for npm provenance (771384f)
  • add repository field for provenance verification (165a4e1)
  • add workflow_dispatch to publish.yml (7d3e681)
  • isolate tests from real user config (3679f50)
  • make CLI integration test self-contained and add opencode to CI (#13) (155885f)
  • remove provenance from publish workflow (4c41e94)
  • remove provenance from publishConfig for local publish compatibility (ac0a0ef)
  • update lockfile after adding zod dependency (c7ce1f0)
  • use tsc-only prepublishOnly for Node.js CI compatibility (8eb6d72)

1.5.1 (2026-03-17)

Bug Fixes

  • make CLI integration test self-contained and add opencode to CI (#13) (155885f)

1.5.0 (2026-03-17)

Features

  • add TUI module with Zod schemas for toast notifications (dd98575)

Bug Fixes

  • add explicit type annotation to schema to fix TS7056 (b1d0c9f)
  • update lockfile after adding zod dependency (c7ce1f0)

1.4.0 (2026-03-16)

Features

  • add plugin installed notification (#9) (99e501c)

1.3.0 (2026-03-16)

Features

  • remove stale models not present in API response (#6) (45e662e)
  • return structured errors from fetchModels and fix release publish (#8) (39144fc)

1.2.0 (2026-03-16)

Features

  • add JSONC support and update model schema to match OpenCode (#4) (c072f63)

1.1.0 (2026-03-16)

Features

  • add changelog section to README (0dd5e3f)
  • switch to npm OIDC trusted publishing (33b5edf)

Bug Fixes

  • add publishConfig.access: public for npm provenance (771384f)
  • add repository field for provenance verification (165a4e1)
  • add workflow_dispatch to publish.yml (7d3e681)
  • remove provenance from publish workflow (4c41e94)
  • remove provenance from publishConfig for local publish compatibility (ac0a0ef)
  • use tsc-only prepublishOnly for Node.js CI compatibility (8eb6d72)

1.0.0 (2026-03-16)

Features

  • add new model fields from OpenRouter API (865aa76)
  • add OpenRouter model sync plugin (5d2e9c7)
  • restructure exports for npm distribution (7545cc8)

Bug Fixes

  • isolate tests from real user config (3679f50)