Add [Unreleased] section for next cycle
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.75.2] - 2026-05-18
|
## [0.75.2] - 2026-05-18
|
||||||
|
|
||||||
## [0.75.1] - 2026-05-18
|
## [0.75.1] - 2026-05-18
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.75.2] - 2026-05-18
|
## [0.75.2] - 2026-05-18
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -7268,9 +7268,9 @@ export const MODELS = {
|
|||||||
"big-pickle": {
|
"big-pickle": {
|
||||||
id: "big-pickle",
|
id: "big-pickle",
|
||||||
name: "Big Pickle",
|
name: "Big Pickle",
|
||||||
api: "anthropic-messages",
|
api: "openai-completions",
|
||||||
provider: "opencode",
|
provider: "opencode",
|
||||||
baseUrl: "https://opencode.ai/zen",
|
baseUrl: "https://opencode.ai/zen/v1",
|
||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
@@ -7281,7 +7281,7 @@ export const MODELS = {
|
|||||||
},
|
},
|
||||||
contextWindow: 200000,
|
contextWindow: 200000,
|
||||||
maxTokens: 128000,
|
maxTokens: 128000,
|
||||||
} satisfies Model<"anthropic-messages">,
|
} satisfies Model<"openai-completions">,
|
||||||
"claude-haiku-4-5": {
|
"claude-haiku-4-5": {
|
||||||
id: "claude-haiku-4-5",
|
id: "claude-haiku-4-5",
|
||||||
name: "Claude Haiku 4.5",
|
name: "Claude Haiku 4.5",
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.75.2] - 2026-05-18
|
## [0.75.2] - 2026-05-18
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.75.2] - 2026-05-18
|
## [0.75.2] - 2026-05-18
|
||||||
|
|
||||||
## [0.75.1] - 2026-05-18
|
## [0.75.1] - 2026-05-18
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.75.2] - 2026-05-18
|
## [0.75.2] - 2026-05-18
|
||||||
|
|
||||||
## [0.75.1] - 2026-05-18
|
## [0.75.1] - 2026-05-18
|
||||||
|
|||||||
Reference in New Issue
Block a user