mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 10:02:23 +00:00
Add [Unreleased] section for next cycle
This commit is contained in:
parent
76b02a81b1
commit
3a3e37d390
7 changed files with 32 additions and 18 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.54.0] - 2026-02-19
|
## [0.54.0] - 2026-02-19
|
||||||
|
|
||||||
## [0.53.1] - 2026-02-19
|
## [0.53.1] - 2026-02-19
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.54.0] - 2026-02-19
|
## [0.54.0] - 2026-02-19
|
||||||
|
|
||||||
## [0.53.1] - 2026-02-19
|
## [0.53.1] - 2026-02-19
|
||||||
|
|
|
||||||
|
|
@ -2660,6 +2660,25 @@ export const MODELS = {
|
||||||
contextWindow: 128000,
|
contextWindow: 128000,
|
||||||
maxTokens: 64000,
|
maxTokens: 64000,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
|
"gemini-3.1-pro-preview": {
|
||||||
|
id: "gemini-3.1-pro-preview",
|
||||||
|
name: "Gemini 3.1 Pro Preview",
|
||||||
|
api: "openai-completions",
|
||||||
|
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"},
|
||||||
|
compat: {"supportsStore":false,"supportsDeveloperRole":false,"supportsReasoningEffort":false},
|
||||||
|
reasoning: true,
|
||||||
|
input: ["text", "image"],
|
||||||
|
cost: {
|
||||||
|
input: 0,
|
||||||
|
output: 0,
|
||||||
|
cacheRead: 0,
|
||||||
|
cacheWrite: 0,
|
||||||
|
},
|
||||||
|
contextWindow: 128000,
|
||||||
|
maxTokens: 64000,
|
||||||
|
} satisfies Model<"openai-completions">,
|
||||||
"gpt-4.1": {
|
"gpt-4.1": {
|
||||||
id: "gpt-4.1",
|
id: "gpt-4.1",
|
||||||
name: "GPT-4.1",
|
name: "GPT-4.1",
|
||||||
|
|
@ -8789,23 +8808,6 @@ export const MODELS = {
|
||||||
contextWindow: 200000,
|
contextWindow: 200000,
|
||||||
maxTokens: 100000,
|
maxTokens: 100000,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"openrouter/aurora-alpha": {
|
|
||||||
id: "openrouter/aurora-alpha",
|
|
||||||
name: "Aurora Alpha",
|
|
||||||
api: "openai-completions",
|
|
||||||
provider: "openrouter",
|
|
||||||
baseUrl: "https://openrouter.ai/api/v1",
|
|
||||||
reasoning: true,
|
|
||||||
input: ["text"],
|
|
||||||
cost: {
|
|
||||||
input: 0,
|
|
||||||
output: 0,
|
|
||||||
cacheRead: 0,
|
|
||||||
cacheWrite: 0,
|
|
||||||
},
|
|
||||||
contextWindow: 128000,
|
|
||||||
maxTokens: 50000,
|
|
||||||
} satisfies Model<"openai-completions">,
|
|
||||||
"openrouter/auto": {
|
"openrouter/auto": {
|
||||||
id: "openrouter/auto",
|
id: "openrouter/auto",
|
||||||
name: "Auto Router",
|
name: "Auto Router",
|
||||||
|
|
@ -9841,7 +9843,7 @@ export const MODELS = {
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 262144,
|
contextWindow: 262144,
|
||||||
maxTokens: 4096,
|
maxTokens: 65536,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"z-ai/glm-4-32b": {
|
"z-ai/glm-4-32b": {
|
||||||
id: "z-ai/glm-4-32b",
|
id: "z-ai/glm-4-32b",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.54.0] - 2026-02-19
|
## [0.54.0] - 2026-02-19
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.54.0] - 2026-02-19
|
## [0.54.0] - 2026-02-19
|
||||||
|
|
||||||
## [0.53.1] - 2026-02-19
|
## [0.53.1] - 2026-02-19
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.54.0] - 2026-02-19
|
## [0.54.0] - 2026-02-19
|
||||||
|
|
||||||
## [0.53.1] - 2026-02-19
|
## [0.53.1] - 2026-02-19
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.54.0] - 2026-02-19
|
## [0.54.0] - 2026-02-19
|
||||||
|
|
||||||
## [0.53.1] - 2026-02-19
|
## [0.53.1] - 2026-02-19
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue