Skip to content

Commit 0a8fdb6

Browse files
chore(master): release 0.20.0
1 parent 11184d3 commit 0a8fdb6

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.20.0](https://github.com/ai-action/code-ollama/compare/v0.19.1...v0.20.0) (2026-05-22)
4+
5+
6+
### Features
7+
8+
* **session:** block resume and error when session directory mismatches cwd ([38fe3ee](https://github.com/ai-action/code-ollama/commit/38fe3eea70e3436fda3913c17e26881f978226bf))
9+
* **session:** scope sessions to the working directory ([0b04c3d](https://github.com/ai-action/code-ollama/commit/0b04c3dc80c7ab636bf9b042698b1b51a8c6f087))
10+
* **session:** skip directory check for legacy sessions without directory field ([5a0d2ac](https://github.com/ai-action/code-ollama/commit/5a0d2ac02e275000ade423a3bdb91364fa300bd8))
11+
312
## [0.19.1](https://github.com/ai-action/code-ollama/compare/v0.19.0...v0.19.1) (2026-05-22)
413

514

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.19.1",
3+
"version": "0.20.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)