Skip to content

Commit 867f61d

Browse files
Merge pull request #84 from ai-action/release-please--branches--master--components--code-ollama
chore(master): release 0.18.0
2 parents 3f4ccd1 + 56f6f54 commit 867f61d

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.18.0](https://github.com/ai-action/code-ollama/compare/v0.17.0...v0.18.0) (2026-05-17)
4+
5+
6+
### Features
7+
8+
* **models:** add `/model` manager ([c020a3e](https://github.com/ai-action/code-ollama/commit/c020a3e84c0f3754b67a26136174b76593df7200))
9+
10+
11+
### Bug Fixes
12+
13+
* **ModelManager:** filter out installed models in ModelDownloadView ([8002341](https://github.com/ai-action/code-ollama/commit/800234107870944d91d4c18bc22ccd039a354ac7))
14+
* **ModelManager:** remove current model from delete options ([c28d5e1](https://github.com/ai-action/code-ollama/commit/c28d5e1841abd2cc6e24d97384cca80d599d3ea6))
15+
316
## [0.17.0](https://github.com/ai-action/code-ollama/compare/v0.16.0...v0.17.0) (2026-05-16)
417

518

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