Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner
2026-03-18 03:42:13 +01:00
parent b0026866bf
commit 6a95f6882c
7 changed files with 48 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.60.0] - 2026-03-18
## [0.59.0] - 2026-03-17

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.60.0] - 2026-03-18
### Fixed

View File

@@ -2965,6 +2965,42 @@ export const MODELS = {
contextWindow: 400000,
maxTokens: 128000,
} satisfies Model<"openai-responses">,
"gpt-5.4-mini": {
id: "gpt-5.4-mini",
name: "GPT-5.4 mini",
api: "openai-responses",
provider: "github-copilot",
baseUrl: "https://api.individual.githubcopilot.com",
headers: {"User-Agent":"GitHubCopilotChat/0.35.0","Editor-Version":"vscode/1.107.0","Editor-Plugin-Version":"copilot-chat/0.35.0","Copilot-Integration-Id":"vscode-chat"},
reasoning: true,
input: ["text", "image"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 400000,
maxTokens: 128000,
} satisfies Model<"openai-responses">,
"gpt-5.4-nano": {
id: "gpt-5.4-nano",
name: "GPT-5.4 nano",
api: "openai-responses",
provider: "github-copilot",
baseUrl: "https://api.individual.githubcopilot.com",
headers: {"User-Agent":"GitHubCopilotChat/0.35.0","Editor-Version":"vscode/1.107.0","Editor-Plugin-Version":"copilot-chat/0.35.0","Copilot-Integration-Id":"vscode-chat"},
reasoning: true,
input: ["text", "image"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 400000,
maxTokens: 128000,
} satisfies Model<"openai-responses">,
"grok-code-fast-1": {
id: "grok-code-fast-1",
name: "Grok Code Fast 1",

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.60.0] - 2026-03-18
### New Features

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.60.0] - 2026-03-18
## [0.59.0] - 2026-03-17

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.60.0] - 2026-03-18
### Fixed

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.60.0] - 2026-03-18
## [0.59.0] - 2026-03-17