Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner
2026-05-18 11:47:16 +02:00
parent ea713ba174
commit 0c4d704a7b
6 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.75.2] - 2026-05-18
## [0.75.1] - 2026-05-18

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.75.2] - 2026-05-18
### Fixed

View File

@@ -7268,9 +7268,9 @@ export const MODELS = {
"big-pickle": {
id: "big-pickle",
name: "Big Pickle",
api: "anthropic-messages",
api: "openai-completions",
provider: "opencode",
baseUrl: "https://opencode.ai/zen",
baseUrl: "https://opencode.ai/zen/v1",
reasoning: true,
input: ["text"],
cost: {
@@ -7281,7 +7281,7 @@ export const MODELS = {
},
contextWindow: 200000,
maxTokens: 128000,
} satisfies Model<"anthropic-messages">,
} satisfies Model<"openai-completions">,
"claude-haiku-4-5": {
id: "claude-haiku-4-5",
name: "Claude Haiku 4.5",

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.75.2] - 2026-05-18
### Fixed

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.75.2] - 2026-05-18
## [0.75.1] - 2026-05-18

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.75.2] - 2026-05-18
## [0.75.1] - 2026-05-18