Skip to content

Commit b79fbcf

Browse files
committed
release: @neovate/[email protected]
1 parent 584d88a commit b79fbcf

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 0.22.5
2+
3+
`2026-01-04`
4+
5+
- feat: add reasoning middleware to nvidia provider by [@sorrycc](https://github.com/sorrycc)
6+
- feat: add nvidia and canopywave provider support by @chencheng (云谦) in [#604](https://github.com/umijs/takumi/pull/604)
7+
- feat: add GitHub PR creation to commit workflow by @chencheng (云谦) in [#601](https://github.com/umijs/takumi/pull/601)
8+
- refactor: implement terminal size context provider to fix max listeners warning by @chencheng (云谦) in [#598](https://github.com/umijs/takumi/pull/598)
9+
- feat: remove browser integration and chrome-devtools-mcp support by @chencheng (云谦) in [#597](https://github.com/umijs/takumi/pull/597)
10+
- fix: add non-null assertion for provider.createModel by [@sorrycc](https://github.com/sorrycc)
11+
- refactor: update provider model creation with type-based approach by [@sorrycc](https://github.com/sorrycc)
12+
- feat: add system message prepending middleware for Anthropic models by [@sorrycc](https://github.com/sorrycc)
13+
- fix: improve git repository path parsing for tree URLs by [@sorrycc](https://github.com/sorrycc)
14+
- feat: add multi-directory SubAgent file loading support by [@阿平](https://github.com/阿平) in [#593](https://github.com/umijs/takumi/pull/593)
15+
- fix: replace diff gap indicator with ellipsis by [@阿平](https://github.com/阿平) in [#594](https://github.com/umijs/takumi/pull/594)
16+
- feat: enhance diff viewer with syntax highlighting and smart display by [@阿平](https://github.com/阿平) in [#591](https://github.com/umijs/takumi/pull/591)
17+
- feat: add skill command with add list remove subcommands by @chencheng (云谦) in [#589](https://github.com/umijs/takumi/pull/589)
18+
- fix: update operation hints for multi-select questions by [@sorrycc](https://github.com/sorrycc)
19+
- feat: add tool approval support for task tool by [@阿平](https://github.com/阿平) in [#583](https://github.com/umijs/takumi/pull/583)
20+
- feat: add command description field to bash tool by [@阿平](https://github.com/阿平) in [#587](https://github.com/umijs/takumi/pull/587)
21+
- feat: add minimal output style option by @chencheng (云谦) in [#586](https://github.com/umijs/takumi/pull/586)
22+
- fix: update git status command implementation by @chencheng (云谦) in [#584](https://github.com/umijs/takumi/pull/584)
23+
- feat: redesign ApprovalModal UI with inline deny input by [@阿平](https://github.com/阿平) in [#582](https://github.com/umijs/takumi/pull/582)
24+
- feat: add agent progress overlay and transcript mode by [@阿平](https://github.com/阿平) in [#570](https://github.com/umijs/takumi/pull/570)
25+
26+
127
## 0.22.4
228

329
`2025-12-26`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neovate/code",
3-
"version": "0.22.4",
3+
"version": "0.22.5",
44
"type": "module",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)