Skip to content

Commit 1216aa3

Browse files
chore(master): release 0.19.0
1 parent f00844a commit 1216aa3

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.19.0](https://github.com/ai-action/code-ollama/compare/v0.18.2...v0.19.0) (2026-05-20)
4+
5+
6+
### Features
7+
8+
* **images:** add image attachment support to TUI chat ([25244d1](https://github.com/ai-action/code-ollama/commit/25244d1e20e02bb276a0de077d3a3bb5460b9f27))
9+
10+
11+
### Bug Fixes
12+
13+
* **ChatInput:** don't render placeholder if an image is attached ([374077e](https://github.com/ai-action/code-ollama/commit/374077e41708ba40266f366649b017dde9493072))
14+
* **ChatInput:** render error above the prompt ([5435e72](https://github.com/ai-action/code-ollama/commit/5435e7216d450de2a5e1791a2706bb4130c92b55))
15+
* **clipboard:** show short friendly message for clipboard failure ([fcf3af7](https://github.com/ai-action/code-ollama/commit/fcf3af75c157cfaa426994db4276783bf6c24bf4))
16+
* **SelectPrompt:** fix fresh-start fast selection error ([e5c2def](https://github.com/ai-action/code-ollama/commit/e5c2defe364856b15f526fa242c31e49207f737c))
17+
318
## [0.18.2](https://github.com/ai-action/code-ollama/compare/v0.18.1...v0.18.2) (2026-05-19)
419

520

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