Skip to content

Releases: tbui17/opencode-openrouter-sync

v1.8.1

18 Mar 07:12
9f55665

Choose a tag to compare

1.8.1 (2026-03-18)

Bug Fixes

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

v1.8.0

18 Mar 07:04
4686a48

Choose a tag to compare

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)

v1.7.0

18 Mar 00:59
92efce7

Choose a tag to compare

1.7.0 (2026-03-17)

Features

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

v1.6.0

17 Mar 20:37
69aed16

Choose a tag to compare

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)

v1.5.0

17 Mar 19:45
98b2697

Choose a tag to compare

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)

v1.4.0

17 Mar 01:58
2a9b808

Choose a tag to compare

1.4.0 (2026-03-16)

Features

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

v1.3.0

16 Mar 23:30
1f7f4b3

Choose a tag to compare

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)

v1.2.0

16 Mar 07:39

Choose a tag to compare

1.2.0 (2026-03-16)

Features

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

v1.1.0

16 Mar 06:28
52a37ac

Choose a tag to compare

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)

v1.0.0

16 Mar 05:56
614cd58

Choose a tag to compare

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)