Skip to content

Commit abfe35b

Browse files
chore(master): release 0.23.0
1 parent c1c863c commit abfe35b

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.23.0](https://github.com/ai-action/code-ollama/compare/v0.22.0...v0.23.0) (2026-06-02)
4+
5+
6+
### Features
7+
8+
* **plan:** improve plan mode with collaborative review ([e45c8f1](https://github.com/ai-action/code-ollama/commit/e45c8f157172658977fa2e2895a325889bc6d268))
9+
10+
11+
### Bug Fixes
12+
13+
* **Chat:** fix plan mode write-attempt handling ([16c38a0](https://github.com/ai-action/code-ollama/commit/16c38a0399d66486589eb418848fcc479ea65023))
14+
* **Chat:** make spinner in plan mode stable to prevent flicker ([9f98944](https://github.com/ai-action/code-ollama/commit/9f98944aba9a379fdbbd38a5deed1d40ff7df863))
15+
* **plan:** fix plan approval ([4799c79](https://github.com/ai-action/code-ollama/commit/4799c797a1ba9ab90dcf1d019dd6cc8018db19ce))
16+
* **PlanReview:** render plan content in markdown ([4a377af](https://github.com/ai-action/code-ollama/commit/4a377af655d3aca873ca401ed3d030640d68a610))
17+
* **prompt:** make plan mode more active rather than passive ([5bf840a](https://github.com/ai-action/code-ollama/commit/5bf840ac9d4ee05be29108e8c695c00b3e667320))
18+
319
## [0.22.0](https://github.com/ai-action/code-ollama/compare/v0.21.1...v0.22.0) (2026-06-02)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-ollama",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Ollama coding agent that runs in your terminal",
55
"author": "Mark <mark@remarkablemark.org> (https://remarkablemark.org)",
66
"type": "module",

0 commit comments

Comments
 (0)