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
## [Unreleased]
## [0.31.0] - 2026-01-02
### Breaking Changes

View file

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

View file

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

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [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.

View file

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

View file

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

View file

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