Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/initial-release.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down