Skip to content

Commit 2cf2a85

Browse files
committed
Add [Unreleased] section for next cycle
1 parent f3780d7 commit 2cf2a85

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

packages/agent/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [Unreleased]
4+
35
## [0.66.1] - 2026-04-08
46

57
## [0.66.0] - 2026-04-08

packages/ai/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [Unreleased]
4+
35
## [0.66.1] - 2026-04-08
46

57
## [0.66.0] - 2026-04-08

packages/ai/src/models.generated.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7990,13 +7990,13 @@ export const MODELS = {
79907990
reasoning: true,
79917991
input: ["text"],
79927992
cost: {
7993-
input: 0.27,
7993+
input: 0.29,
79947994
output: 0.95,
7995-
cacheRead: 0.0290000007,
7995+
cacheRead: 0.03,
79967996
cacheWrite: 0,
79977997
},
79987998
contextWindow: 196608,
7999-
maxTokens: 4096,
7999+
maxTokens: 196608,
80008000
} satisfies Model<"openai-completions">,
80018001
"minimax/minimax-m2.5": {
80028002
id: "minimax/minimax-m2.5",
@@ -10999,13 +10999,13 @@ export const MODELS = {
1099910999
reasoning: true,
1100011000
input: ["text"],
1100111001
cost: {
11002-
input: 1.26,
11003-
output: 3.9600000000000004,
11004-
cacheRead: 0,
11002+
input: 1.395,
11003+
output: 4.4,
11004+
cacheRead: 0.26,
1100511005
cacheWrite: 0,
1100611006
},
1100711007
contextWindow: 202752,
11008-
maxTokens: 4096,
11008+
maxTokens: 131072,
1100911009
} satisfies Model<"openai-completions">,
1101011010
"z-ai/glm-5v-turbo": {
1101111011
id: "z-ai/glm-5v-turbo",

packages/coding-agent/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [Unreleased]
4+
35
## [0.66.1] - 2026-04-08
46

57
### Changed

packages/mom/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [Unreleased]
4+
35
## [0.66.1] - 2026-04-08
46

57
## [0.66.0] - 2026-04-08

packages/tui/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [Unreleased]
4+
35
## [0.66.1] - 2026-04-08
46

57
## [0.66.0] - 2026-04-08

packages/web-ui/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [Unreleased]
4+
35
## [0.66.1] - 2026-04-08
46

57
## [0.66.0] - 2026-04-08

0 commit comments

Comments
 (0)