Skip to content

Commit cc0c40a

Browse files
Version Packages (#6142)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47f0439 commit cc0c40a

18 files changed

Lines changed: 54 additions & 43 deletions

.changeset/fix-batched-resolver-defect-hang.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fix-cli-log-level-equals.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-deduplicate-openai-output.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-openrouter-referer-header.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/major-lands-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-peaches-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/vast-islands-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ai/openai/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @effect/ai-openai
22

3+
## 0.39.1
4+
5+
### Patch Changes
6+
7+
- [`47f0439`](https://github.com/Effect-TS/effect/commit/47f04399d317a1a5619de7dec5b23f6ad7255eca) Thanks @aayushbaluni! - fix(ai-openai): deduplicate response.output items to prevent invalid JSON concatenation
8+
9+
- [#6187](https://github.com/Effect-TS/effect/pull/6187) [`b63fdb8`](https://github.com/Effect-TS/effect/commit/b63fdb8783a606077ac80d263b4e09b57cdab476) Thanks @alex-dixon! - Change 'in-memory' to 'in_memory' in prompt cache enums
10+
11+
- [#6174](https://github.com/Effect-TS/effect/pull/6174) [`739f077`](https://github.com/Effect-TS/effect/commit/739f077d1cdfb63d26d4744abd59822231866dac) Thanks @mollyegibson! - Make 'strict' mode configurable for tool definitions passed to the OpenAI model
12+
13+
- Updated dependencies [[`f99048e`](https://github.com/Effect-TS/effect/commit/f99048e9f4b89ce1afe31e1827dee5d751ddaa5b)]:
14+
- effect@3.21.1
15+
316
## 0.39.0
417

518
### Patch Changes

packages/ai/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/ai-openai",
33
"type": "module",
4-
"version": "0.39.0",
4+
"version": "0.39.1",
55
"license": "MIT",
66
"description": "Effect modules for working with AI apis",
77
"homepage": "https://effect.website",

packages/ai/openrouter/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @effect/ai-openrouter
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- [#6145](https://github.com/Effect-TS/effect/pull/6145) [`6c39a34`](https://github.com/Effect-TS/effect/commit/6c39a34c6145811f5c41292f03bf7939cfa8e70d) Thanks @LikiosSedo! - Fix typo in HTTP header name: `HTTP-Referrer``HTTP-Referer`. The HTTP spec spells it "Referer" (single r), and OpenRouter expects this exact header name for app attribution.
8+
9+
- Updated dependencies [[`f99048e`](https://github.com/Effect-TS/effect/commit/f99048e9f4b89ce1afe31e1827dee5d751ddaa5b)]:
10+
- effect@3.21.1
11+
312
## 0.10.0
413

514
### Patch Changes

0 commit comments

Comments
 (0)