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
18 changes: 18 additions & 0 deletions packages/foundry-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.0.8 (2026-09-25)

### 🚀 Features

- refresh Foundry model catalog ([#77](https://github.com/shpitdev/foundry-ai/pull/77))
- add native Foundry xAI provider ([#74](https://github.com/shpitdev/foundry-ai/pull/74))
- add verified SDK 7 realtime models ([#70](https://github.com/shpitdev/foundry-ai/pull/70))

### 🩹 Fixes

- keep native structured output for Claude Opus 5.5 ([#78](https://github.com/shpitdev/foundry-ai/pull/78))
- distinguish structured output failures from model support ([#71](https://github.com/shpitdev/foundry-ai/pull/71))
- retire deprecated models and publish current SDK 7 support ([#68](https://github.com/shpitdev/foundry-ai/pull/68))

### ❤️ Thank You

- anandpant @anandpant

## 0.0.7 (2026-09-13)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyrra/foundry-ai",
"version": "0.0.7",
"version": "0.0.8",
"description": "Thin Palantir Foundry provider adapters and model catalog for the Vercel AI SDK.",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading