Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner 2026-01-02 02:00:36 +01:00
parent 3caf359402
commit e76ad7aebe
7 changed files with 30 additions and 18 deletions

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.31.0] - 2026-01-02 ## [0.31.0] - 2026-01-02
### Breaking Changes ### Breaking Changes

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.31.0] - 2026-01-02 ## [0.31.0] - 2026-01-02
### Breaking Changes ### Breaking Changes

View file

@ -3036,8 +3036,8 @@ export const MODELS = {
reasoning: false, reasoning: false,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.056, input: 0.07,
output: 0.224, output: 0.28,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
@ -3053,8 +3053,8 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text", "image"], input: ["text", "image"],
cost: { cost: {
input: 0.112, input: 0.14,
output: 0.448, output: 0.56,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
@ -5858,8 +5858,8 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.028, input: 0.035,
output: 0.1104, output: 0.13799999999999998,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
@ -6011,13 +6011,13 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.12, input: 0.15,
output: 1.2, output: 1.2,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 131072, contextWindow: 262144,
maxTokens: 32768, maxTokens: 262144,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"qwen/qwen3-vl-235b-a22b-instruct": { "qwen/qwen3-vl-235b-a22b-instruct": {
id: "qwen/qwen3-vl-235b-a22b-instruct", id: "qwen/qwen3-vl-235b-a22b-instruct",
@ -6079,8 +6079,8 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text", "image"], input: ["text", "image"],
cost: { cost: {
input: 0.16, input: 0.19999999999999998,
output: 0.7999999999999999, output: 1,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
@ -6096,8 +6096,8 @@ export const MODELS = {
reasoning: false, reasoning: false,
input: ["text", "image"], input: ["text", "image"],
cost: { cost: {
input: 0.064, input: 0.08,
output: 0.39999999999999997, output: 0.5,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
@ -6487,8 +6487,8 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.10400000000000001, input: 0.13,
output: 0.6799999999999999, output: 0.85,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
@ -6521,9 +6521,9 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text", "image"], input: ["text", "image"],
cost: { cost: {
input: 0.48, input: 0.6,
output: 1.44, output: 1.7999999999999998,
cacheRead: 0.088, cacheRead: 0.11,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 65536, contextWindow: 65536,

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.31.0] - 2026-01-02 ## [0.31.0] - 2026-01-02
This release introduces session trees for in-place branching, major API changes to hooks and custom tools, and structured compaction with file tracking. This release introduces session trees for in-place branching, major API changes to hooks and custom tools, and structured compaction with file tracking.

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.31.0] - 2026-01-02 ## [0.31.0] - 2026-01-02
### Breaking Changes ### Breaking Changes

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.31.0] - 2026-01-02 ## [0.31.0] - 2026-01-02
### Added ### Added

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.31.0] - 2026-01-02 ## [0.31.0] - 2026-01-02
### Breaking Changes ### Breaking Changes