From 207e87655d723f7aaf77eb5b94a57468f6cbcc4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 21:08:40 +0000 Subject: [PATCH] chore: version package --- .changeset/initial-release.md | 11 ----------- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 .changeset/initial-release.md create mode 100644 CHANGELOG.md diff --git a/.changeset/initial-release.md b/.changeset/initial-release.md deleted file mode 100644 index 7f71070..0000000 --- a/.changeset/initial-release.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"opencode-provider-poolside": minor ---- - -Initial release of the OpenCode plugin for the Poolside AI model provider. - -- Registers the `poolside` provider using `@ai-sdk/openai-compatible` with the correct base URL (`https://inference.poolside.ai/v1`) -- Live model discovery from the Poolside API at startup, with fallback to a static Laguna model catalog -- API key management via OpenCode's `/connect poolside` command -- Reasoning effort variants (`none`, `minimal`, `low`, `medium`, `high`, `xhigh`) for Laguna models -- Max-only reasoning variants for Laguna S 2.1 (only `none` and `xhigh`) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2a2ca61 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# opencode-provider-poolside + +## 0.2.0 + +### Minor Changes + +- 99ad550: Initial release of the OpenCode plugin for the Poolside AI model provider. + + - Registers the `poolside` provider using `@ai-sdk/openai-compatible` with the correct base URL (`https://inference.poolside.ai/v1`) + - Live model discovery from the Poolside API at startup, with fallback to a static Laguna model catalog + - API key management via OpenCode's `/connect poolside` command + - Reasoning effort variants (`none`, `minimal`, `low`, `medium`, `high`, `xhigh`) for Laguna models + - Max-only reasoning variants for Laguna S 2.1 (only `none` and `xhigh`) diff --git a/package.json b/package.json index aa80e4f..5cf1d29 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "opencode-provider-poolside", - "version": "0.1.0", + "version": "0.2.0", "description": "OpenCode plugin for the Poolside AI model provider with live model discovery", "type": "module", "license": "MIT",